[mrrescue] 01/01: reproducible: chmod 0644 files inside generated zip

Alexandre Detiste detiste-guest at moszumanska.debian.org
Tue Mar 1 06:44:38 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 0d5151822e77b177512f5863119ba21cd1e59d81
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Tue Mar 1 07:44:04 2016 +0100

    reproducible: chmod 0644 files inside generated zip
---
 debian/changelog | 6 ++++++
 debian/rules     | 1 +
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2a9e664..810487f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mrrescue (1.02c-3) UNRELEASED; urgency=medium
+
+  * New attempt at building a reproducible Zip
+
+ -- Alexandre Detiste <alexandre.detiste at gmail.com>  Tue, 01 Mar 2016 07:43:16 +0100
+
 mrrescue (1.02c-2) unstable; urgency=medium
 
   [ Alexandre Detiste ]
diff --git a/debian/rules b/debian/rules
index 303a8d0..8a3491d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,7 @@ BUILD_DATE=$(shell dpkg-parsechangelog --show-field=Date)
 	dh $@
 
 override_dh_auto_build:
+	find mrrescue -type f -exec chmod 0644 {} \;
 	find mrrescue -type f -exec touch --date='$(BUILD_DATE)' {} \;
 	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