diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index ab26168..5995fcd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,7 +9,7 @@ requests (0.10.8-1) UNRELEASED; urgency=low - Added debian/patches/02_do-not-use-embedded-python-six.patch - Added override_dh_auto_configure to debian/rules to remove the embedded copy - - Added python(3)-six to Depends + - Added python(3)-six to Builds-Depends and Depends * debian/control - Bumped Standards-Version to 3.9.3 (no changes needed) * debian/patches/01_do-not-use-python-certifi.patch @@ -17,7 +17,7 @@ requests (0.10.8-1) UNRELEASED; urgency=low * debian/patches/02_fix-python3-except-sintax-error.patch - Removed as it is applied upstream - -- Daniele Tricoli <eriol@mornie.org> Mon, 19 Mar 2012 00:35:09 +0100 + -- Daniele Tricoli <eriol@mornie.org> Mon, 19 Mar 2012 01:00:58 +0100 requests (0.10.1-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 11513f2..3996465 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,9 @@ Priority: optional Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3), - python3-all + python-six, + python3-all, + python3-six Standards-Version: 3.9.3 X-Python-Version: >= 2.6 X-Python3-Version: >= 3.0 |