diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 8e6f949..3788dac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ python-urllib3 (1.6-1) UNRELEASED; urgency=low * New upstream release * debian/control - Added python3-six to Build-Depends field + - Bumped debhelper dependency to 8.1 for build-{arch,indep} support * debian/copyright - Updated copyright years - Added stanza for urllib3/packages/ordered_dict.py @@ -15,7 +16,7 @@ python-urllib3 (1.6-1) UNRELEASED; urgency=low * debian/patches/02_require-cert-verification.patch - Refreshed - -- Daniele Tricoli <eriol@mornie.org> Wed, 08 May 2013 00:40:36 +0200 + -- Daniele Tricoli <eriol@mornie.org> Wed, 08 May 2013 00:51:55 +0200 python-urllib3 (1.5-1) experimental; urgency=low diff --git a/debian/control b/debian/control index 71d5184..0f661b4 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Uploaders: Daniele Tricoli <eriol@mornie.org> Section: python Priority: optional Build-Depends: - debhelper (>= 7.0.50~), + debhelper (>= 8.1), python-all (>= 2.6.6-3), python-coverage (>= 3.4), python-nose (>=1.1.2), |