r8276 - packages/trunk/ketm/debian

Paul Wise pabs at alioth.debian.org
Sun Oct 19 18:34:52 UTC 2008


Author: pabs
Date: 2008-10-19 18:34:52 +0000 (Sun, 19 Oct 2008)
New Revision: 8276

Modified:
   packages/trunk/ketm/debian/changelog
   packages/trunk/ketm/debian/rules
Log:
Make the package parallel-build safe

Modified: packages/trunk/ketm/debian/changelog
===================================================================
--- packages/trunk/ketm/debian/changelog	2008-10-19 18:01:08 UTC (rev 8275)
+++ packages/trunk/ketm/debian/changelog	2008-10-19 18:34:52 UTC (rev 8276)
@@ -1,5 +1,9 @@
 ketm (0.0.6-21) unstable; urgency=low
 
+  [ Paul Wise ]
+  * Make the package parallel-build safe
+
+  [ Ansgar Burchardt ]
   * debian/ketm.dirs: Add /var/games (Closes: #502765)
   * Add myself to Uploaders
   * debian/control: Fix typo in description

Modified: packages/trunk/ketm/debian/rules
===================================================================
--- packages/trunk/ketm/debian/rules	2008-10-19 18:01:08 UTC (rev 8275)
+++ packages/trunk/ketm/debian/rules	2008-10-19 18:34:52 UTC (rev 8276)
@@ -19,8 +19,8 @@
 	            --datadir=/usr/share/games
 	touch configure-stamp
 
-build: configure-stamp build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: configure-stamp
 	dh_testdir
 	$(MAKE)
 	touch build-stamp




More information about the Pkg-games-commits mailing list