summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-07-11 20:11:37 +1200
committerLars Wirzenius <liw@liw.fi>2010-07-11 20:11:37 +1200
commit3b443d09de8dd452121048a9fccfbc07ccdb50de (patch)
treeba82f172d80408a5b6ff7fb160babcaf633e3bf0
parentbc90c09055a9a83e574c8f0bf9d2fa2736070c56 (diff)
downloadobnam-version_0_12_1.tar.gz
Add missing dependency on python-paramiko.version_0_12_1
-rw-r--r--debian/changelog6
-rw-r--r--debian/control6
-rw-r--r--setup.py2
3 files changed, 11 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 79dc6e93..8d0b4858 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obnam (0.12.1) squeeze; urgency=low
+
+ * debian/control: Add python-paramiko as build and run-time dependency.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 11 Jul 2010 20:06:48 +1200
+
obnam (0.12) squeeze; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index 01e9f8ef..1b92facf 100644
--- a/debian/control
+++ b/debian/control
@@ -5,14 +5,16 @@ Priority: optional
Standards-Version: 3.9.0
Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3),
python (>= 2.5), extrautils, python-coverage-test-runner,
- python-btree (>= 0.10), python-all-dev, python-ttystatus
+ python-btree (>= 0.10), python-all-dev, python-ttystatus,
+ python-paramiko
Homepage: http://braawi.org/obnam/
XS-Python-Version: >= 2.5
Package: obnam
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends},
- python (>= 2.5), python-btree (>= 0.12), python-ttystatus
+ python (>= 2.5), python-btree (>= 0.12), python-ttystatus,
+ python-paramiko
XB-Python-Version: ${python:Versions}
Description: online backup application
Obnam makes backups.
diff --git a/setup.py b/setup.py
index 2b06fadd..9a550431 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ from distutils.core import setup, Extension
import glob
setup(name='obnam',
- version='0.12',
+ version='0.12.1',
description='Backup software',
author='Lars Wirzenius',
author_email='liw@liw.fi',