webfs (1.21+ds1-8.1) 00_no_strip.diff

Summary

 mk/Variables.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

Description: No stripping of binary file.
 Prevent unconditional stripping of binary executable by
 upstream build system.  It must be possible to package
 without stripping, see Debian Policy, Sect. 10.1.
Author: Mats Erik Andersson <mats.andersson@gisladisker.se>
Forwarded: not-needed
Last-Update: 2010-01-26
--- webfs-1.21.orig/mk/Variables.mk	2004-06-08 14:52:04.000000000 +0200
+++ webfs-1.21/mk/Variables.mk	2010-01-26 22:31:01.000000000 +0100
@@ -23,7 +23,7 @@
 CXX		?= g++
 MOC             ?= $(if $(QTDIR),$(QTDIR)/bin/moc,moc)
 INSTALL		?= install
-INSTALL_BINARY  := $(INSTALL) -s
+INSTALL_BINARY  := $(INSTALL)
 INSTALL_SCRIPT  := $(INSTALL)
 INSTALL_DATA	:= $(INSTALL) -m 644
 INSTALL_DIR	:= $(INSTALL) -d