r4912 - packages/trunk/boswars/debian

Cyril Brulebois kibi-guest at alioth.debian.org
Wed Dec 12 02:52:49 UTC 2007


Author: kibi-guest
Date: 2007-12-12 02:52:49 +0000 (Wed, 12 Dec 2007)
New Revision: 4912

Modified:
   packages/trunk/boswars/debian/rules
Log:
Swap binary-common and extra rm calls in binary-arch as well

Modified: packages/trunk/boswars/debian/rules
===================================================================
--- packages/trunk/boswars/debian/rules	2007-12-12 02:50:55 UTC (rev 4911)
+++ packages/trunk/boswars/debian/rules	2007-12-12 02:52:49 UTC (rev 4912)
@@ -105,11 +105,11 @@
 
 # Build architecture dependant packages using the common target.
 binary-arch: build-arch install-arch
-	$(MAKE) -f debian/rules DH_OPTIONS=-s binary-common
-
 	rm -f debian/boswars/usr/share/doc/boswars/html/README-SDL.txt
 	rm -f debian/boswars/usr/share/doc/boswars/html/*copyright*
 
+	$(MAKE) -f debian/rules DH_OPTIONS=-s binary-common
+
 get-orig-source:
 	dh_testdir
 	wget http://www.boswars.org/dist/releases/boswars-$(UPSTREAM_VERSION)-src.tar.gz




More information about the Pkg-games-commits mailing list