Source: sredird
Version: 2.2.1-2
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

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

Helmut
diff --minimal -Nru sredird-2.2.1/debian/changelog 
sredird-2.2.1/debian/changelog
--- sredird-2.2.1/debian/changelog      2016-12-30 05:44:42.000000000 +0100
+++ sredird-2.2.1/debian/changelog      2021-03-22 11:03:53.000000000 +0100
@@ -1,3 +1,10 @@
+sredird (2.2.1-2.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, 22 Mar 2021 11:03:53 +0100
+
 sredird (2.2.1-2) unstable; urgency=medium
 
   * Merged NMU and updated to debhelper 9.
diff --minimal -Nru sredird-2.2.1/debian/rules sredird-2.2.1/debian/rules
--- sredird-2.2.1/debian/rules  2003-07-08 15:37:07.000000000 +0200
+++ sredird-2.2.1/debian/rules  2021-03-22 11:03:52.000000000 +0100
@@ -31,9 +31,7 @@
 
 build-stamp: configure-stamp 
        dh_testdir
-
-       # Add here commands to compile the package.
-       $(MAKE)
+       dh_auto_build
        #/usr/bin/docbook-to-man debian/sredird.sgml > sredird.1
 
        touch build-stamp

Reply via email to