Source: aoeui
Version: 1.7+20160302.git4e5dee9-1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

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

Helmut
diff --minimal -Nru aoeui-1.7+20160302.git4e5dee9/debian/changelog 
aoeui-1.7+20160302.git4e5dee9/debian/changelog
--- aoeui-1.7+20160302.git4e5dee9/debian/changelog      2018-01-04 
21:25:32.000000000 +0100
+++ aoeui-1.7+20160302.git4e5dee9/debian/changelog      2019-06-20 
06:01:06.000000000 +0200
@@ -1,3 +1,10 @@
+aoeui (1.7+20160302.git4e5dee9-1.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>  Thu, 20 Jun 2019 06:01:06 +0200
+
 aoeui (1.7+20160302.git4e5dee9-1) unstable; urgency=medium
 
   * New upstream release
diff --minimal -Nru aoeui-1.7+20160302.git4e5dee9/debian/rules 
aoeui-1.7+20160302.git4e5dee9/debian/rules
--- aoeui-1.7+20160302.git4e5dee9/debian/rules  2018-01-04 21:25:32.000000000 
+0100
+++ aoeui-1.7+20160302.git4e5dee9/debian/rules  2019-06-20 06:01:05.000000000 
+0200
@@ -12,7 +12,7 @@
        dh_auto_clean
 
 override_dh_auto_build:
-       $(MAKE) aoeui aoeui.1 asdfg.1
+       dh_auto_build -- aoeui aoeui.1 asdfg.1
 
 override_dh_auto_install:
        dh_auto_install

Reply via email to