]> err.no Git - sash/commitdiff
Stop stripping during build. Also thanks to Helmut Grohne. Closes: #852771 master debian/3.8-4
authorTollef Fog Heen <tfheen@err.no>
Sun, 16 Jul 2017 17:36:47 +0000 (19:36 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sun, 16 Jul 2017 17:36:47 +0000 (19:36 +0200)
debian/changelog
debian/patches/no_strip [new file with mode: 0644]
debian/patches/series

index cc4ab30755504dd9a2879d6fa04094137d805af4..3b50e222a0152b73f4abcb32b329229580be371b 100644 (file)
@@ -4,6 +4,8 @@ sash (3.8-4) unstable; urgency=medium
     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
 
diff --git a/debian/patches/no_strip b/debian/patches/no_strip
new file mode 100644 (file)
index 0000000..51dff16
--- /dev/null
@@ -0,0 +1,18 @@
+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
index 372f33004146e350076dcf54d1231854443e103d..793e3c27962134e4c412abf976fcf22570b68b42 100644 (file)
@@ -1,3 +1,4 @@
 touch_error_handling
 buildsystem
 freebsd_build
+no_strip