[Pkg-sdl-commits] [libsdl1.2] 01/01: Change permissions inside examples.tar for reproducible builds (Closes: #778572)

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Mon Feb 16 20:50:08 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 0933354c224c4997d295042fc1e133ec68f6940c
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Mon Feb 16 20:49:20 2015 +0000

    Change permissions inside examples.tar for reproducible builds (Closes: #778572)
    
    Change for reproducible builds: use "--owner=0 --group=0" when
    creating the "examples" tar file (Closes: #778572).  Thanks Chris Lamb
    and rest of the Reproducible Builds team for the analysis and patch
    suggested.
---
 debian/changelog | 9 +++++++++
 debian/rules     | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 75ec60f..d14fda2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libsdl1.2 (1.2.15-11) UNRELEASED; urgency=medium
+
+  * Change for reproducible builds: use "--owner=0 --group=0" when
+    creating the "examples" tar file (Closes: #778572).  Thanks Chris Lamb
+    and rest of the Reproducible Builds team for the analysis and patch
+    suggested.
+
+ -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Mon, 16 Feb 2015 20:35:00 +0000
+
 libsdl1.2 (1.2.15-10) unstable; urgency=medium
 
   [ Hector Oron ]
diff --git a/debian/rules b/debian/rules
index 722a19d..e7a1145 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
+	tar czf debian/examples.tar.gz test --owner=0 --group=0
 
 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