[Python-modules-commits] r8204 - in packages/pycurl/trunk/debian (4 files)
bzed at users.alioth.debian.org
bzed at users.alioth.debian.org
Fri Apr 10 11:46:15 UTC 2009
Date: Friday, April 10, 2009 @ 11:46:14
Author: bzed
Revision: 8204
Switching from python-central to python-support.
Added:
packages/pycurl/trunk/debian/pyversions
Modified:
packages/pycurl/trunk/debian/changelog
packages/pycurl/trunk/debian/control
packages/pycurl/trunk/debian/rules
Modified: packages/pycurl/trunk/debian/changelog
===================================================================
--- packages/pycurl/trunk/debian/changelog 2009-04-10 11:04:51 UTC (rev 8203)
+++ packages/pycurl/trunk/debian/changelog 2009-04-10 11:46:14 UTC (rev 8204)
@@ -5,6 +5,7 @@
[ Bernd Zeimetz ]
* debian/control:
- Rising the priority to optional, as we have rdepends in optional.
+ * Switching from python-central to python-support.
[ Sandro Tosi ]
* New upstream release.
@@ -19,7 +20,7 @@
* debian/patches/10_setup.py.dpatch
- added description (to please lintian) and updated my email address
- -- Sandro Tosi <morph at debian.org> Tue, 23 Dec 2008 14:50:50 +0100
+ -- Bernd Zeimetz <bzed at debian.org> Fri, 10 Apr 2009 13:38:00 +0200
pycurl (7.18.2-1) unstable; urgency=low
Modified: packages/pycurl/trunk/debian/control
===================================================================
--- packages/pycurl/trunk/debian/control 2009-04-10 11:04:51 UTC (rev 8203)
+++ packages/pycurl/trunk/debian/control 2009-04-10 11:46:14 UTC (rev 8204)
@@ -3,9 +3,8 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph at debian.org>, Bernd Zeimetz <bzed at debian.org>
-Build-Depends: debhelper (>= 5.0.37.1), python-all-dev (>= 2.3.5-9), python-all-dbg, python-central, libcurl4-gnutls-dev (>= 7.19.0), dpatch
+Build-Depends: debhelper (>= 5.0.37.1), python-all-dev (>= 2.3.5-9), python-all-dbg, python-support (>= 0.7.1), libcurl4-gnutls-dev (>= 7.19.0), dpatch
Standards-Version: 3.8.0
-XS-Python-Version: all
Homepage: http://pycurl.sourceforge.net
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pycurl/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pycurl/trunk/
@@ -17,7 +16,6 @@
Conflicts: python2.3-pycurl, python2.4-pycurl
Replaces: python2.3-pycurl, python2.4-pycurl
Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
Description: Python bindings to libcurl
This module provides the Python bindings to libcurl. Please refer to
the libcurl documentation available in libcurl4-gnutls-dev Debian package.
@@ -28,7 +26,6 @@
Priority: extra
Architecture: any
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
the libcurl documentation available in libcurl4-gnutls-dev Debian package.
Added: packages/pycurl/trunk/debian/pyversions
===================================================================
--- packages/pycurl/trunk/debian/pyversions (rev 0)
+++ packages/pycurl/trunk/debian/pyversions 2009-04-10 11:46:14 UTC (rev 8204)
@@ -0,0 +1 @@
+2.3-
Modified: packages/pycurl/trunk/debian/rules
===================================================================
--- packages/pycurl/trunk/debian/rules 2009-04-10 11:04:51 UTC (rev 8203)
+++ packages/pycurl/trunk/debian/rules 2009-04-10 11:46:14 UTC (rev 8204)
@@ -73,7 +73,7 @@
dh_installdocs -a -A TODO
dh_installexamples -a -A examples/*
dh_installchangelogs -a ChangeLog
- dh_pycentral -a
+ dh_pysupport -a
dh_strip -ppython-pycurl --dbg-package=python-pycurl-dbg
rm -rf debian/python-pycurl-dbg/usr/share/doc/python-pycurl-dbg
ln -s python-pycurl debian/python-pycurl-dbg/usr/share/doc/python-pycurl-dbg
More information about the Python-modules-commits
mailing list