r8255 - packages/trunk/xmoto/debian

Barry deFreese bddebian-guest at alioth.debian.org
Sat Oct 11 14:32:47 UTC 2008


Author: bddebian-guest
Date: 2008-10-11 14:32:46 +0000 (Sat, 11 Oct 2008)
New Revision: 8255

Modified:
   packages/trunk/xmoto/debian/changelog
   packages/trunk/xmoto/debian/rules
Log:
  * Add patch-stamp target.
Fix urgency field in changelog.


Modified: packages/trunk/xmoto/debian/changelog
===================================================================
--- packages/trunk/xmoto/debian/changelog	2008-10-11 13:40:40 UTC (rev 8254)
+++ packages/trunk/xmoto/debian/changelog	2008-10-11 14:32:46 UTC (rev 8255)
@@ -1,8 +1,9 @@
-xmoto (0.4.2-3) unstable; urgency=med
+xmoto (0.4.2-3) unstable; urgency=medium
 
   [ Barry deFreese ]
   * Don't segfault on NULL db values. (Closes: #492414).
     + Thanks to Gustavo Noronha Silva for the patch.
+  * Add patch-stamp target.
   * Add myself to uploaders.
 
  -- Barry deFreese <bdefreese at debian.org>  Sat, 11 Oct 2008 09:34:05 -0400

Modified: packages/trunk/xmoto/debian/rules
===================================================================
--- packages/trunk/xmoto/debian/rules	2008-10-11 13:40:40 UTC (rev 8254)
+++ packages/trunk/xmoto/debian/rules	2008-10-11 14:32:46 UTC (rev 8255)
@@ -23,8 +23,10 @@
 	CFLAGS += -O2
 endif
 
+patch-stamp: patch
 patch:
 	$(MAKE) -f /usr/share/quilt/quilt.make patch
+	touch patch-stamp
 
 config.status: configure patch
 	dh_testdir
@@ -51,7 +53,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp
+	rm -f build-stamp patch-stamp
 
 	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f config.log




More information about the Pkg-games-commits mailing list