[Python-modules-commits] r8410 - in packages/pycurl/trunk/debian (changelog control)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun May 10 20:07:10 UTC 2009


    Date: Sunday, May 10, 2009 @ 20:07:09
  Author: morph
Revision: 8410

force libcurl3-gnutls depends to at least on version 7.19.0

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

Modified: packages/pycurl/trunk/debian/changelog
===================================================================
--- packages/pycurl/trunk/debian/changelog	2009-05-10 20:03:04 UTC (rev 8409)
+++ packages/pycurl/trunk/debian/changelog	2009-05-10 20:07:09 UTC (rev 8410)
@@ -18,10 +18,11 @@
     - added ${misc:Depends} to binary packages
     - switch Vcs-Browser field to viewsvn
     - adjusted section to 'debug' for -dbg package
+    - force libcurl3-gnutls depends to at least on version 7.19.0
   * debian/patches/10_setup.py.dpatch
     - added description (to please lintian) and updated my email address
 
- -- Sandro Tosi <morph at debian.org>  Sun, 10 May 2009 21:02:50 +0200
+ -- Sandro Tosi <morph at debian.org>  Sun, 10 May 2009 22:06:23 +0200
 
 pycurl (7.18.2-1) unstable; urgency=low
 

Modified: packages/pycurl/trunk/debian/control
===================================================================
--- packages/pycurl/trunk/debian/control	2009-05-10 20:03:04 UTC (rev 8409)
+++ packages/pycurl/trunk/debian/control	2009-05-10 20:07:09 UTC (rev 8410)
@@ -12,7 +12,7 @@
 Package: python-pycurl
 Architecture: any
 Suggests: libcurl4-gnutls-dev, python-pycurl-dbg
-Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
+Depends: libcurl3-gnutls (>= 7.19.0), ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
 Conflicts: python2.3-pycurl, python2.4-pycurl
 Replaces: python2.3-pycurl, python2.4-pycurl
 Provides: ${python:Provides}




More information about the Python-modules-commits mailing list