r12364 - non-free/packages/trunk/assaultcube-data/debian

Arand Nash arand-guest at alioth.debian.org
Sat May 14 20:28:56 UTC 2011


Author: arand-guest
Date: 2011-05-14 20:28:49 +0000 (Sat, 14 May 2011)
New Revision: 12364

Modified:
   non-free/packages/trunk/assaultcube-data/debian/rules
Log:
Separate some dh_* for arch/indep

Modified: non-free/packages/trunk/assaultcube-data/debian/rules
===================================================================
--- non-free/packages/trunk/assaultcube-data/debian/rules	2011-05-14 20:28:39 UTC (rev 12363)
+++ non-free/packages/trunk/assaultcube-data/debian/rules	2011-05-14 20:28:49 UTC (rev 12364)
@@ -51,9 +51,9 @@
 	dh_compress
 	dh_fixperms
 	dh_installdeb
-	dh_gencontrol
+	dh_gencontrol -a
 	dh_md5sums
-	dh_builddeb
+	dh_builddeb -a
 
 binary-indep: build install
 	dh_testdir
@@ -65,9 +65,9 @@
 	dh_compress
 	dh_fixperms
 	dh_installdeb
-	dh_gencontrol
+	dh_gencontrol -i
 	dh_md5sums
-	dh_builddeb
+	dh_builddeb -i
 
 binary: binary-indep binary-arch
 




More information about the Pkg-games-commits mailing list