[Pkg-sdl-commits] [sdlgfx] 01/01: Make build reproducible.

Felix Geyer fgeyer at moszumanska.debian.org
Sun Apr 26 18:28:17 UTC 2015


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

fgeyer pushed a commit to branch master
in repository sdlgfx.

commit 8619a15bc5875ba6b75cb8d8a0f30100608d0aa7
Author: Felix Geyer <fgeyer at debian.org>
Date:   Sun Apr 26 20:28:05 2015 +0200

    Make build reproducible.
    
    * Make build reproducible.
      - Pass "--owner=0 --group=0" to tar for creating examples.tar.gz
---
 debian/changelog | 5 +++++
 debian/rules     | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5d16592..0173155 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 sdlgfx (2.0.25-5) UNRELEASED; urgency=medium
 
+  [ Gianfranco Costamagna ]
   * Revert lintian override, jquery should stay out of the
     source tarball too.
 
+  [ Felix Geyer ]
+  * Make build reproducible.
+    - Pass "--owner=0 --group=0" to tar for creating examples.tar.gz
+
  -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Thu, 24 Apr 2014 09:09:13 +0200
 
 sdlgfx (2.0.25-4) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index bff71c2..88a078c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ override_dh_auto_configure:
 
 override_dh_auto_build:
 	dh_auto_build
-	tar -cvz --transform='s,^Test,examples,' -f debian/examples.tar.gz Test
+	tar -cvz --transform='s,^Test,examples,' --owner=0 --group=0 -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