[Python-apps-commits] r7013 - in packages/slapos.tool.format/trunk/debian (control rules)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Fri Apr 29 10:02:28 UTC 2011


    Date: Friday, April 29, 2011 @ 10:02:19
  Author: arnau
Revision: 7013

Explicitly use python2.6 as this package has been tested on python 2.6 only so far

Modified:
  packages/slapos.tool.format/trunk/debian/control
  packages/slapos.tool.format/trunk/debian/rules

Modified: packages/slapos.tool.format/trunk/debian/control
===================================================================
--- packages/slapos.tool.format/trunk/debian/control	2011-04-29 09:34:55 UTC (rev 7012)
+++ packages/slapos.tool.format/trunk/debian/control	2011-04-29 10:02:19 UTC (rev 7013)
@@ -5,6 +5,7 @@
 Priority: optional
 Build-Depends: python-setuptools (>= 0.6b3),
                python (>= 2.6.6-3~),
+               python2.6,
                debhelper (>= 7.4.3)
 Build-Depends-Indep: po-debconf
 Standards-Version: 3.9.2

Modified: packages/slapos.tool.format/trunk/debian/rules
===================================================================
--- packages/slapos.tool.format/trunk/debian/rules	2011-04-29 09:34:55 UTC (rev 7012)
+++ packages/slapos.tool.format/trunk/debian/rules	2011-04-29 10:02:19 UTC (rev 7013)
@@ -4,7 +4,7 @@
 	dh $@ --with python2
 
 override_dh_auto_install:
-	python setup.py install --root=debian/slapformat --install-layout=deb \
+	python2.6 setup.py install --root=debian/slapformat --install-layout=deb \
 		--install-scripts=/usr/sbin/
 
 # Generate the upstream tarball from upstream Git (adapted from




More information about the Python-apps-commits mailing list