[med-svn] r2970 - trunk/packages/dcmtk/trunk/debian/patches
malat-guest at alioth.debian.org
malat-guest at alioth.debian.org
Tue Jan 13 10:38:47 UTC 2009
Author: malat-guest
Date: 2009-01-13 10:38:47 +0000 (Tue, 13 Jan 2009)
New Revision: 2970
Added:
trunk/packages/dcmtk/trunk/debian/patches/04_nostrip.patch
Modified:
trunk/packages/dcmtk/trunk/debian/patches/series
Log:
remove call to strip from template Makefile
Added: trunk/packages/dcmtk/trunk/debian/patches/04_nostrip.patch
===================================================================
--- trunk/packages/dcmtk/trunk/debian/patches/04_nostrip.patch (rev 0)
+++ trunk/packages/dcmtk/trunk/debian/patches/04_nostrip.patch 2009-01-13 10:38:47 UTC (rev 2970)
@@ -0,0 +1,13 @@
+Remove hardcoded call to `strip` command
+
+--- dcmtk-3.5.4/./config/templates/Makefile.src.orig 2009-01-13 11:36:23.000000000 +0100
++++ dcmtk-3.5.4/./config/templates/Makefile.src 2009-01-13 11:36:33.000000000 +0100
+@@ -28,7 +28,7 @@
+ install: all
+ $(configdir)/mkinstalldirs $(bindir)
+ for prog in $(progs); do \
+- $(INSTALL_PROGRAM) $$prog$(BINEXT) $(bindir); strip $(bindir)/$$prog$(BINEXT) ;\
++ $(INSTALL_PROGRAM) $$prog$(BINEXT) $(bindir); \
+ done
+
+
Property changes on: trunk/packages/dcmtk/trunk/debian/patches/04_nostrip.patch
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Modified: trunk/packages/dcmtk/trunk/debian/patches/series
===================================================================
--- trunk/packages/dcmtk/trunk/debian/patches/series 2009-01-12 15:22:54 UTC (rev 2969)
+++ trunk/packages/dcmtk/trunk/debian/patches/series 2009-01-13 10:38:47 UTC (rev 2970)
@@ -2,3 +2,4 @@
## The following change was probably auto generated and only changes comments - so leave it out
# 02_config_cfunix_h.patch
03_dcmdata_libsrc_dcdictbi.patch
+04_nostrip.patch
More information about the debian-med-commit
mailing list