Source: jesred
Version: 1.2pl1-22
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

jesred 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
jesred cross buildable. Please consider applying the attached patch.

Helmut
diff --minimal -Nru jesred-1.2pl1/debian/changelog 
jesred-1.2pl1/debian/changelog
--- jesred-1.2pl1/debian/changelog      2016-03-12 02:18:39.000000000 +0100
+++ jesred-1.2pl1/debian/changelog      2020-09-07 19:04:04.000000000 +0200
@@ -1,3 +1,10 @@
+jesred (1.2pl1-22.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, 07 Sep 2020 19:04:04 +0200
+
 jesred (1.2pl1-22) unstable; urgency=low
 
   * adjusted control for the squid3->squid renaming (closes: #817135)
diff --minimal -Nru jesred-1.2pl1/debian/rules jesred-1.2pl1/debian/rules
--- jesred-1.2pl1/debian/rules  2015-11-08 02:40:35.000000000 +0100
+++ jesred-1.2pl1/debian/rules  2020-09-07 19:04:03.000000000 +0200
@@ -15,7 +15,7 @@
 
 build-stamp:
        dh_testdir
-       $(MAKE)
+       dh_auto_build
        touch build-stamp
 
 clean:

Reply via email to