Source: icmpush
Version: 2.2-6.1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

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

Helmut
diff -u icmpush-2.2/debian/changelog icmpush-2.2/debian/changelog
--- icmpush-2.2/debian/changelog
+++ icmpush-2.2/debian/changelog
@@ -1,3 +1,10 @@
+icmpush (2.2-6.2) 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, 28 Apr 2019 14:42:15 +0200
+
 icmpush (2.2-6.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u icmpush-2.2/debian/rules icmpush-2.2/debian/rules
--- icmpush-2.2/debian/rules
+++ icmpush-2.2/debian/rules
@@ -9,7 +9,7 @@
 build: build-stamp
 build-stamp:
        dh_testdir
-       $(MAKE) linuz
+       dh_auto_build -- linuz
        touch build-stamp
 
 clean:

Reply via email to