[overgod] 09/13: Use the C locale for listing the source files and make the build

Markus Koschany apo at moszumanska.debian.org
Tue Jul 18 22:19:38 UTC 2017


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 <apo at debian.org>
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



More information about the Pkg-games-commits mailing list