[openarena-data] 08/08: Another try at reproducibility

Simon McVittie smcv at debian.org
Tue May 5 08:47:28 UTC 2015


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

smcv pushed a commit to branch master
in repository openarena-data.

commit 9b0344bd19d0e0d8bad0472c82e5387e00dcc568
Author: Simon McVittie <smcv at debian.org>
Date:   Mon May 4 09:39:52 2015 +0100

    Another try at reproducibility
    
    - do the build with TZ=UTC to make sure the (local) timestamps
      in the zip file are the same in any build
    - use zip -X to omit all optional fields (uid, gid, UTC timestamp)
    - use zip -o to set the zip file's embedded timestamp equal to the
      newest file in it
---
 debian/changelog | 11 +++++++++++
 debian/rules     |  2 ++
 2 files changed, 13 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 82d7232..0b7604a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+openarena-data (0.8.5split-5) unstable; urgency=medium
+
+  * Another try at reproducibility:
+    - do the build with TZ=UTC to make sure the (local) timestamps
+      in the zip file are the same in any build
+    - use zip -X to omit all optional fields (uid, gid, UTC timestamp)
+    - use zip -o to set the zip file's embedded timestamp equal to the
+      newest file in it
+
+ -- Simon McVittie <smcv at debian.org>  Mon, 04 May 2015 09:39:46 +0100
+
 openarena-data (0.8.5split-4) unstable; urgency=medium
 
   * debian/rules: make more use of dh and /usr/share/dpkg/default.mk
diff --git a/debian/rules b/debian/rules
index 4683905..b396d3a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export TZ=UTC
+
 include /usr/share/dpkg/default.mk
 
 %:

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