[Python-modules-commits] r14147 - in packages/python-httplib2/trunk/debian (changelog control)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Sat Aug 7 10:39:25 UTC 2010
Date: Saturday, August 7, 2010 @ 10:39:24
Author: dktrkranz
Revision: 14147
Depend on ${python3:Depends} for python3-httplib2 to generate
correct dependencies for Python 3.X (Closes: #591956)
Modified:
packages/python-httplib2/trunk/debian/changelog
packages/python-httplib2/trunk/debian/control
Modified: packages/python-httplib2/trunk/debian/changelog
===================================================================
--- packages/python-httplib2/trunk/debian/changelog 2010-08-07 02:45:27 UTC (rev 14146)
+++ packages/python-httplib2/trunk/debian/changelog 2010-08-07 10:39:24 UTC (rev 14147)
@@ -1,3 +1,11 @@
+python-httplib2 (0.6.0-3) UNRELEASED; urgency=low
+
+ * debian/control:
+ - Depend on ${python3:Depends} for python3-httplib2 to generate
+ correct dependencies for Python 3.X (Closes: #591956).
+
+ -- Luca Falavigna <dktrkranz at debian.org> Sat, 07 Aug 2010 12:33:22 +0200
+
python-httplib2 (0.6.0-2) unstable; urgency=low
* Switch to format 3.0 (quilt).
Modified: packages/python-httplib2/trunk/debian/control
===================================================================
--- packages/python-httplib2/trunk/debian/control 2010-08-07 02:45:27 UTC (rev 14146)
+++ packages/python-httplib2/trunk/debian/control 2010-08-07 10:39:24 UTC (rev 14147)
@@ -29,7 +29,7 @@
Package: python3-httplib2
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
Description: comprehensive HTTP client library written for Python3
httplib2.py supports many features left out of other HTTP libraries.
* HTTP and HTTPS
More information about the Python-modules-commits
mailing list