[med-svn] r3602 - trunk/packages/gdcm/trunk/debian
Mathieu Malaterre
malat-guest at alioth.debian.org
Thu Jul 9 13:42:47 UTC 2009
Author: malat-guest
Date: 2009-07-09 13:42:46 +0000 (Thu, 09 Jul 2009)
New Revision: 3602
Modified:
trunk/packages/gdcm/trunk/debian/rules
Log:
fix same arch -again-
Modified: trunk/packages/gdcm/trunk/debian/rules
===================================================================
--- trunk/packages/gdcm/trunk/debian/rules 2009-07-09 12:25:46 UTC (rev 3601)
+++ trunk/packages/gdcm/trunk/debian/rules 2009-07-09 13:42:46 UTC (rev 3602)
@@ -161,8 +161,7 @@
# dh_installcron
# dh_installinfo
dh_lintian
-# dh_install --sourcedir=$(TARGET) --fail-missing $(SKIP_ME)
- dh_install --sourcedir=$(TARGET) --same-arch --fail-missing
+ dh_install --sourcedir=$(TARGET) --fail-missing
dh_strip --dbg-package=libgdcm2.0-dbg
dh_link
dh_compress
@@ -184,7 +183,7 @@
# Build architecture dependant packages using the common target.
binary-arch: install
- $(MAKE) -f $(SRC)/debian/rules DH_OPTIONS=-a binary-common
+ $(MAKE) -f $(SRC)/debian/rules DH_OPTIONS=-s binary-common
# Any other binary targets build just one binary package at a time.
binary-%: install
More information about the debian-med-commit
mailing list