[wesnoth] 01/01: Fix FTCBFS: Let dh_auto_configure pass cross compilers, #853101

Vincent Cheng vcheng at moszumanska.debian.org
Sun May 21 07:37:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

vcheng pushed a commit to branch master
in repository wesnoth.

commit 6587db2442925af255375d2890a63d8f38777b45
Author: Vincent Cheng <vcheng at debian.org>
Date:   Sun May 21 00:35:24 2017 -0700

    Fix FTCBFS: Let dh_auto_configure pass cross compilers, #853101
---
 debian/changelog | 6 ++++++
 debian/rules     | 4 +---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b1eec81..1b2b3f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wesnoth-1.12 (1:1.12.6-2) UNRELEASED; urgency=medium
+
+  * Fix FTCBFS: Let dh_auto_configure pass cross compilers. (Closes: #853101)
+
+ -- Vincent Cheng <vcheng at debian.org>  Sun, 21 May 2017 00:32:51 -0700
+
 wesnoth-1.12 (1:1.12.6-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index d299084..aa00b60 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,9 +69,7 @@ clean:
 
 configure: debian/stamp-configure
 debian/stamp-configure:
-	mkdir -p build
-	cd build && \
-		cmake .. $(CMAKE_SWITCHES)
+	dh_auto_configure --builddirectory=build --buildsystem=cmake -- $(CMAKE_SWITCHES)
 	# CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" ./configure $(CONFIGURE_SWITCHES)
 	touch $@
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/wesnoth.git



More information about the Pkg-games-commits mailing list