+filters (2.55-3) UNRELEASED; urgency=medium
+
+ [ Helmut Grohne ]
+ * Fix FTCBFS: do not strip during installation
+
+ -- Marius Gavrilescu <marius@ieval.ro> Fri, 04 Aug 2017 22:16:40 +0200
+
filters (2.55-2) unstable; urgency=medium
* Build-Depend on libfl-dev (Closes: #846423)
--- /dev/null
+From: Helmut Grohne <helmut@subdivi.de>
+Subject: defer stripping to dh_strip
+
+Doing otherwise breaks cross building and -dbgsym packages.
+
+Index: filters-2.55/Makefile
+===================================================================
+--- filters-2.55.orig/Makefile
++++ filters-2.55/Makefile
+@@ -9,11 +9,6 @@
+ export CFLAGS
+ INSTALL_PROGRAM = install
+
+-# DEB_BUILD_OPTIONS suport, to control binary stripping.
+-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+-INSTALL_PROGRAM += -s
+-endif
+-
+ all: $(OTHER) $(BUILD)
+
+ install: $(BUILD) $(OTHER)