Author: malat-guest Date: 2009-05-31 10:09:40 +0000 (Sun, 31 May 2009) New Revision: 3447
Modified: trunk/packages/gdcm/trunk/debian/changelog trunk/packages/gdcm/trunk/debian/rules Log: Apply patch from Dominique Belhachemi to fix parallel builds. Thanks Modified: trunk/packages/gdcm/trunk/debian/changelog =================================================================== --- trunk/packages/gdcm/trunk/debian/changelog 2009-05-30 14:19:19 UTC (rev 3446) +++ trunk/packages/gdcm/trunk/debian/changelog 2009-05-31 10:09:40 UTC (rev 3447) @@ -1,6 +1,7 @@ gdcm (2.0.10-3) unstable; urgency=low * Do not build libgdcm-cil when mono is not available. Closes: #531174 + * Apply patch from Dominique Belhachemi to fix parallel builds. -- Mathieu Malaterre <[email protected]> Sat, 30 May 2009 16:17:30 +0200 Modified: trunk/packages/gdcm/trunk/debian/rules =================================================================== --- trunk/packages/gdcm/trunk/debian/rules 2009-05-30 14:19:19 UTC (rev 3446) +++ trunk/packages/gdcm/trunk/debian/rules 2009-05-31 10:09:40 UTC (rev 3447) @@ -68,10 +68,10 @@ build: debian/build-stamp -debian/build-stamp: debian/configure-stamp $(PYVERS:%=debian/build-python%-stamp) +debian/build-stamp: $(PYVERS:%=debian/build-python%-stamp) touch $@ -debian/build-python%-stamp: +debian/build-python%-stamp: debian/configure-stamp dh_testdir $(MAKE) $(JOBS) -C $(BUILD)-python$* -(cd $(BUILD)-python$* && LD_LIBRARY_PATH=$(BUILD)-python$*/gdcm ctest --force-new-ctest-process -V) @@ -138,16 +138,16 @@ dh_builddeb # Build architecture independant packages using the common target. -binary-indep: build install +binary-indep: install # (Uncomment this next line if you have such packages.) # $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common # Build architecture dependant packages using the common target. -binary-arch: build install +binary-arch: install $(MAKE) -f $(SRC)/debian/rules DH_OPTIONS=-a binary-common # Any other binary targets build just one binary package at a time. -binary-%: build install +binary-%: install make -f $(SRC)/debian/rules binary-common DH_OPTIONS=-p$* get-orig-source: _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
