summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-11-30 12:09:54 +0000
committerLars Wirzenius <liw@liw.fi>2013-11-30 12:09:54 +0000
commitbdcf1088cc46c726fca3170b7e9610c979ac1459 (patch)
treeb495c07d0ba4cab0949e52a18ff98dbd932394f6
parente45580cae9c54228698c39af44037aeb79b2bae8 (diff)
downloadobnam-bdcf1088cc46c726fca3170b7e9610c979ac1459.tar.gz
Update larch dependenciesobnam-1.6
-rw-r--r--debian/changelog1
-rw-r--r--debian/control4
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 16576cd7..5c086db6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ obnam (1.6-1) unstable; urgency=low
(Closes: #684349)
- Missing node problem fixes (Closes: #705554)
* Add Depends and Build-Depends on python-fuse. (Closes: #722553)
+ * Depend and Build-Depend on python-larch 1.20131130 or later.
-- Lars Wirzenius <liw@liw.fi> Sat, 30 Nov 2013 11:18:48 +0000
diff --git a/debian/control b/debian/control
index b514c148..aa84c08c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.9.3
Build-Depends: debhelper (>= 7.3.8),
python-all-dev (>= 2.6.3~3),
python-coverage-test-runner (>= 1.8~),
- python-larch (>= 1.20130808~),
+ python-larch (>= 1.20131130~),
python-ttystatus (>= 0.22~),
python-paramiko,
python-tracing (>= 0.6~),
@@ -25,7 +25,7 @@ Package: obnam
Provides: python-obnam
Architecture: linux-any
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends},
- python-larch (>= 1.20130808~),
+ python-larch (>= 1.20131130~),
python-ttystatus (>= 0.22~),
python-paramiko,
python-tracing (>= 0.6~),