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

vcheng pushed a commit to branch devel
in repository wesnoth.

commit 581651006cd273dbb77b78c16b6aa2bf4636438f
Author: Vincent Cheng <vch...@debian.org>
Date:   Sun May 21 00:31:22 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 7b0e9d0..96ca135 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wesnoth-1.13 (1:1.13.8-2) UNRELEASED; urgency=medium
+
+  * Fix FTCBFS: Let dh_auto_configure pass cross compilers. (Closes: #853101)
+
+ -- Vincent Cheng <vch...@debian.org>  Sun, 21 May 2017 00:29:59 -0700
+
 wesnoth-1.13 (1:1.13.8-1) experimental; urgency=medium
 
   * New upstream devel release.
diff --git a/debian/rules b/debian/rules
index 6905e2a..d14beb0 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

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to