Author: malat-guest Date: 2009-04-06 16:40:31 +0000 (Mon, 06 Apr 2009) New Revision: 3266
Modified: trunk/packages/gdcm/trunk/debian/changelog trunk/packages/gdcm/trunk/debian/rules Log: rules file was missing get-orig-source rule. Thanks to Dominique Belhachemi for report. Modified: trunk/packages/gdcm/trunk/debian/changelog =================================================================== --- trunk/packages/gdcm/trunk/debian/changelog 2009-04-06 15:00:58 UTC (rev 3265) +++ trunk/packages/gdcm/trunk/debian/changelog 2009-04-06 16:40:31 UTC (rev 3266) @@ -10,6 +10,7 @@ * Fix installation of jpeg headers files * Closes (#509021) * Update license thanks to automatic license seeker in gdcm 2.0.11 + * rules was missing 'get-orig-source'. calling uscan is enough -- Steve M. Robbins <[email protected]> Sat, 06 Dec 2008 17:51:47 -0600 Modified: trunk/packages/gdcm/trunk/debian/rules =================================================================== --- trunk/packages/gdcm/trunk/debian/rules 2009-04-06 15:00:58 UTC (rev 3265) +++ trunk/packages/gdcm/trunk/debian/rules 2009-04-06 16:40:31 UTC (rev 3266) @@ -143,5 +143,8 @@ binary-%: build install make -f $(SRC)/debian/rules binary-common DH_OPTIONS=-p$* +get-orig-source: + uscan --force-download --verbose + binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary-common binary install install-common _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
