Fix FTBFS (thanks, Helmut Grohne)
[filters.git] / debian / patches / nostrip.patch
CommitLineData
e29d3516
MG
1From: Helmut Grohne <helmut@subdivi.de>
2Subject: defer stripping to dh_strip
3
4Doing otherwise breaks cross building and -dbgsym packages.
5
6Index: 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.010608 seconds and 4 git commands to generate.