[apache2] 02/04: use gzip -n for tgz in postinst

Stefan Fritsch sf at moszumanska.debian.org
Sun Nov 13 11:20:25 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 10dec9a44d46c0a49a67797541b079e56287e6b2
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sun Nov 13 11:10:06 2016 +0100

    use gzip -n for tgz in postinst
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 184b0e9..e6ac4e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 apache2 (2.4.23-7) UNRELEASED; urgency=medium
 
   * Make apache2-dev depend on openssl 1.0, too. Closes: #844160
+  * Tweak embedded .tar.gz some more to build reproducibly.
 
  -- Stefan Fritsch <sf at debian.org>  Sun, 13 Nov 2016 11:06:36 +0100
 
diff --git a/debian/rules b/debian/rules
index 800686e..f4af2da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,7 +62,7 @@ debian/fixup_conffiles.tgz: \
 		--group=root:0 \
 		--mode=0644 \
 		--transform 's,.*/,,' \
-		-cz -f $@ $^
+		-c $^ | gzip -n > $@
 
 debian/fixup_conffiles.b64: debian/fixup_conffiles.tgz
 	base64 < $< > $@

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