diff options
author | Daniele Tricoli <eriol@mornie.org> | 2012-03-16 18:39:39 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2012-03-16 18:39:39 +0000 |
commit | 92ae058fb5f3c96409cfb6f6466eea2727572b80 (patch) | |
tree | 69b50efa066af582afbacaab216e31392865014c /debian | |
parent | 9fb6f314a62ca5a5fe018599d3ca56670604a688 (diff) | |
download | python-requests-92ae058fb5f3c96409cfb6f6466eea2727572b80.tar python-requests-92ae058fb5f3c96409cfb6f6466eea2727572b80.tar.gz |
Bumped Standards-Version to 3.9.3 (no changes needed)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index e857f75..2840434 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,12 +5,14 @@ requests (0.10.8-1) UNRELEASED; urgency=low [ Daniele Tricoli ] * New upstream release (Closes: #663561) + * debian/control + - Bumped Standards-Version to 3.9.3 (no changes needed) * debian/patches/01_do-not-use-python-certifi.patch - Refreshed * debian/patches/02_fix-python3-except-sintax-error.patch - Removed as it is applied upstream - -- Daniele Tricoli <eriol@mornie.org> Fri, 16 Mar 2012 18:35:36 +0100 + -- Daniele Tricoli <eriol@mornie.org> Fri, 16 Mar 2012 19:37:44 +0100 requests (0.10.1-1) unstable; urgency=low diff --git a/debian/control b/debian/control index db10852..d688cc7 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3), python3-all -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 X-Python-Version: >= 2.6 X-Python3-Version: >= 3.0 Homepage: http://python-requests.org |