r7589 - packages/trunk/worldofpadman/debian

Jack Coulter jscinoz-guest at alioth.debian.org
Mon Jun 30 05:12:14 UTC 2008


Author: jscinoz-guest
Date: 2008-06-30 05:12:14 +0000 (Mon, 30 Jun 2008)
New Revision: 7589

Modified:
   packages/trunk/worldofpadman/debian/rules
Log:
cleanup

Modified: packages/trunk/worldofpadman/debian/rules
===================================================================
--- packages/trunk/worldofpadman/debian/rules	2008-06-30 05:12:08 UTC (rev 7588)
+++ packages/trunk/worldofpadman/debian/rules	2008-06-30 05:12:14 UTC (rev 7589)
@@ -37,10 +37,10 @@
 install-indep:
 	dh_testdir
 	dh_testroot
-	dh_clean -k -a
-	dh_installdirs -a
-	dh_install -a
-	dh_icons -a
+	dh_clean -k -i
+	dh_installdirs -i
+	dh_install -i
+	dh_icons -i
 
 install-arch: build
 	dh_testdir
@@ -68,7 +68,7 @@
 
 # Build architecture-dependent files here.
 binary-arch: build-arch install-arch
-	$(MAKE) -f debian/rules DH_OPTIONS=-a binary-common
+	$(MAKE) -f debian/rules DH_OPTIONS=-s binary-common
 
 # Build architecture-dependent files here.
 binary-common:




More information about the Pkg-games-commits mailing list