diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index c6f0795..6bed88f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,10 +2,14 @@ requests (1.2.3-1) UNRELEASED; urgency=low * New upstream release (Closes: #712915) (LP: #1187429) - Thanks to Scott Moser for the report + * debian/compat + - Bumped debhelper compatibility level to 9 + * debian/control + - Bumped debhelper B-D to (>= 9) * debian/patches/02_use-system-chardet-and-urllib3.patches - Refreshed - -- Daniele Tricoli <eriol@mornie.org> Fri, 21 Jun 2013 05:40:50 +0200 + -- Daniele Tricoli <eriol@mornie.org> Fri, 21 Jun 2013 05:46:50 +0200 requests (1.2.0-2) unstable; urgency=low 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 366731d..b621dac 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 (>= 9), python-all (>= 2.6.6-3), python-chardet, python-urllib3 (>= 1.5), |