aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
3 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 5d6e65e..7b7f945 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
python-urllib3 (1.7.1-1) UNRELEASED; urgency=low
* New upstream release
+ * debian/compat
+ - Bumped debhelper compatibility level to 9
* debian/control
- Added python-mock to Build-Depends
+ - Bumped debhelper B-D to (>= 9)
* debian/patches/01_do-not-use-embedded-python-six.patch
- Refreshed
* debian/patches/02_require-cert-verification.patch
@@ -14,7 +17,7 @@ python-urllib3 (1.7.1-1) UNRELEASED; urgency=low
* debian/patches/06_fix_abuse_of_match_hostname_for_DoS.patch
- Removed since fixed upstream
- -- Daniele Tricoli <eriol@mornie.org> Wed, 16 Oct 2013 17:39:22 +0200
+ -- Daniele Tricoli <eriol@mornie.org> Wed, 16 Oct 2013 19:19:10 +0200
python-urllib3 (1.6-2) unstable; urgency=high
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 33264d8..3c0dc6b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Daniele Tricoli <eriol@mornie.org>
Section: python
Priority: optional
Build-Depends:
- debhelper (>= 8.1),
+ debhelper (>= 9),
python-all (>= 2.6.6-3),
python-coverage (>= 3.4),
python-mock,