[foobillardplus] 03/07: Fix foobillardplus FTCBFS: configures for the build architecture
Markus Koschany
apo at moszumanska.debian.org
Thu Mar 8 17:22:21 UTC 2018
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository foobillardplus.
commit 82f3bb611ad364a58aa0c1f286f1dc0f00aa9ea2
Author: Markus Koschany <apo at debian.org>
Date: Thu Mar 8 17:42:25 2018 +0100
Fix foobillardplus FTCBFS: configures for the build architecture
Closes: #889523
---
debian/changelog | 8 ++++++++
debian/rules | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 0a3de61..a06694a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 --git a/debian/rules b/debian/rules
index 3acef9b..86a4bf7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ override_dh_auto_configure:
autoconf -f
autoheader -f
automake -a -c -f
- ./configure \
+ dh_auto_configure -- \
--enable-network=no \
--enable-fastmath=no \
--enable-debian
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/foobillardplus.git
More information about the Pkg-games-commits
mailing list