r13149 - packages/trunk/netpanzer/debian

Alexander Reichle-Schmehl tolimar at alioth.debian.org
Fri Jan 20 08:51:38 UTC 2012


Author: tolimar
Date: 2012-01-20 08:51:37 +0000 (Fri, 20 Jan 2012)
New Revision: 13149

Modified:
   packages/trunk/netpanzer/debian/changelog
   packages/trunk/netpanzer/debian/rules
Log:
Add recommended targets build-arch and build-indep to debian/rules



Modified: packages/trunk/netpanzer/debian/changelog
===================================================================
--- packages/trunk/netpanzer/debian/changelog	2012-01-20 08:49:34 UTC (rev 13148)
+++ packages/trunk/netpanzer/debian/changelog	2012-01-20 08:51:37 UTC (rev 13149)
@@ -14,8 +14,9 @@
     debian/rules accordingly
   * Add ${misc:Depends} to all Package dependencies
   * Move netpanzer-dbg into section debug
+  * Add recommended targets build-arch and build-indep to debian/rules
 
- -- Alexander Reichle-Schmehl <tolimar at debian.org>  Fri, 20 Jan 2012 09:49:01 +0100
+ -- Alexander Reichle-Schmehl <tolimar at debian.org>  Fri, 20 Jan 2012 09:51:00 +0100
 
 netpanzer (0.8.2-2) unstable; urgency=low
 

Modified: packages/trunk/netpanzer/debian/rules
===================================================================
--- packages/trunk/netpanzer/debian/rules	2012-01-20 08:49:34 UTC (rev 13148)
+++ packages/trunk/netpanzer/debian/rules	2012-01-20 08:51:37 UTC (rev 13149)
@@ -26,8 +26,9 @@
 	dh_testdir
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 
-build: build-stamp
-
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp: config.status 
 	dh_testdir
 	scons datadir=/usr/share/games/netpanzer




More information about the Pkg-games-commits mailing list