[Python-apps-commits] r8761 - in packages/canto/trunk/debian (changelog control rules)

vlegout at users.alioth.debian.org vlegout at users.alioth.debian.org
Fri May 25 13:02:11 UTC 2012


    Date: Friday, May 25, 2012 @ 13:02:09
  Author: vlegout
Revision: 8761

Use dh_python2

Modified:
  packages/canto/trunk/debian/changelog
  packages/canto/trunk/debian/control
  packages/canto/trunk/debian/rules

Modified: packages/canto/trunk/debian/changelog
===================================================================
--- packages/canto/trunk/debian/changelog	2012-05-25 10:30:55 UTC (rev 8760)
+++ packages/canto/trunk/debian/changelog	2012-05-25 13:02:09 UTC (rev 8761)
@@ -1,3 +1,10 @@
+canto (0.7.10-4) unstable; urgency=low
+
+  * Use dh_python2 instead of python-support. Patch from Barry Warsaw
+   (Closes: #674070, #674079)
+
+ -- Vincent Legout <vlegout at debian.org>  Fri, 25 May 2012 14:33:10 +0200
+
 canto (0.7.10-3) unstable; urgency=low
 
   * Bug #643816 is now fixed, so build canto against the default python

Modified: packages/canto/trunk/debian/control
===================================================================
--- packages/canto/trunk/debian/control	2012-05-25 10:30:55 UTC (rev 8760)
+++ packages/canto/trunk/debian/control	2012-05-25 13:02:09 UTC (rev 8761)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Vincent Legout <vlegout at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-dev, python-support, libncurses5-dev, libncursesw5-dev
+Build-Depends: debhelper (>= 7.0.50~), python-dev (>= 2.6.6-3~), libncurses5-dev, libncursesw5-dev
 Standards-Version: 3.9.2
 Homepage: http://www.codezen.org/canto/
 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/canto/

Modified: packages/canto/trunk/debian/rules
===================================================================
--- packages/canto/trunk/debian/rules	2012-05-25 10:30:55 UTC (rev 8760)
+++ packages/canto/trunk/debian/rules	2012-05-25 13:02:09 UTC (rev 8761)
@@ -3,7 +3,7 @@
 -include /usr/share/python/python.mk
 
 %:
-	dh ${@}
+	dh ${@} --with python2
 
 override_dh_auto_build:
 	python setup.py build --force




More information about the Python-apps-commits mailing list