[mrrescue] 01/01: really make it reproducible this time

Alexandre Detiste detiste-guest at moszumanska.debian.org
Mon Feb 29 13:28:30 UTC 2016


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

detiste-guest pushed a commit to branch master
in repository mrrescue.

commit 6cfb54fdd0ae2c500fea84ef6a9a77b8198c7742
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Mon Feb 29 14:27:12 2016 +0100

    really make it reproducible this time
    
    I now understand why this snippet seemed similar to the one in G-D-P
    
    https://lists.debian.org/debian-devel-games/2014/01/msg00018.html
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 271fccf..8eccdad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,5 @@
 	dh $@ -Pdebian/mrrescue_build
 
 override_dh_auto_build:
-	cd mrrescue && env TZ=UTC zip -r -q -9 -X ../mrrescue.love .
+	cd mrrescue && find -type f | LC_ALL=C sort | \
+               env TZ=UTC zip -r -q -9 -X ../mrrescue.love -@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mrrescue.git



More information about the Pkg-games-commits mailing list