[apache2] 01/01: set timezone in embedded tarball for reproducible build

Stefan Fritsch sf at moszumanska.debian.org
Tue Nov 1 22:25:06 UTC 2016


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

sf pushed a commit to branch master
in repository apache2.

commit 0fb41971a76b2b641105ff36a5854d547ba4d17a
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Tue Nov 1 22:38:55 2016 +0100

    set timezone in embedded tarball for reproducible build
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 983d147..50989b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+apache2 (2.4.23-6) UNRELEASED; urgency=medium
+
+  * One more tweak for reproducible build. Thanks to Daniel Shahaf for the
+    patch. Closes: #839977
+
+ -- Stefan Fritsch <sf at debian.org>  Tue, 01 Nov 2016 22:37:32 +0100
+
 apache2 (2.4.23-5) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index 5a96c95..800686e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,7 +57,7 @@ debian/fixup_conffiles.tgz: \
     debian/config-dir/mods-available/imagemap.load
 	@# mtime/owner/group/mode are for reproducible build
 	tar \
-		--mtime=2000-01-01T00:00 \
+		--mtime=2000-01-01T00:00Z \
 		--owner=root:0 \
 		--group=root:0 \
 		--mode=0644 \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apache2.git



More information about the Pkg-apache-commits mailing list