r6654 - packages/trunk/teeworlds/debian

Jack Coulter jscinoz-guest at alioth.debian.org
Sat Apr 19 00:33:13 UTC 2008


Author: jscinoz-guest
Date: 2008-04-19 00:33:13 +0000 (Sat, 19 Apr 2008)
New Revision: 6654

Modified:
   packages/trunk/teeworlds/debian/rules
Log:
Switched from using the -a flag with dh_* to -s as suggested by Rhonda


Modified: packages/trunk/teeworlds/debian/rules
===================================================================
--- packages/trunk/teeworlds/debian/rules	2008-04-18 23:42:35 UTC (rev 6653)
+++ packages/trunk/teeworlds/debian/rules	2008-04-19 00:33:13 UTC (rev 6654)
@@ -63,15 +63,15 @@
 install-arch: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k -a
-	dh_installdirs -a
+	dh_clean -k -s
+	dh_installdirs -s
 
 	dh_desktop -pteeworlds debian/teeworlds.desktop
 
 	dh_installman -pteeworlds debian/teeworlds.6
 	dh_installman -pteeworlds-server debian/teeworlds-server.6
 
-	dh_install -a
+	dh_install -s
 
 
 # Build architecture-independent files here.
@@ -80,7 +80,7 @@
 
 # Build architecture-dependent files here.
 binary-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