Author: smr Date: 2011-02-16 06:46:29 +0000 (Wed, 16 Feb 2011) New Revision: 5996
Modified: trunk/packages/insighttoolkit/trunk/debian/changelog trunk/packages/insighttoolkit/trunk/debian/rules Log: Disable parallel build. Modified: trunk/packages/insighttoolkit/trunk/debian/changelog =================================================================== --- trunk/packages/insighttoolkit/trunk/debian/changelog 2011-02-15 18:26:38 UTC (rev 5995) +++ trunk/packages/insighttoolkit/trunk/debian/changelog 2011-02-16 06:46:29 UTC (rev 5996) @@ -1,3 +1,9 @@ +insighttoolkit (3.20.0-8) unstable; urgency=low + + * rules: Remove parallel build. + + -- Steve M. Robbins <[email protected]> Wed, 16 Feb 2011 00:44:55 -0600 + insighttoolkit (3.20.0-7) unstable; urgency=low * patches/itkImageToImageFilterC.patch: New. Split the Modified: trunk/packages/insighttoolkit/trunk/debian/rules =================================================================== --- trunk/packages/insighttoolkit/trunk/debian/rules 2011-02-15 18:26:38 UTC (rev 5995) +++ trunk/packages/insighttoolkit/trunk/debian/rules 2011-02-16 06:46:29 UTC (rev 5996) @@ -2,7 +2,7 @@ # 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 +#DEB_BUILD_PARALLEL = true # 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
