[mrrescue] 01/08: make the build reproducible

Alexandre Detiste detiste-guest at moszumanska.debian.org
Mon Feb 29 11:05:41 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 8a10296e95345aa8cf089008536a8de05da009a1
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Mon Feb 29 11:52:15 2016 +0100

    make the build reproducible
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8d53e7a..ef8b71a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mrrescue (1.02c-2) UNRELEASED; urgency=medium
+
+  * Make the build reproducible by stripping extended Zip attributes
+
+ -- Alexandre Detiste <alexandre.detiste at gmail.com>  Mon, 29 Feb 2016 11:51:08 +0100
+
 mrrescue (1.02c-1) unstable; urgency=low
 
   * Initial release (Closes: #707691)
diff --git a/debian/rules b/debian/rules
index 3fa587a..bef1b32 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 	dh $@ -Pdebian/mrrescue_build
 
 override_dh_auto_build:
-	cd mrrescue && zip -r -q -9 ../mrrescue.love .
+	cd mrrescue && env TZ=UTC zip -r -q -9 -X ../mrrescue.love .
 
 #workaround for dh_installinit bug #719359
 override_dh_installinit:

-- 
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