aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2013-06-21 06:53:35 +0000
committerDaniele Tricoli <eriol@mornie.org>2013-06-21 06:53:35 +0000
commit2bd3a47fdf1a7c95ba434afd811ab06595dc9773 (patch)
treed4f960d2896320b9f9ff6b7e803a193ac6274a70
parent12302fd21081ea47aa0362ed321a4878c6c6fcad (diff)
downloadpython-requests-2bd3a47fdf1a7c95ba434afd811ab06595dc9773.tar
python-requests-2bd3a47fdf1a7c95ba434afd811ab06595dc9773.tar.gz
- Temporarily bumped X-Python-Version to >= 2.7 to prevent FTBFS
due to lack of python-urllib3 for Python 2.6
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 6bed88f..2982ffd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,10 +6,12 @@ requests (1.2.3-1) UNRELEASED; urgency=low
- Bumped debhelper compatibility level to 9
* debian/control
- Bumped debhelper B-D to (>= 9)
+ - Temporarily bumped X-Python-Version to >= 2.7 to prevent FTBFS
+ due to lack of python-urllib3 for Python 2.6
* debian/patches/02_use-system-chardet-and-urllib3.patches
- Refreshed
- -- Daniele Tricoli <eriol@mornie.org> Fri, 21 Jun 2013 05:46:50 +0200
+ -- Daniele Tricoli <eriol@mornie.org> Fri, 21 Jun 2013 08:52:39 +0200
requests (1.2.0-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index b621dac..3e3d2e5 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
python3-chardet,
python3-urllib3 (>= 1.5)
Standards-Version: 3.9.4
-X-Python-Version: >= 2.6
+X-Python-Version: >= 2.7
X-Python3-Version: >= 3.0
Homepage: http://python-requests.org
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/requests/trunk/