[Python-modules-commits] r16308 - in packages/shiboken/trunk/debian (control rules)

odyx at users.alioth.debian.org odyx at users.alioth.debian.org
Fri Apr 1 14:36:23 UTC 2011


    Date: Friday, April 1, 2011 @ 14:36:20
  Author: odyx
Revision: 16308

Migrate to dh_python2

Modified:
  packages/shiboken/trunk/debian/control
  packages/shiboken/trunk/debian/rules

Modified: packages/shiboken/trunk/debian/control
===================================================================
--- packages/shiboken/trunk/debian/control	2011-04-01 14:36:04 UTC (rev 16307)
+++ packages/shiboken/trunk/debian/control	2011-04-01 14:36:20 UTC (rev 16308)
@@ -6,9 +6,9 @@
 Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7.3.12), cmake (>= 2.8.2),
 	libqt4-dev (>= 4:4.7.0), libapiextractor-dev (>= 0.10.1), generatorrunner (>= 0.6.8), libgenrunner-dev (>= 0.6.8),
 	libsparsehash-dev (>= 1.6),
-	python-all-dev, python-all-dbg
+	python-all-dev (>= 2.6.6-3), python-all-dbg (>= 2.6.6-3)
 Build-Depends-Indep: python-sphinx
-XS-Python-Version: >= 2.6
+X-Python-Version: >= 2.6
 Standards-Version: 3.9.1.0
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/shiboken/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/shiboken/?op=log

Modified: packages/shiboken/trunk/debian/rules
===================================================================
--- packages/shiboken/trunk/debian/rules	2011-04-01 14:36:04 UTC (rev 16307)
+++ packages/shiboken/trunk/debian/rules	2011-04-01 14:36:20 UTC (rev 16308)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --buildsystem=cmake --parallel $@
+	dh --with python2 --buildsystem=cmake --parallel $@
 
 # Python versions (default is first)
 PYVERSIONS=$(shell pyversions -v -r)




More information about the Python-modules-commits mailing list