aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2013-01-20 22:15:47 +0000
committerDaniele Tricoli <eriol@mornie.org>2013-01-20 22:15:47 +0000
commit8dee716f21e979f34f017af392fcba6c38575510 (patch)
tree6339cb9167892676a2320c5e377224317cbe6f81 /debian
parentbbe639d0cde6e70c64b8abb70e6725ae922c931b (diff)
downloadpython-requests-8dee716f21e979f34f017af392fcba6c38575510.tar
python-requests-8dee716f21e979f34f017af392fcba6c38575510.tar.gz
Bumped Standards-Version to 3.9.4 (no changes needed)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/control2
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 3b2d044..129c901 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,11 +5,12 @@ requests (1.1.0-1) UNRELEASED; urgency=low
* debian/control
- Added python-chardet, python3-chardet to Build-Depends and moved
them from Recommends to Depends since chardet is now required
- - Added python*-urllib3 (>= 1.5) to Build-Depends and Depends
- - Removed python*-six since python*-urllib3 is not embedded
+ - Added python(3)-urllib3 (>= 1.5) to Build-Depends and Depends
+ - Removed python(3)-six since python(3)-urllib3 is not embedded
anymore
- Removed python-gevent and python-oauthlib from Recommends
since upstream is not using them anymore
+ - Bumped Standards-Version to 3.9.4 (no changes needed)
* debian/copyright
- Updated to reflect upstream switch to Apache 2.0 and updated
copyright years
diff --git a/debian/control b/debian/control
index 6a85ba7..de9b06b 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
python3-all,
python3-chardet,
python3-urllib3 (>= 1.5)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.0
Homepage: http://python-requests.org