[Pkg-sdl-commits] [libsdl2] 01/09: Change to improve build reproducibility (Closes: #803578)

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Sat Oct 31 23:02:00 UTC 2015


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

mafm pushed a commit to branch master
in repository libsdl2.

commit 63261c33a1ae0b4f33a2ae4bb4cff19d892f307e
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date:   Sat Oct 31 19:11:07 2015 +0000

    Change to improve build reproducibility (Closes: #803578)
    
    Change to improve build reproducibility: tar file permission modes.
    Thanks Reiner Herrmann. (Closes: #803578)
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 76fd712..1f7d4ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libsdl2 (2.0.2+dfsg1-8) UNRELEASED; urgency=medium
+
+  * Change to improve build reproducibility: tar file permission modes.
+    Thanks Reiner Herrmann. (Closes: #803578)
+
+ -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Sat, 31 Oct 2015 18:50:06 +0000
+
 libsdl2 (2.0.2+dfsg1-7) unstable; urgency=medium
 
   * Bump Policy Standards-Version to 3.9.6 (no changes needed)
diff --git a/debian/rules b/debian/rules
index 31472fa..6a038d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,7 +69,7 @@ override_dh_auto_configure:
 
 override_dh_auto_build:
 	dh_auto_build
-	tar czf debian/examples.tar.gz test --owner=0 --group=0
+	tar czf debian/examples.tar.gz test --owner=0 --group=0 --mode=go=rX,u+rw,a-s
 
 override_dh_auto_clean:
 	dh_auto_clean

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