summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-11 19:39:57 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-11 19:39:57 +0000
commit4963ad1ca0d8dc78224345cacf6da7f49bb3b350 (patch)
tree0a70e1d364c1b7ae59166c3d8e22bb7abae194a1
parent091f9d57ca70fec9a469a00783a18ca6cd239c45 (diff)
downloadobnam-4963ad1ca0d8dc78224345cacf6da7f49bb3b350.tar.gz
Add python-yaml as a build and runtime dependency.
-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 221ffecd..97541e28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obnam (1.7.1-1) UNRELEASED; urgency=low
+
+ * Add python-yaml as a build and runtime dependency.
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 11 Mar 2014 19:39:41 +0000
+
obnam (1.6.1-1) unstable; urgency=low
* Really fix dependencies on python-larch
diff --git a/debian/control b/debian/control
index a9da9562..9b9d5a30 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,8 @@ Build-Depends: debhelper (>= 7.3.8),
python-fuse,
pandoc,
texlive,
- lmodern
+ lmodern,
+ python-yaml
Homepage: http://liw.fi/obnam/
X-Python-Version: >= 2.6
@@ -33,7 +34,8 @@ Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends},
python-paramiko,
python-tracing (>= 0.6~),
python-cliapp (>= 1.20130313~),
- python-fuse
+ python-fuse,
+ python-yaml
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