[med-svn] r3585 - trunk/packages/gdcm/trunk/debian
Mathieu Malaterre
malat-guest at alioth.debian.org
Mon Jul 6 10:16:58 UTC 2009
Author: malat-guest
Date: 2009-07-06 10:16:57 +0000 (Mon, 06 Jul 2009)
New Revision: 3585
Modified:
trunk/packages/gdcm/trunk/debian/rules
Log:
replace the ugly dh_install -Xsharp with the smart --same-arch, so that control file actually drives the installation process on its own
Modified: trunk/packages/gdcm/trunk/debian/rules
===================================================================
--- trunk/packages/gdcm/trunk/debian/rules 2009-07-06 08:01:41 UTC (rev 3584)
+++ trunk/packages/gdcm/trunk/debian/rules 2009-07-06 10:16:57 UTC (rev 3585)
@@ -161,7 +161,8 @@
# dh_installcron
# dh_installinfo
dh_lintian
- dh_install --sourcedir=$(TARGET) --fail-missing $(SKIP_ME)
+# dh_install --sourcedir=$(TARGET) --fail-missing $(SKIP_ME)
+ dh_install --sourcedir=$(TARGET) --same-arch --fail-missing
dh_strip --dbg-package=libgdcm2.0-dbg
dh_link
dh_compress
More information about the debian-med-commit
mailing list