[Python-modules-commits] r13613 - in packages/urlgrabber/trunk/debian (changelog control)

kcoyner at users.alioth.debian.org kcoyner at users.alioth.debian.org
Fri Jun 25 02:14:24 UTC 2010


    Date: Friday, June 25, 2010 @ 02:14:23
  Author: kcoyner
Revision: 13613

Add Depends on python-pycurl.

Modified:
  packages/urlgrabber/trunk/debian/changelog
  packages/urlgrabber/trunk/debian/control

Modified: packages/urlgrabber/trunk/debian/changelog
===================================================================
--- packages/urlgrabber/trunk/debian/changelog	2010-06-25 01:47:14 UTC (rev 13612)
+++ packages/urlgrabber/trunk/debian/changelog	2010-06-25 02:14:23 UTC (rev 13613)
@@ -1,3 +1,9 @@
+urlgrabber (3.9.1-3) unstable; urgency=low
+
+  * Add Depends on python-pycurl. Closes: #587000.
+
+ -- Kevin Coyner <kcoyner at debian.org>  Fri, 25 Jun 2010 02:04:19 +0000
+
 urlgrabber (3.9.1-2) unstable; urgency=low
 
   * Install with only the default python version to avoid unnecessary depends

Modified: packages/urlgrabber/trunk/debian/control
===================================================================
--- packages/urlgrabber/trunk/debian/control	2010-06-25 01:47:14 UTC (rev 13612)
+++ packages/urlgrabber/trunk/debian/control	2010-06-25 02:14:23 UTC (rev 13613)
@@ -12,7 +12,7 @@
 
 Package: python-urlgrabber
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-pycurl
 Provides: ${python:Provides}
 Description: A high-level cross-protocol url-grabber
  urlgrabber dramatically simplifies the fetching of files. It is designed to




More information about the Python-modules-commits mailing list