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

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

Helmut
diff --minimal -Nru xe-0.11/debian/changelog xe-0.11/debian/changelog
--- xe-0.11/debian/changelog    2020-02-15 20:40:02.000000000 +0100
+++ xe-0.11/debian/changelog    2020-09-11 20:59:00.000000000 +0200
@@ -1,3 +1,10 @@
+xe (0.11-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>  Fri, 11 Sep 2020 20:59:00 +0200
+
 xe (0.11-4) unstable; urgency=medium
 
   * Update authorship information
diff --minimal -Nru xe-0.11/debian/rules xe-0.11/debian/rules
--- xe-0.11/debian/rules        2020-02-15 20:40:02.000000000 +0100
+++ xe-0.11/debian/rules        2020-09-11 20:58:56.000000000 +0200
@@ -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