summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-09-15 16:05:25 +0100
committerLars Wirzenius <liw@liw.fi>2013-09-15 16:05:25 +0100
commit91fbf31274715a62a1fe6d2f8278c29bda403ab7 (patch)
treee17dd98d3319cda6778ccb5bb0531056682ae9ff
parent02e1087c4c29fe18c6a8d8af27cca75d7bd8be5c (diff)
downloadobnam-91fbf31274715a62a1fe6d2f8278c29bda403ab7.tar.gz
Add Depends and Build-Depends on python-fuse. (Closes: #722553)
-rw-r--r--debian/changelog6
-rw-r--r--debian/control6
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 05ebbe60..44273546 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obnam (1.6-1) UNRELEASED; urgency=low
+
+ * Add Depends and Build-Depends on python-fuse. (Closes: #722553)
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 15 Sep 2013 16:04:42 +0100
+
obnam (1.5-1) unstable; urgency=low
* New upstream release. This fixes the following bugs in Debian:
diff --git a/debian/control b/debian/control
index 0aaab3c6..b514c148 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,8 @@ Build-Depends: debhelper (>= 7.3.8),
genbackupdata (>= 1.6~),
summain (>= 0.18),
cmdtest (>= 0.9~),
- attr
+ attr,
+ python-fuse
Homepage: http://liw.fi/obnam/
X-Python-Version: >= 2.6
@@ -28,7 +29,8 @@ Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends},
python-ttystatus (>= 0.22~),
python-paramiko,
python-tracing (>= 0.6~),
- python-cliapp (>= 1.20130313~)
+ python-cliapp (>= 1.20130313~),
+ python-fuse
Description: online and disk-based backup application
Obnam makes backups. Backups can be stored on local hard disks, or online
via the SSH SFTP protocol. The backup server, if used, does not require any