[Python-modules-commits] r21252 - in packages/python-urllib3/trunk/debian (changelog control)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Tue Apr 17 14:13:14 UTC 2012


    Date: Tuesday, April 17, 2012 @ 14:13:13
  Author: eriol-guest
Revision: 21252

Fixed typo in python3-urllib3's 

Modified:
  packages/python-urllib3/trunk/debian/changelog
  packages/python-urllib3/trunk/debian/control

Modified: packages/python-urllib3/trunk/debian/changelog
===================================================================
--- packages/python-urllib3/trunk/debian/changelog	2012-04-17 14:08:37 UTC (rev 21251)
+++ packages/python-urllib3/trunk/debian/changelog	2012-04-17 14:13:13 UTC (rev 21252)
@@ -2,8 +2,9 @@
 
   * debian/control
     - Tightened B-D of python-coverage to >= 3.4 (Closes: #668427)
+    - Fixed typo in python3-urllib3's ${python3:Depends}
 
- -- Daniele Tricoli <eriol at mornie.org>  Tue, 17 Apr 2012 15:53:43 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Tue, 17 Apr 2012 16:10:11 +0200
 
 python-urllib3 (1.3-1) unstable; urgency=low
 

Modified: packages/python-urllib3/trunk/debian/control
===================================================================
--- packages/python-urllib3/trunk/debian/control	2012-04-17 14:08:37 UTC (rev 21251)
+++ packages/python-urllib3/trunk/debian/control	2012-04-17 14:13:13 UTC (rev 21252)
@@ -42,7 +42,7 @@
 Architecture: all
 Depends:
  ${misc:Depends},
- ${python:Depends},
+ ${python3:Depends},
  python3-six
 Description: HTTP library with thread-safe connection pooling for Python3
  urllib3 supports features left out of urllib and urllib2 libraries.




More information about the Python-modules-commits mailing list