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

odyx pushed a commit to branch debian/master
in repository colobot.

commit 04449c249e8137d49c8661132b57551342739f2b
Author: Didier Raboud <o...@debian.org>
Date:   Fri Nov 10 12:45:21 2017 +0100

    Fix DEB_HOST_ARCH_OS dpkg-architecture variable setting
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b3a3497..c2138b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 HIPPOMOCKS_BROKEN_ARCHS=arm64 mips mips64el mipsel
-DEB_HOST_ARCH:=$(shell dpkg-architecture -qDEB_HOST_ARCH)
+DEB_HOST_ARCH?=$(shell dpkg-architecture -qDEB_HOST_ARCH)
 
 CBOT_CONFIGURE_SOUNDS=-DMUSIC:BOOL=False
 ifneq (,$(findstring colobot-common-sounds, $(shell dh_listpackages)))

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/colobot.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