Source: fake
Version: 1.1.11-3
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

fake fails to cross build from source, becaue it does not pass cross
tools to make. The easiest way of doing that is using dh_auto_build. The
attached patch implements that and makes fake cross buildable. Please
consider applying it.

Helmut
diff -u fake-1.1.11/debian/changelog fake-1.1.11/debian/changelog
--- fake-1.1.11/debian/changelog
+++ fake-1.1.11/debian/changelog
@@ -1,3 +1,10 @@
+fake (1.1.11-3.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>  Tue, 04 Dec 2018 17:41:31 +0100
+
 fake (1.1.11-3) unstable; urgency=medium
 
   * Restrict architecture to linux-any as send-arp uses a linux-specific
diff -u fake-1.1.11/debian/rules fake-1.1.11/debian/rules
--- fake-1.1.11/debian/rules
+++ fake-1.1.11/debian/rules
@@ -10,7 +10,7 @@
 build-indep: build-stamp
 build-stamp:
        dh_testdir
-       $(MAKE) patch all
+       dh_auto_build -- patch all
        touch build-stamp
 
 clean:

Reply via email to