Bug#889523: foobillardplus FTCBFS: configures for the build architecture
Helmut Grohne
helmut at subdivi.de
Sun Feb 4 07:17:17 UTC 2018
Source: foobillardplus
Version: 3.43~svn170+dfsg-4
Tags: patch
User: helmutg at debian.org
Usertags: rebootstrap
Control: affects 871470 + src:foobillardplus
foobillardplus fails to cross build from source, because it does not
pass --host to ./configure. Using dh_auto_configure fixes that. After
doing so, it still fails to cross build due to #871470. Please consider
applying the attached patch anyway and close this bug when doing so.
Helmut
-------------- next part --------------
diff --minimal -Nru foobillardplus-3.43~svn170+dfsg/debian/changelog foobillardplus-3.43~svn170+dfsg/debian/changelog
--- foobillardplus-3.43~svn170+dfsg/debian/changelog 2017-06-25 21:19:55.000000000 +0200
+++ foobillardplus-3.43~svn170+dfsg/debian/changelog 2018-02-04 07:20:20.000000000 +0100
@@ -1,3 +1,11 @@
+foobillardplus (3.43~svn170+dfsg-4.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Partially fix FTCBFS: Let dh_auto_configure pass --host to ./configure
+ (Closes: #-1).
+
+ -- Helmut Grohne <helmut at subdivi.de> Sun, 04 Feb 2018 07:20:20 +0100
+
foobillardplus (3.43~svn170+dfsg-4) unstable; urgency=medium
* Declare compliance with Debian Policy 4.0.0.
diff --minimal -Nru foobillardplus-3.43~svn170+dfsg/debian/rules foobillardplus-3.43~svn170+dfsg/debian/rules
--- foobillardplus-3.43~svn170+dfsg/debian/rules 2017-06-25 21:19:55.000000000 +0200
+++ foobillardplus-3.43~svn170+dfsg/debian/rules 2018-02-04 07:20:19.000000000 +0100
@@ -17,7 +17,7 @@
autoconf -f
autoheader -f
automake -a -c -f
- ./configure \
+ dh_auto_configure -- \
--enable-network=no \
--enable-fastmath=no \
--enable-debian
More information about the Pkg-games-devel
mailing list