aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c857b47..565238a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-urllib3 (1.3-2) UNRELEASED; urgency=low
+
+ * debian/control
+ - Tightened B-D of python-coverage to >= 3.4 (Closes: #668427)
+
+ -- Daniele Tricoli <eriol@mornie.org> Tue, 17 Apr 2012 15:53:43 +0200
+
python-urllib3 (1.3-1) unstable; urgency=low
* New upstream release
diff --git a/debian/control b/debian/control
index 3b5dbbd..933be91 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Priority: optional
Build-Depends:
debhelper (>= 7.0.50~),
python-all (>= 2.6.6-3),
- python-coverage,
+ python-coverage (>= 3.4),
python-nose (>=1.1.2),
python-setuptools (>= 0.6b3),
python-six,