[Pkg-sdl-commits] [sdlgfx] 02/04: Fix for reproducible builds: specify permissions when creating examples.tar file

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Tue Jun 27 16:49:36 UTC 2017


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

mafm pushed a commit to branch master
in repository sdlgfx.

commit 84b436b1fa60667506c088d78dfce71b1948e578
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Tue Jun 27 18:22:53 2017 +0200

    Fix for reproducible builds: specify permissions when creating examples.tar file
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0c3508d..d628b81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 sdlgfx (2.0.25-7) UNRELEASED; urgency=medium
 
   * Bump Policy Standards-Version to 4.0.0, no changes needed
+  * Fix for reproducible builds: specify permissions when creating
+    examples.tar file
 
  -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Tue, 27 Jun 2017 18:11:28 +0200
 
diff --git a/debian/rules b/debian/rules
index dcf002f..79d5c0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ override_dh_auto_configure:
 
 override_dh_auto_build:
 	dh_auto_build
-	GZIP=-n tar -cvz --transform='s,^Test,examples,' --owner=0 --group=0 --mtime="$(SOURCE_DATE)" -f debian/examples.tar.gz Test
+	GZIP=-n tar -cvz --transform='s,^Test,examples,' --owner=0 --group=0 --mode=go=rX,u+rw,a-s --mtime="$(SOURCE_DATE)" -f debian/examples.tar.gz Test
 
 override_dh_auto_clean:
 	dh_auto_clean

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



More information about the pkg-sdl-commits mailing list