[Pkg-asv-commits] r58 - trunk/debian

Christoph Martin chrism at alioth.debian.org
Mon Oct 8 16:14:13 UTC 2012


Author: chrism
Date: 2012-10-08 16:14:13 +0000 (Mon, 08 Oct 2012)
New Revision: 58

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
fix race condition in parallel build mode. (Closes: #689681)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2012-10-08 15:34:08 UTC (rev 57)
+++ trunk/debian/changelog	2012-10-08 16:14:13 UTC (rev 58)
@@ -1,3 +1,9 @@
+apt-show-versions (0.20) unstable; urgency=low
+
+  * fix race condition in parallel build mode. (Closes: #689681)
+
+ --
+
 apt-show-versions (0.19+nmu1) unstable; urgency=low
 
   * Non-maintainer upload.

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2012-10-08 15:34:08 UTC (rev 57)
+++ trunk/debian/rules	2012-10-08 16:14:13 UTC (rev 58)
@@ -15,7 +15,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-asv-commits mailing list