[simutrans] 03/03: Fix FTCBFS: Let dh_auto_build pass cross compilers to make
Jörg Frings-Fürst
jff-guest at moszumanska.debian.org
Mon Jan 1 10:03:46 UTC 2018
This is an automated email from the git hooks/post-receive script.
jff-guest pushed a commit to branch master
in repository simutrans.
commit e400dba1d7270ccd61d84f5e86e412fe1f372c07
Author: Jörg Frings-Fürst <debian at jff-webhosting.net>
Date: Mon Jan 1 11:03:12 2018 +0100
Fix FTCBFS: Let dh_auto_build pass cross compilers to make
---
debian/changelog | 8 ++++++++
debian/rules | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 66d18b3..fb675c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+simutrans (120.2.2-3) UNRELEASED; urgency=medium
+
+ * debian/rules (Closes: #870770):
+ - Fix FTCBFS: Let dh_auto_build pass cross compilers to make.
+ Thanks to Helmut Grohne <helmut at subdivi.de>.
+
+ -- Jörg Frings-Fürst <debian at jff.email> Mon, 01 Jan 2018 10:37:52 +0100
+
simutrans (120.2.2-2) unstable; urgency=medium
* Team upload.
diff --git a/debian/rules b/debian/rules
index 55813fc..ef285b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ export LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
override_dh_auto_build:
dh_auto_build
- $(MAKE) -C makeobj
+ dh_auto_build --sourcedirectory=makeobj
override_dh_auto_clean:
dh_quilt_patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/simutrans.git
More information about the Pkg-games-commits
mailing list