[med-svn] r3266 - trunk/packages/gdcm/trunk/debian
Mathieu Malaterre
malat-guest at alioth.debian.org
Mon Apr 6 16:40:31 UTC 2009
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 <smr at debian.org> 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
More information about the debian-med-commit
mailing list