[med-svn] r4432 - trunk/packages/dicom3tools/trunk/debian/patches
Mathieu Malaterre
malat-guest at alioth.debian.org
Thu Dec 3 15:56:04 UTC 2009
Author: malat-guest
Date: 2009-12-03 15:56:03 +0000 (Thu, 03 Dec 2009)
New Revision: 4432
Modified:
trunk/packages/dicom3tools/trunk/debian/patches/strip.patch
Log:
work toward getting nostrip working
Modified: trunk/packages/dicom3tools/trunk/debian/patches/strip.patch
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/patches/strip.patch 2009-12-03 13:35:28 UTC (rev 4431)
+++ trunk/packages/dicom3tools/trunk/debian/patches/strip.patch 2009-12-03 15:56:03 UTC (rev 4432)
@@ -1,5 +1,6 @@
Remove hard-coded strip call, instead rely on dh_strip to do the work
so that we respect DEB_BUILD_OPTION=nostrip
+We also need to remove the -s from the 'install' command (InstPgmFlags)
--- dicom3tools_1.00.snapshot.20081122.orig/config/Imake.p-rules 2009-08-04 16:30:21.000000000 +0200
+++ dicom3tools_1.00.snapshot.20081122/config/Imake.p-rules 2009-08-04 16:30:30.000000000 +0200
@@ -21,3 +22,14 @@
@@\
clean:: @@\
$(RM) program
+--- old/config/Imake.tmpl 2006-09-17 19:12:12.000000000 +0200
++++ dicom3tools-1.0~20091113/config/Imake.tmpl 2009-12-03 16:41:35.000000000 +0100
+@@ -203,7 +203,7 @@
+ #endif
+
+ #ifndef InstPgmFlags
+-#define InstPgmFlags -s
++#define InstPgmFlags
+ #endif
+ #ifndef InstBinFlags
+ #define InstBinFlags -m 0755
More information about the debian-med-commit
mailing list