it, since userdel is unable to properly delete it. Closes: #783031
* Let dh_auto_build pass cross compilers. Thanks to Helmut Grohne for
patch.
+ * Stop stripping during build. Also thanks to Helmut Grohne.
+ Closes: #852771
-- Tollef Fog Heen <tfheen@debian.org> Sun, 16 Jul 2017 19:13:30 +0200
--- /dev/null
+From: Helmut Grohne <helmut@subdivi.de>
+Subject: do not strip during build
+
+ * Breaks cross compilation by using the wrong strip
+ * Breaks generation of -dbgsym packages
+
+Index: sash-3.8/Makefile
+===================================================================
+--- sash-3.8.orig/Makefile
++++ sash-3.8/Makefile
+@@ -65,7 +65,6 @@
+
+ sash: $(OBJS)
+ $(CC) $(LDFLAGS) -o sash $(OBJS) $(LIBS)
+- strip sash
+
+ clean:
+ rm -f $(OBJS) sash