Source: src2tex
Version: 2.12h-9
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

src2tex fails to cross build from source, because make install strips
with the build architecture strip. Beyond breaking cross compilation,
this also breaks DEB_BUILD_OPTIONS=nostrip as well as generation of
-dbgsym packages. Surprisingly, make install does nothing else. In
particular, it doesn't install anything. So the easiest way to defer
stripping to dh_strip is simply skipping make install. Please consider
applying the attached patch.

Helmut
diff -u src2tex-2.12h/debian/changelog src2tex-2.12h/debian/changelog
--- src2tex-2.12h/debian/changelog
+++ src2tex-2.12h/debian/changelog
@@ -1,3 +1,10 @@
+src2tex (2.12h-9.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Defer stripping to dh_strip. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Fri, 03 Jan 2020 21:22:16 +0100
+
 src2tex (2.12h-9) unstable; urgency=medium
 
   * Recommend texlive instead of tetex-bin which is no longer available
diff -u src2tex-2.12h/debian/rules src2tex-2.12h/debian/rules
--- src2tex-2.12h/debian/rules
+++ src2tex-2.12h/debian/rules
@@ -3,0 +4,2 @@
+
+override_dh_auto_install:

Reply via email to