[Pkg-sdl-commits] [libsdl2] 06/08: Fixes for reproducible builds: timestamps_in_gzip_headers

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Sat Mar 12 02:19:08 UTC 2016


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

mafm pushed a commit to branch master
in repository libsdl2.

commit eee4df5386dc270ee99659ddeaee2c1d64dfad21
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date:   Sat Mar 12 01:49:28 2016 +0000

    Fixes for reproducible builds: timestamps_in_gzip_headers
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 62ec387..a883b51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libsdl2 (2.0.4+dfsg2-1) UNRELEASED; urgency=medium
   * Bump Policy Standards-Version to 3.9.7 (no changes needed)
   * Drop -dbg package
   * Fix for reproducible builds: timestamps_in_tarball
+  * Fixes for reproducible builds: timestamps_in_gzip_headers
 
   [ Gianfranco Costamagna ]
   * Fix insecure VCS fields.
diff --git a/debian/rules b/debian/rules
index c50956f..8151c2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,7 +71,7 @@ override_dh_auto_configure:
 	dh_auto_configure -- $(confflags)
 
 override_dh_auto_build-indep:
-	tar czf debian/examples.tar.gz test --owner=0 --group=0 --mode=go=rX,u+rw,a-s --clamp-mtime --mtime="$(SOURCE_DATE)"
+	GZIP="-9n" tar czf debian/examples.tar.gz test --owner=0 --group=0 --mode=go=rX,u+rw,a-s --clamp-mtime --mtime="$(SOURCE_DATE)"
 	doxygen docs/doxyfile
 	# useless files
 	find output -name "*.md5" -delete

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl2.git



More information about the pkg-sdl-commits mailing list