[Forensics-changes] [unhide] 05/05: d/rules: Sort files to get reproducible builds

Samuel Henrique samueloph-guest at moszumanska.debian.org
Sun Dec 25 16:10:03 UTC 2016


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

samueloph-guest pushed a commit to branch debian
in repository unhide.

commit 59442611fad7e5023ddd831d305ca2bcea65d3bd
Author: Samuel Henrique <samueloph at gmail.com>
Date:   Sun Dec 25 14:08:24 2016 -0200

    d/rules: Sort files to get reproducible builds
    
    Thanks to Alexis Bienvenüe for the patch, closes: #823241
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4594636..b3d0ca8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ override_dh_auto_configure:
 	ln man/es/unhide.8 man/unhide.es.8
 
 override_dh_auto_build:
-	gcc $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -Wall -O2 -pthread -o unhide-linux unhide-linux*.c unhide-output.c
+	gcc $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -Wall -O2 -pthread -o unhide-linux $(sort $(wildcard unhide-linux*.c)) unhide-output.c
 	gcc $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -Wall -O2 -o unhide-tcp unhide-tcp.c unhide-tcp-fast.c unhide-output.c
 	gcc $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -Wall -O2 -o unhide_rb unhide_rb.c
-	gcc $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o unhide-posix unhide-posix.c
\ No newline at end of file
+	gcc $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o unhide-posix unhide-posix.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/unhide.git



More information about the forensics-changes mailing list