[openarena-data] 01/01: Normalize mtime of vm directory in PK3 archive to SOURCE_DATE_EPOCH
Simon McVittie
smcv at debian.org
Sun Sep 25 17:14:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch master
in repository openarena-data.
commit 7dc8885067e55d9a3e4533fe6efb99ae03a173e1
Author: Simon McVittie <smcv at debian.org>
Date: Sun Sep 25 17:38:29 2016 +0100
Normalize mtime of vm directory in PK3 archive to SOURCE_DATE_EPOCH
For reproducible builds of openarena-data, openarena-085-data,
openarena-088-data.
---
debian/changelog | 8 ++++++++
debian/rules | 1 +
2 files changed, 9 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index dd07ab9..adb3b70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+openarena-data (0.8.5split-9) unstable; urgency=medium
+
+ * Normalize mtime of vm directory in PK3 archive to SOURCE_DATE_EPOCH
+ for reproducible builds of openarena-data, openarena-085-data,
+ openarena-088-data
+
+ -- Simon McVittie <smcv at debian.org> Sun, 25 Sep 2016 17:38:41 +0100
+
openarena-data (0.8.5split-8) unstable; urgency=medium
[ Alexandre Detiste ]
diff --git a/debian/rules b/debian/rules
index 45de857..4cbb715 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,6 +41,7 @@ build/%: debian/%.pk3.qvms debian/%.pk3.filenames debian/%.pk3.contents.raw
install -d $*/vm; \
install -v -m644 debian/$(*F)-$$crc.qvm $*/$$filename.qvm; \
touch --date='@$(SOURCE_DATE_EPOCH)' $*/$$filename.qvm; \
+ touch --date='@$(SOURCE_DATE_EPOCH)' $*/vm; \
done < debian/$*.pk3.qvms
rm -f $*.pk3
( set -e; cd $*; while read crc filename; do \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openarena-data.git
More information about the Pkg-games-commits
mailing list