summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-21 19:06:31 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-21 19:06:31 +0000
commit7281fa738f72fe5b079b008c44ee18b184078892 (patch)
treebf4edb60f8a30110117e9052cf82a0cd455ff853
parenta55dc6f111dcffa36fae1a03f9eda0bbdfb6f41b (diff)
downloadobnam-7281fa738f72fe5b079b008c44ee18b184078892.tar.gz
Reduce python-coverage-test-runner build-dep to 0.8
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 188a4197..e077efaa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ obnam (1.8-1) UNRELEASED; urgency=low
works fine)" (Closes: #741968)
* Fix "typo in debian/control: s/Uploader/Uploaders/" (Closes: #729347)
* Drop dependency on python-yaml, since yaml is no longer used.
+ * Drop python-coverage-test-runner build-dependency to 0.8, which is
+ in Debian. Newer upstream versions have no functional changes, so
+ are not uploaded to Debian.
-- Lars Wirzenius <liw@liw.fi> Tue, 18 Mar 2014 08:42:28 +0000
diff --git a/debian/control b/debian/control
index 5a586830..55fde933 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Priority: optional
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 7.3.8),
python-all-dev (>= 2.6.3~3),
- python-coverage-test-runner (>= 1.10~),
+ python-coverage-test-runner (>= 1.8~),
python-larch (>= 1.20131130~),
python-ttystatus (>= 0.23~),
python-paramiko,