bld (0.3.4.1-4) 02-fix_strip

Summary

 Makefile.in |    4 ----
 1 file changed, 4 deletions(-)

    
download this patch

Patch contents

#! /bin/sh /usr/share/dpatch/dpatch-run
## 02-fix_strip.dpatch by Martin Meredith <mez@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Removes stripping lines from the Makefile.in.

@DPATCH@
diff -urNad bld-0.3.4.1~/Makefile.in bld-0.3.4.1/Makefile.in
--- bld-0.3.4.1~/Makefile.in	2008-07-02 23:48:11.000000000 +0100
+++ bld-0.3.4.1/Makefile.in	2009-02-14 12:47:29.000000000 +0000
@@ -43,14 +43,10 @@
 install: all
 	[ -d $(DESTDIR)$(sbindir) ] || mkdir -p $(DESTDIR)$(sbindir)
 	cp $(PROGNAME) $(READERNAME) $(POLICYNAME) $(UTILS) $(DESTDIR)$(sbindir)
-	strip $(DESTDIR)$(sbindir)/$(PROGNAME)
-	strip $(DESTDIR)$(sbindir)/$(READERNAME)
-	strip $(DESTDIR)$(sbindir)/$(POLICYNAME)
 	cp $(SUBMITNAME) $(DESTDIR)$(sbindir) \
 	    && (cd $(DESTDIR)$(sbindir) && ln -s $(SUBMITNAME) $(QUERYNAME)) \
 	    && (cd $(DESTDIR)$(sbindir) && ln -s $(SUBMITNAME) $(INSERTNAME)) \
 	    && (cd $(DESTDIR)$(sbindir) && ln -s $(SUBMITNAME) $(DECRNAME))
-	strip $(DESTDIR)$(sbindir)/$(SUBMITNAME)
 	[ -d $(DESTDIR)$(mandir)/man8 ] || mkdir -p $(DESTDIR)$(mandir)/man8
 	$(GZIP) -c bld.8 > $(DESTDIR)$(mandir)/man8/bld.8.gz
 	$(GZIP) -c bldread.8 > $(DESTDIR)$(mandir)/man8/bldread.8.gz