[game-data-packager] 01/01: reproducible zip: copy fix from 'mrrescue' package

Alexandre Detiste detiste-guest at moszumanska.debian.org
Tue Mar 1 07:15:21 UTC 2016


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

detiste-guest pushed a commit to branch master
in repository game-data-packager.

commit a5d49255e97a9ef5fd119551aa5164c3abc9fb52
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Tue Mar 1 08:13:20 2016 +0100

    reproducible zip: copy fix from 'mrrescue' package
    
    As long as 'contrib' packages doesn't get tested by the Reproducible buildd;
    it's like shooting in the dark.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a1bd516..7a5da33 100644
--- a/Makefile
+++ b/Makefile
@@ -44,8 +44,8 @@ out/vfs/%.json: data/%.yaml tools/compile_yaml.py
 	$(PYTHON) tools/compile_yaml.py $< $@
 
 out/vfs.zip: $(json)
-	@mkdir -p out
 	rm -f out/vfs.zip
+	chmod 0644 out/vfs/*
 	if [ -n "$(BUILD_DATE)" ]; then \
 		touch --date='$(BUILD_DATE)' out/vfs/*; \
 	fi

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



More information about the Pkg-games-commits mailing list