Source: bygfoot
Version: 2.3.2-2
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

bygfoot fails to cross build from source, because it does not pass
--host to ./configure. The easiest way of doing so - using
dh_auto_configure - makes bygfoot cross buildable. Please consider
applying the attached patch.

Helmut
diff --minimal -Nru bygfoot-2.3.2/debian/changelog 
bygfoot-2.3.2/debian/changelog
--- bygfoot-2.3.2/debian/changelog      2014-04-06 01:20:07.000000000 +0200
+++ bygfoot-2.3.2/debian/changelog      2018-12-13 21:13:17.000000000 +0100
@@ -1,3 +1,10 @@
+bygfoot (2.3.2-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Thu, 13 Dec 2018 21:13:17 +0100
+
 bygfoot (2.3.2-2) unstable; urgency=low
 
   * Bump Standards-Version to 3.9.5
diff --minimal -Nru bygfoot-2.3.2/debian/rules bygfoot-2.3.2/debian/rules
--- bygfoot-2.3.2/debian/rules  2014-04-06 01:01:11.000000000 +0200
+++ bygfoot-2.3.2/debian/rules  2018-12-13 21:13:15.000000000 +0100
@@ -4,7 +4,7 @@
        dh $@
 
 override_dh_auto_configure:
-       ./configure --bindir=/usr/games --datadir=/usr/share/games 
--with-localedir=/usr/share/locale
+       dh_auto_configure -- --bindir=/usr/games --datadir=/usr/share/games 
--with-localedir=/usr/share/locale
 
 override_dh_clean:
        dh_clean

Reply via email to