[mrrescue] 01/01: reproducible: double-tap

Alexandre Detiste detiste-guest at moszumanska.debian.org
Mon Feb 29 13:45:00 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 65d33e020cf5561ad02a26eb8c75325ca3407880
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Mon Feb 29 14:44:19 2016 +0100

    reproducible: double-tap
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 8eccdad..8a61d44 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,11 @@
 #!/usr/bin/make -f
 
+BUILD_DATE=$(shell dpkg-parsechangelog --show-field=Date)
+
 %:
 	dh $@ -Pdebian/mrrescue_build
 
 override_dh_auto_build:
+	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