r8358 - packages/trunk/prboom/debian

Jon Dowland jmtd-guest at alioth.debian.org
Mon Nov 10 18:39:37 UTC 2008


Author: jmtd-guest
Date: 2008-11-10 18:39:37 +0000 (Mon, 10 Nov 2008)
New Revision: 8358

Modified:
   packages/trunk/prboom/debian/changelog
   packages/trunk/prboom/debian/rules
Log:
fix a bug with parallel builds

Modified: packages/trunk/prboom/debian/changelog
===================================================================
--- packages/trunk/prboom/debian/changelog	2008-11-10 18:10:30 UTC (rev 8357)
+++ packages/trunk/prboom/debian/changelog	2008-11-10 18:39:37 UTC (rev 8358)
@@ -1,3 +1,10 @@
+prboom (2:2.5.0-dfsg-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * ensure build-stamp depends on configure-stamp
+
+ -- Jon Dowland <jon+bts at alcopop.org>  Mon, 10 Nov 2008 18:39:26 +0000
+
 prboom (2:2.5.0-dfsg-1) UNRELEASED; urgency=low
 
   * new upstream version

Modified: packages/trunk/prboom/debian/rules
===================================================================
--- packages/trunk/prboom/debian/rules	2008-11-10 18:10:30 UTC (rev 8357)
+++ packages/trunk/prboom/debian/rules	2008-11-10 18:39:37 UTC (rev 8358)
@@ -23,7 +23,7 @@
 	touch configure-stamp
 
 build: configure-stamp build-stamp
-build-stamp:
+build-stamp: configure-stamp
 	dh_testdir
 
 	# Add here commands to compile the package.




More information about the Pkg-games-commits mailing list