This is an automated email from the git hooks/post-receive script. gusnan pushed a commit to branch master in repository allegro4.4.
commit 21130d99b77872869ad9fcdd563745606d2c4564 Author: Andreas Rönnquist <[email protected]> Date: Sat Jan 28 20:58:54 2017 +0100 Add missing DEB_HOST_ARCH_OS from dpkg-architecture --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index d3c235b..c6ab2dd 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,7 @@ # export DH_VERBOSE=1 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) +DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/allegro4.4.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

