Source: bombardier
Version: 0.8.3+nmu1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

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

Helmut
diff --minimal -Nru bombardier-0.8.3+nmu1/debian/changelog 
bombardier-0.8.3+nmu2/debian/changelog
--- bombardier-0.8.3+nmu1/debian/changelog      2010-02-10 10:25:44.000000000 
+0100
+++ bombardier-0.8.3+nmu2/debian/changelog      2019-02-24 14:19:06.000000000 
+0100
@@ -1,3 +1,10 @@
+bombardier (0.8.3+nmu2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sun, 24 Feb 2019 14:19:06 +0100
+
 bombardier (0.8.3+nmu1) unstable; urgency=low
 
   * Non-maintainer upload.
diff --minimal -Nru bombardier-0.8.3+nmu1/debian/rules 
bombardier-0.8.3+nmu2/debian/rules
--- bombardier-0.8.3+nmu1/debian/rules  2010-02-10 10:15:58.000000000 +0100
+++ bombardier-0.8.3+nmu2/debian/rules  2019-02-24 14:19:00.000000000 +0100
@@ -3,7 +3,7 @@
 build: build-stamp
 build-stamp:
        dh_testdir
-       $(MAKE)
+       dh_auto_build
        touch build-stamp
 
 clean:

Reply via email to