Author: smr
Date: 2013-09-14 04:23:12 +0000 (Sat, 14 Sep 2013)
New Revision: 14696

Modified:
   trunk/packages/minc/trunk/debian/changelog
   trunk/packages/minc/trunk/debian/rules
Log:
Disable parallel build.


Modified: trunk/packages/minc/trunk/debian/changelog
===================================================================
--- trunk/packages/minc/trunk/debian/changelog  2013-09-14 04:15:35 UTC (rev 
14695)
+++ trunk/packages/minc/trunk/debian/changelog  2013-09-14 04:23:12 UTC (rev 
14696)
@@ -3,7 +3,9 @@
   * patches/pod_fix.diff: New.  Fix POD documentation to comply with
     stricter parsing of perl 5.18.  Closes: #719502.
 
- -- Steve M. Robbins <[email protected]>  Fri, 13 Sep 2013 22:04:11 -0500
+  * rules: disable parallel build; causes tests to fail inexplicably.
+  
+ -- Steve M. Robbins <[email protected]>  Fri, 13 Sep 2013 23:22:53 -0500
 
 minc (2.2.00-1) unstable; urgency=low
 

Modified: trunk/packages/minc/trunk/debian/rules
===================================================================
--- trunk/packages/minc/trunk/debian/rules      2013-09-14 04:15:35 UTC (rev 
14695)
+++ trunk/packages/minc/trunk/debian/rules      2013-09-14 04:23:12 UTC (rev 
14696)
@@ -1,7 +1,7 @@
 #! /usr/bin/make -f
 
 %:
-       dh $@ --parallel --with autoreconf --with autotools_dev
+       dh $@ --with autoreconf --with autotools_dev
 
 
 ARCH  := $(shell dpkg-architecture -qDEB_BUILD_ARCH)


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to