[med-svn] r5429 - trunk/packages/insighttoolkit/trunk/debian
Steven Michael Robbins
smr at alioth.debian.org
Fri Nov 12 03:07:49 UTC 2010
Author: smr
Date: 2010-11-12 03:07:47 +0000 (Fri, 12 Nov 2010)
New Revision: 5429
Modified:
trunk/packages/insighttoolkit/trunk/debian/changelog
trunk/packages/insighttoolkit/trunk/debian/rules
Log:
Remove parallel build again; still fails with WrapITK wrapping.
Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog 2010-11-11 18:41:57 UTC (rev 5428)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog 2010-11-12 03:07:47 UTC (rev 5429)
@@ -1,6 +1,6 @@
insighttoolkit (3.20.0-4) experimental; urgency=low
- * rules: Really remove parallel build.
+ * rules: Really remove parallel build (don't set DEB_BUILD_PARALLEL).
* insighttoolkit_3.20.0.orig-review.tar.bz2: New. Contains contents of
upstream "Code/Review" directory, heretofore removed from the .orig
@@ -10,7 +10,7 @@
* rules: Switch from CSWIG wrapping to WrapITK wrapping for java,
python, and tcl.
- -- Steve M. Robbins <smr at debian.org> Sat, 06 Nov 2010 14:38:04 -0500
+ -- Steve M. Robbins <smr at debian.org> Thu, 11 Nov 2010 21:06:52 -0600
insighttoolkit (3.20.0-3) experimental; urgency=low
Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules 2010-11-11 18:41:57 UTC (rev 5428)
+++ trunk/packages/insighttoolkit/trunk/debian/rules 2010-11-12 03:07:47 UTC (rev 5429)
@@ -1,8 +1,8 @@
#!/usr/bin/make -f
-# Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to
-# never build in parallel, regardless of DEB_BUILD_OPTIONS.
-DEB_BUILD_PARALLEL = true
+# If set, honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment
+# out to never build in parallel, regardless of DEB_BUILD_OPTIONS.
+#DEB_BUILD_PARALLEL = true
# Using install/fast bypasses the install->all dependency,
# avoiding a complete rebuild by "make install".
More information about the debian-med-commit
mailing list