Author: smr Date: 2010-10-31 03:24:00 +0000 (Sun, 31 Oct 2010) New Revision: 5394
Modified: trunk/packages/insighttoolkit/trunk/debian/changelog trunk/packages/insighttoolkit/trunk/debian/rules Log: Disable parallel building; broken with cswig wrapping. Modified: trunk/packages/insighttoolkit/trunk/debian/changelog =================================================================== --- trunk/packages/insighttoolkit/trunk/debian/changelog 2010-10-31 00:34:16 UTC (rev 5393) +++ trunk/packages/insighttoolkit/trunk/debian/changelog 2010-10-31 03:24:00 UTC (rev 5394) @@ -1,3 +1,10 @@ +insighttoolkit (3.20.0-3) experimental; urgency=low + + * rules: Remove parallel build; still broken with cswig wrapping. See + https://buildd.debian.org/fetch.cgi?pkg=insighttoolkit;ver=3.20.0-1;arch=i386;stamp=1288336939 + + -- Steve M. Robbins <[email protected]> Sat, 30 Oct 2010 22:20:17 -0500 + insighttoolkit (3.20.0-2) experimental; urgency=low * Switch to source package 3.0 (quilt) format. Modified: trunk/packages/insighttoolkit/trunk/debian/rules =================================================================== --- trunk/packages/insighttoolkit/trunk/debian/rules 2010-10-31 00:34:16 UTC (rev 5393) +++ trunk/packages/insighttoolkit/trunk/debian/rules 2010-10-31 03:24:00 UTC (rev 5394) @@ -1,6 +1,6 @@ #!/usr/bin/make -f -DEB_BUILD_PARALLEL = true +DEB_BUILD_PARALLEL = false # Using install/fast bypasses the install->all dependency, # avoiding a complete rebuild by "make install". _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
