Author: pabs
Date: 2008-07-20 08:46:05 +0000 (Sun, 20 Jul 2008)
New Revision: 7791

Modified:
   packages/trunk/warzone2100/debian/changelog
   packages/trunk/warzone2100/debian/rules
Log:
Adjust compilation to be parallel-build safe

Modified: packages/trunk/warzone2100/debian/changelog
===================================================================
--- packages/trunk/warzone2100/debian/changelog 2008-07-20 07:40:17 UTC (rev 
7790)
+++ packages/trunk/warzone2100/debian/changelog 2008-07-20 08:46:05 UTC (rev 
7791)
@@ -1,6 +1,7 @@
 warzone2100 (2.1.0~1.beta4-1-1) UNRELEASED; urgency=low
 
   * New upstream beta release
+  * Adjust compilation to be parallel-build safe
 
  -- Paul Wise <[EMAIL PROTECTED]>  Sun, 20 Jul 2008 15:34:28 +0800
 

Modified: packages/trunk/warzone2100/debian/rules
===================================================================
--- packages/trunk/warzone2100/debian/rules     2008-07-20 07:40:17 UTC (rev 
7790)
+++ packages/trunk/warzone2100/debian/rules     2008-07-20 08:46:05 UTC (rev 
7791)
@@ -21,8 +21,8 @@
 
 # Configure the package
 # -------------------------------------
-configure: patch config.status
-config.status:
+configure: config.status
+config.status: $(QUILT_STAMPFN)
        dh_testdir
        [ -d backup ] || ( mkdir backup && cp -f po/*.po backup )
        sed -i -e 's_automake[^/" ]*_automake-1.10_g' autogen.sh
@@ -48,9 +48,9 @@
 
 # Compile the binary
 # -------------------------------------
-build: configure build-stamp 
+build: build-stamp 
 
-build-stamp:
+build-stamp: config.status
        dh_testdir
        for d in $(SUBDIRS) ; do \
                $(MAKE) -C $$d ; \
@@ -61,9 +61,9 @@
 
 # Build data files
 # -------------------------------------
-build-indep: configure build-indep-stamp
+build-indep: build-indep-stamp
 
-build-indep-stamp:
+build-indep-stamp: config.status
        dh_testdir
        $(MAKE) -C data data
        $(MAKE) -C po


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to