Source: tstools
Version: 1.11-1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

tstools fails to cross build from source, because it does not pass cross
tools to make. The easiest way of fixing that - using dh_auto_build -
makes tstools cross buildable. Please consider applying the attached
patch.

Helmut
diff -u tstools-1.11/debian/changelog tstools-1.11/debian/changelog
--- tstools-1.11/debian/changelog
+++ tstools-1.11/debian/changelog
@@ -1,3 +1,10 @@
+tstools (1.11-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Mon, 25 Feb 2019 20:47:41 +0100
+
 tstools (1.11-1) unstable; urgency=low
 
   * Initial release (Closes: #505304)
diff -u tstools-1.11/debian/rules tstools-1.11/debian/rules
--- tstools-1.11/debian/rules
+++ tstools-1.11/debian/rules
@@ -22,7 +22,7 @@
        dh_testdir
 
        # Add here commands to compile the package.
-       $(MAKE)
+       dh_auto_build
        #docbook-to-man debian/tstools.sgml > tstools.1
 
        touch $@

Reply via email to