r12824 - packages/trunk/trigger/debian

Stefan Potyra sistpoty-guest at alioth.debian.org
Fri Nov 18 20:53:51 UTC 2011


Author: sistpoty-guest
Date: 2011-11-18 20:53:51 +0000 (Fri, 18 Nov 2011)
New Revision: 12824

Modified:
   packages/trunk/trigger/debian/changelog
   packages/trunk/trigger/debian/rules
Log:
Add build-arch/build-indep target.


Modified: packages/trunk/trigger/debian/changelog
===================================================================
--- packages/trunk/trigger/debian/changelog	2011-11-17 13:02:03 UTC (rev 12823)
+++ packages/trunk/trigger/debian/changelog	2011-11-18 20:53:51 UTC (rev 12824)
@@ -5,18 +5,18 @@
   * Refresh debian/patches/10_system_glew.patch.
   * debian/control: drop transitional package
   * debian/trigger-rally.6.sgml: Fix grammar error in copyright description.
+  * debian/rules: add build-arch/build-indep target.
 
   [More work TODO...]
   * shipped tinyxml should go
   * debian/control: fix description (it's not 6 courses any longer!)
-  * debian/rules: add build-arch target (did TC vote on this yet?
-    Nevertheless sounds like a good idea)
   * Check if changes are needed for new standars-version (don't think so).
   * Find out if /usr/bin is the new /usr/games (I recall there was some
     discussion).
   * Test all new courses ... :)
+  * 
 
- -- Stefan Potyra <sistpoty at ubuntu.com>  Fri, 11 Nov 2011 23:12:41 +0100
+ -- Stefan Potyra <sistpoty at ubuntu.com>  Fri, 18 Nov 2011 21:52:23 +0100
 
 trigger-rally (0.5.2.1-2) unstable; urgency=low
 

Modified: packages/trunk/trigger/debian/rules
===================================================================
--- packages/trunk/trigger/debian/rules	2011-11-17 13:02:03 UTC (rev 12823)
+++ packages/trunk/trigger/debian/rules	2011-11-18 20:53:51 UTC (rev 12824)
@@ -44,7 +44,7 @@
 		--datadir=$(DATADIR)
 
 
-build: build-stamp
+build: build-arch build-indep
 
 build-stamp: config.status
 	dh_testdir
@@ -93,5 +93,9 @@
 	dh_md5sums
 	dh_builddeb
 
+build-arch: build-stamp
+build-indep: build-stamp
+
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build clean binary-indep binary-arch binary install build-arch \
+	build-indep




More information about the Pkg-games-commits mailing list