Also close bug
[filters.git] / debian / patches / nostrip.patch
1 From: Helmut Grohne <helmut@subdivi.de>
2 Subject: defer stripping to dh_strip
3
4 Doing otherwise breaks cross building and -dbgsym packages.
5
6 Index: filters-2.55/Makefile
7 ===================================================================
8 --- filters-2.55.orig/Makefile
9 +++ filters-2.55/Makefile
10 @@ -9,11 +9,6 @@
11 export CFLAGS
12 INSTALL_PROGRAM = install
13
14 -# DEB_BUILD_OPTIONS suport, to control binary stripping.
15 -ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
16 -INSTALL_PROGRAM += -s
17 -endif
18 -
19 all: $(OTHER) $(BUILD)
20
21 install: $(BUILD) $(OTHER)
This page took 0.022193 seconds and 5 git commands to generate.