[Pkg-sdl-commits] [libsdl1.2] 01/02: Change to improve build reproducibility (Closes: #803579)

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


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

mafm pushed a commit to branch master
in repository libsdl1.2.

commit 4094b335175b70ad2ddd6c8a9d69820256269ef8
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Sat Oct 31 18:55:11 2015 +0000

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

diff --git a/debian/changelog b/debian/changelog
index 37df987..88636db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 libsdl1.2 (1.2.15-12) UNRELEASED; urgency=medium
 
+  * Change to improve build reproducibility: tar file permission modes.
+    Thanks Reiner Herrmann. (Closes: #803579)
   * Remove Barry deFreese from uploaders
 
  -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Mon, 27 Apr 2015 22:48:34 +0100
diff --git a/debian/rules b/debian/rules
index e7a1145..242c7fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,7 +58,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/libsdl1.2.git



More information about the pkg-sdl-commits mailing list