[Piuparts-commits] rev 912 - trunk/debian
Holger Levsen
holger at alioth.debian.org
Sun Jul 10 08:58:30 UTC 2011
Author: holger
Date: 2011-07-10 08:58:30 +0000 (Sun, 10 Jul 2011)
New Revision: 912
Modified:
trunk/debian/changelog
trunk/debian/control
trunk/debian/rules
Log:
debian/control and rules: use dh_python2 instead of python-support to
build the package, require python >= 2.6.6-3~
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2011-07-09 23:39:33 UTC (rev 911)
+++ trunk/debian/changelog 2011-07-10 08:58:30 UTC (rev 912)
@@ -24,6 +24,8 @@
* Make piuparts use proxy settings either from apt configuration or
http_proxy environment variable, the latter overwriting the former (if
present) - Thanks to Scott Schaefer for the patch. (Closes: #632046)
+ * debian/control and rules: use dh_python2 instead of python-support to
+ build the package, require python >= 2.6.6-3~
-- Holger Levsen <holger at debian.org> Sat, 25 Jun 2011 23:33:49 +0200
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2011-07-09 23:39:33 UTC (rev 911)
+++ trunk/debian/control 2011-07-10 08:58:30 UTC (rev 912)
@@ -5,7 +5,7 @@
Priority: extra
Standards-Version: 3.9.2
Build-Depends: debhelper (>=7)
-Build-Depends-Indep: python-support, asciidoc, xmlto
+Build-Depends-Indep: python (>=2.6.6-3~), asciidoc, xmlto
Vcs-Svn: svn://svn.debian.org/svn/piuparts/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/piuparts/trunk/
Homepage: http://piuparts.debian.org
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2011-07-09 23:39:33 UTC (rev 911)
+++ trunk/debian/rules 2011-07-10 08:58:30 UTC (rev 912)
@@ -29,7 +29,7 @@
dh_installchangelogs
dh_compress
dh_fixperms
- dh_pysupport
+ dh_python2
dh_installdeb
dh_gencontrol
dh_md5sums
More information about the Piuparts-commits
mailing list