[med-svn] r3631 - trunk/packages/phyml/trunk/debian

Charles Plessy plessy at alioth.debian.org
Wed Jul 15 00:58:32 UTC 2009


Author: plessy
Date: 2009-07-15 00:58:32 +0000 (Wed, 15 Jul 2009)
New Revision: 3631

Modified:
   trunk/packages/phyml/trunk/debian/changelog
   trunk/packages/phyml/trunk/debian/rules
Log:
Disabled parallel building, that was incorrectly supported and induced build failures by race condidtion (Closes: #536967).


Modified: trunk/packages/phyml/trunk/debian/changelog
===================================================================
--- trunk/packages/phyml/trunk/debian/changelog	2009-07-15 00:58:11 UTC (rev 3630)
+++ trunk/packages/phyml/trunk/debian/changelog	2009-07-15 00:58:32 UTC (rev 3631)
@@ -1,3 +1,10 @@
+phyml (1:200900706-2) unstable; urgency=low
+
+  * Disable parallel building, that was incorrectly supported and
+    induced build failures by race condidtion (Closes: #536967).
+
+ -- Charles Plessy <plessy at debian.org>  Wed, 15 Jul 2009 09:35:40 +0900
+
 phyml (1:200900706-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/packages/phyml/trunk/debian/rules
===================================================================
--- trunk/packages/phyml/trunk/debian/rules	2009-07-15 00:58:11 UTC (rev 3630)
+++ trunk/packages/phyml/trunk/debian/rules	2009-07-15 00:58:32 UTC (rev 3631)
@@ -2,7 +2,7 @@
 # Sample debian/rules that uses debhelper.
 # This file is public domain software, originally written by Joey Hess. 
 
-# Pasted from Policy 4.9.1:
+# Pasted from Policy 4.9.1 :(but disabled parallel building).
 CFLAGS = -Wall -g
 
 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
@@ -13,10 +13,10 @@
 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
     INSTALL_PROGRAM += -s
 endif
-ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-    NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-    MAKEFLAGS += -j$(NUMJOBS)
-endif
+#ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+#    NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+#    MAKEFLAGS += -j$(NUMJOBS)
+#endif
 
 
 src/Makefile:




More information about the debian-med-commit mailing list