Source: holes
Version: 0.1-4
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

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

Helmut
diff --minimal -Nru holes-0.1/debian/changelog holes-0.1/debian/changelog
--- holes-0.1/debian/changelog  2020-02-15 22:45:50.000000000 +0100
+++ holes-0.1/debian/changelog  2020-02-17 21:13:38.000000000 +0100
@@ -1,3 +1,10 @@
+holes (0.1-4.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, 17 Feb 2020 21:13:38 +0100
+
 holes (0.1-4) unstable; urgency=medium
 
   * Upstream repository relocated to https://github.com/leahneukirchen
diff --minimal -Nru holes-0.1/debian/rules holes-0.1/debian/rules
--- holes-0.1/debian/rules      2020-02-15 22:45:50.000000000 +0100
+++ holes-0.1/debian/rules      2020-02-17 21:13:38.000000000 +0100
@@ -6,7 +6,7 @@
        dh $@
 
 override_dh_auto_build:
-       $(MAKE) $(shell dpkg-buildflags --export=configure)
+       dh_auto_build -- $(shell dpkg-buildflags --export=configure)
 
 override_dh_auto_install:
        dh_auto_install -- PREFIX=/usr

Reply via email to