This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository overgod.
commit dbdb236aaee428709b7b7e27f176112467987a8b Author: Markus Koschany <[email protected]> Date: Tue Jul 18 23:49:47 2017 +0200 Use the C locale for listing the source files and make the build reproducible. Thanks: Reiner Herrmann for the report and patch. Closes: #827114 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 989210b..3139101 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ CFLAGS+=-fgnu89-inline override_dh_auto_configure: override_dh_auto_build: - $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) *.c -o overgod $(LIBS) + $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(shell LC_ALL=C ls *.c) -o overgod $(LIBS) override_dh_install: mkdir -p $(CURDIR)/debian/overgod/usr/games -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/overgod.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

