Source: nq
Version: 0.3.1-3
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

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

Helmut
diff --minimal -Nru nq-0.3.1/debian/changelog nq-0.3.1/debian/changelog
--- nq-0.3.1/debian/changelog   2020-02-15 23:23:27.000000000 +0100
+++ nq-0.3.1/debian/changelog   2020-02-17 21:14:44.000000000 +0100
@@ -1,3 +1,10 @@
+nq (0.3.1-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>  Mon, 17 Feb 2020 21:14:44 +0100
+
 nq (0.3.1-3) unstable; urgency=medium
 
   * Upstream repository relocated to https://github.com/leahneukirchen
diff --minimal -Nru nq-0.3.1/debian/rules nq-0.3.1/debian/rules
--- nq-0.3.1/debian/rules       2020-02-15 23:23:27.000000000 +0100
+++ nq-0.3.1/debian/rules       2020-02-17 21:14:34.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