[Python-apps-commits] r4913 - in packages/spe/trunk/debian (changelog rules)

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Fri Mar 5 19:53:20 UTC 2010


    Date: Friday, March 5, 2010 @ 19:53:18
  Author: pochu
Revision: 4913

Pass --install-scripts=/usr/bin to setup.py to fix FTBFS with
python2.6. Thanks Piotr O?\197?\188arowski. Closes: #533836.

Modified:
  packages/spe/trunk/debian/changelog
  packages/spe/trunk/debian/rules

Modified: packages/spe/trunk/debian/changelog
===================================================================
--- packages/spe/trunk/debian/changelog	2010-03-05 19:40:38 UTC (rev 4912)
+++ packages/spe/trunk/debian/changelog	2010-03-05 19:53:18 UTC (rev 4913)
@@ -1,4 +1,4 @@
-spe (0.8.4.h-2) UNRELEASED; urgency=low
+spe (0.8.4.h-2) unstable; urgency=low
 
   * debian/control:
     - Update my email address.
@@ -8,8 +8,10 @@
     - Point to viewsvn in Vcs-Browser.
   * debian/rules:
     - Stop calling dh_desktop, it's a no-op now.
+    - Pass --install-scripts=/usr/bin to setup.py to fix FTBFS with
+      python2.6. Thanks Piotr Ożarowski. Closes: #533836.
 
- -- Emilio Pozuelo Monfort <pochu at debian.org>  Fri, 05 Mar 2010 19:47:11 +0100
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Fri, 05 Mar 2010 20:46:04 +0100
 
 spe (0.8.4.h-1) unstable; urgency=low
 

Modified: packages/spe/trunk/debian/rules
===================================================================
--- packages/spe/trunk/debian/rules	2010-03-05 19:40:38 UTC (rev 4912)
+++ packages/spe/trunk/debian/rules	2010-03-05 19:53:18 UTC (rev 4913)
@@ -23,7 +23,10 @@
 	dh_testroot
 	dh_clean -k
 
-	python setup.py install --root=debian/spe --install-lib=usr/share/spe/ --no-compile
+	python setup.py install --root=debian/spe \
+				--install-lib=usr/share/spe/ \
+				--install-scripts=/usr/bin \
+				--no-compile
 
 	rm debian/spe/usr/share/spe/_spe/SPE_DEBUG.py
 




More information about the Python-apps-commits mailing list