aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2013-06-21 03:50:35 +0000
committerDaniele Tricoli <eriol@mornie.org>2013-06-21 03:50:35 +0000
commit12302fd21081ea47aa0362ed321a4878c6c6fcad (patch)
treeed571aa65b93e930b55c8c4b0af68bb79111d56b /debian
parent73781021bcc07a944e983cd85b4f03b3bfe8351c (diff)
downloadpython-requests-12302fd21081ea47aa0362ed321a4878c6c6fcad.tar
python-requests-12302fd21081ea47aa0362ed321a4878c6c6fcad.tar.gz
* debian/compat
- Bumped debhelper compatibility level to 9 * debian/control - Bumped debhelper B-D to (>= 9)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
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),