r9409 - packages/trunk/attal/debian

Paul Wise pabs at alioth.debian.org
Sun Apr 5 09:08:09 UTC 2009


Author: pabs
Date: 2009-04-05 09:08:08 +0000 (Sun, 05 Apr 2009)
New Revision: 9409

Modified:
   packages/trunk/attal/debian/changelog
   packages/trunk/attal/debian/rules
Log:
Use the correct patch target to prevent FTBFS with -j2

Modified: packages/trunk/attal/debian/changelog
===================================================================
--- packages/trunk/attal/debian/changelog	2009-04-05 08:56:20 UTC (rev 9408)
+++ packages/trunk/attal/debian/changelog	2009-04-05 09:08:08 UTC (rev 9409)
@@ -2,6 +2,7 @@
 
   * New upstream release candidate
   * Drop 10_libpath.diff in favour of ATT_LIB_PREFIX
+  * Use the correct patch target to prevent FTBFS with -j2
 
  -- Paul Wise <pabs at debian.org>  Sun, 05 Apr 2009 16:15:22 +0800
 

Modified: packages/trunk/attal/debian/rules
===================================================================
--- packages/trunk/attal/debian/rules	2009-04-05 08:56:20 UTC (rev 9408)
+++ packages/trunk/attal/debian/rules	2009-04-05 09:08:08 UTC (rev 9409)
@@ -7,8 +7,8 @@
 
 include /usr/share/quilt/quilt.make
 
-build: patch build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	./autogen.sh
 #	qmake Makefile.pro




More information about the Pkg-games-commits mailing list