[Python-modules-commits] r7158 - in packages/pycurl/trunk/debian (changelog control)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Tue Dec 23 13:56:29 UTC 2008
Date: Tuesday, December 23, 2008 @ 13:56:27
Author: morph
Revision: 7158
- added ${misc:Depends} to binary packages
- switch Vcs-Browser field to viewsvn
Modified:
packages/pycurl/trunk/debian/changelog
packages/pycurl/trunk/debian/control
Modified: packages/pycurl/trunk/debian/changelog
===================================================================
--- packages/pycurl/trunk/debian/changelog 2008-12-23 13:45:36 UTC (rev 7157)
+++ packages/pycurl/trunk/debian/changelog 2008-12-23 13:56:27 UTC (rev 7158)
@@ -14,12 +14,12 @@
- bump Standards-Version to 3.8.0
+ added debian/README.source
- added Vcs-{Browser,Svn} fields
+ - added ${misc:Depends} to binary packages
+ - switch Vcs-Browser field to viewsvn
* debian/patches/10_setup.py.dpatch
- added description (to please lintian) and updated my email address
- * debian/control
- - switch Vcs-Browser field to viewsvn
- -- Sandro Tosi <morph at debian.org> Sat, 20 Sep 2008 18:01:08 +0200
+ -- Sandro Tosi <morph at debian.org> Tue, 23 Dec 2008 14:50:50 +0100
pycurl (7.18.2-1) unstable; urgency=low
Modified: packages/pycurl/trunk/debian/control
===================================================================
--- packages/pycurl/trunk/debian/control 2008-12-23 13:45:36 UTC (rev 7157)
+++ packages/pycurl/trunk/debian/control 2008-12-23 13:56:27 UTC (rev 7158)
@@ -13,7 +13,7 @@
Package: python-pycurl
Architecture: any
Suggests: libcurl4-gnutls-dev, python-pycurl-dbg
-Depends: ${shlibs:Depends}, ${python:Depends}
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
Conflicts: python2.3-pycurl, python2.4-pycurl
Replaces: python2.3-pycurl, python2.4-pycurl
Provides: ${python:Provides}
@@ -27,7 +27,7 @@
Package: python-pycurl-dbg
Priority: extra
Architecture: any
-Depends: ${shlibs:Depends}, python-dbg, python-pycurl (= ${binary:Version})
+Depends: ${shlibs:Depends}, python-dbg, python-pycurl (= ${binary:Version}), ${misc:Depends}
XB-Python-Version: ${python:Versions}
Description: Python bindings to libcurl (debug extension)
This module provides the Python bindings to libcurl. Please refer to
More information about the Python-modules-commits
mailing list