diff options
author | Daniele Tricoli <eriol@mornie.org> | 2013-05-07 22:52:41 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2013-05-07 22:52:41 +0000 |
commit | 249ef838f35a436216a1abdc04d36c4e8da9e441 (patch) | |
tree | 946e18a40a1da42e031507e5199c60ced3cddd42 | |
parent | 124b144371c7b14715e8e22461ea262dbda64dff (diff) | |
download | python-urllib3-249ef838f35a436216a1abdc04d36c4e8da9e441.tar python-urllib3-249ef838f35a436216a1abdc04d36c4e8da9e441.tar.gz |
Bumped debhelper dependency to 8.1 for build-{arch,indep} support
-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), |