r9107 - packages/trunk/pingus/debian

Cyril Brulebois kibi at alioth.debian.org
Wed Mar 11 18:42:50 UTC 2009


Author: kibi
Date: 2009-03-11 18:42:50 +0000 (Wed, 11 Mar 2009)
New Revision: 9107

Modified:
   packages/trunk/pingus/debian/rules
Log:
Where's my brown paper bag?

Fix stamp filename, fix target dependencies.


Modified: packages/trunk/pingus/debian/rules
===================================================================
--- packages/trunk/pingus/debian/rules	2009-03-11 18:34:45 UTC (rev 9106)
+++ packages/trunk/pingus/debian/rules	2009-03-11 18:42:50 UTC (rev 9107)
@@ -5,8 +5,8 @@
 
 include /usr/share/quilt/quilt.make
 
-configure: $(QUILT_PATCHFN) configure-stamp
-configure-stamp:
+configure: configure-stamp
+configure-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	cat debian/options.cache | sed -e 's/:CFLAGS:/$(CFLAGS)/g' > options.cache
 	touch $@




More information about the Pkg-games-commits mailing list