diff options
author | Daniele Tricoli <eriol@mornie.org> | 2013-10-16 17:33:54 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2013-10-16 17:33:54 +0000 |
commit | 5137ff5a448b1cb27c2e4105802cb6501a73994f (patch) | |
tree | 709d251d18b1764b3941d962d67ed14079873ed8 | |
parent | 95133a223385e54ebf6d7fd19acb5a386a505a27 (diff) | |
download | python-urllib3-5137ff5a448b1cb27c2e4105802cb6501a73994f.tar python-urllib3-5137ff5a448b1cb27c2e4105802cb6501a73994f.tar.gz |
* debian/compat
- Bumped debhelper compatibility level to 9
* debian/control
- Bumped debhelper B-D to (>= 9)
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
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, |