[Pkg-sdl-commits] [sdlgfx] 01/06: Changes when creating tar with examples for reproducible builds (bug #879913)

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Sat Oct 28 21:21:23 UTC 2017


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

mafm pushed a commit to annotated tag debian/2.0.25-9
in repository sdlgfx.

commit 5ededed6bfbf19555bc229fef8b259480a0b0800
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Sat Oct 28 22:32:57 2017 +0200

    Changes when creating tar with examples for reproducible builds (bug #879913)
---
 debian/control | 3 ++-
 debian/rules   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 3b43b0c..001dd18 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Standards-Version: 4.0.0
 Build-Depends: debhelper (>= 10~),
                libsdl1.2-dev,
                dh-linktree,
-               libjs-jquery
+               libjs-jquery,
+	       tar (>= 1.28),
 Vcs-Browser: https://anonscm.debian.org/git/pkg-sdl/packages/sdlgfx.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-sdl/packages/sdlgfx.git
 Homepage: http://www.ferzkopp.net/Software/SDL_gfx-2.0/
diff --git a/debian/rules b/debian/rules
index 79d5c0a..05b32ba 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 --mode=go=rX,u+rw,a-s --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)" --sort=name -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