[Python-modules-commits] r20849 - in packages/requests/trunk/debian (changelog control)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Mon Mar 19 00:02:40 UTC 2012
Date: Monday, March 19, 2012 @ 00:02:38
Author: eriol-guest
Revision: 20849
Added python(3)-six to Builds-Depends
Modified:
packages/requests/trunk/debian/changelog
packages/requests/trunk/debian/control
Modified: packages/requests/trunk/debian/changelog
===================================================================
--- packages/requests/trunk/debian/changelog 2012-03-18 23:47:04 UTC (rev 20848)
+++ packages/requests/trunk/debian/changelog 2012-03-19 00:02:38 UTC (rev 20849)
@@ -9,7 +9,7 @@
- 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 @@
* debian/patches/02_fix-python3-except-sintax-error.patch
- Removed as it is applied upstream
- -- Daniele Tricoli <eriol at mornie.org> Mon, 19 Mar 2012 00:35:09 +0100
+ -- Daniele Tricoli <eriol at mornie.org> Mon, 19 Mar 2012 01:00:58 +0100
requests (0.10.1-1) unstable; urgency=low
Modified: packages/requests/trunk/debian/control
===================================================================
--- packages/requests/trunk/debian/control 2012-03-18 23:47:04 UTC (rev 20848)
+++ packages/requests/trunk/debian/control 2012-03-19 00:02:38 UTC (rev 20849)
@@ -6,7 +6,9 @@
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
More information about the Python-modules-commits
mailing list