[Python-apps-commits] r304 - in /packages/spe/trunk/debian: changelog rules

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Mon Nov 26 21:44:50 UTC 2007


Author: pochu-guest
Date: Mon Nov 26 21:44:50 2007
New Revision: 304

URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=304
Log:
fix build

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

Modified: packages/spe/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/changelog?rev=304&op=diff
==============================================================================
--- packages/spe/trunk/debian/changelog (original)
+++ packages/spe/trunk/debian/changelog Mon Nov 26 21:44:50 2007
@@ -59,10 +59,11 @@
     - The changelog has been moved, so the path is different now.
     - Remove winpdb plugin. Let's use Debian's package.
     - Remove SPE_DEBUG.py. That's a windows launcher.
+    - Do nothing on binary-arch target.
   * debian/pycompat:
     - Removed, not needed as we don't call dh_python.
 
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Mon, 26 Nov 2007 22:19:02 +0100
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Mon, 26 Nov 2007 22:43:48 +0100
 
 spe (0.8.2a+repack-1) unstable; urgency=medium
 

Modified: packages/spe/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/rules?rev=304&op=diff
==============================================================================
--- packages/spe/trunk/debian/rules (original)
+++ packages/spe/trunk/debian/rules Mon Nov 26 21:44:50 2007
@@ -41,7 +41,7 @@
 	chmod +x debian/spe/usr/share/spe/_spe/SPE.py
 
 # Build architecture-independent files here.
-binary-indep:
+binary-indep: build install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs _spe/spe_changes.txt
@@ -60,7 +60,7 @@
 	dh_builddeb
 
 # Build architecture-dependent files here.
-binary-arch: build install
+binary-arch:
 # We have nothing to do by default.
 
 binary: binary-indep binary-arch




More information about the Python-apps-commits mailing list