Codebase list filters / e29d351
Fix FTBFS (thanks, Helmut Grohne) Marius Gavrilescu 6 years ago
3 changed file(s) with 29 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 filters (2.55-3) UNRELEASED; urgency=medium
1
2 [ Helmut Grohne ]
3 * Fix FTCBFS: do not strip during installation
4
5 -- Marius Gavrilescu <marius@ieval.ro> Fri, 04 Aug 2017 22:16:40 +0200
6
07 filters (2.55-2) unstable; urgency=medium
18
29 * Build-Depend on libfl-dev (Closes: #846423)
0 From: Helmut Grohne <helmut@subdivi.de>
1 Subject: defer stripping to dh_strip
2
3 Doing otherwise breaks cross building and -dbgsym packages.
4
5 Index: filters-2.55/Makefile
6 ===================================================================
7 --- filters-2.55.orig/Makefile
8 +++ filters-2.55/Makefile
9 @@ -9,11 +9,6 @@
10 export CFLAGS
11 INSTALL_PROGRAM = install
12
13 -# DEB_BUILD_OPTIONS suport, to control binary stripping.
14 -ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
15 -INSTALL_PROGRAM += -s
16 -endif
17 -
18 all: $(OTHER) $(BUILD)
19
20 install: $(BUILD) $(OTHER)
0 nostrip.patch