[zoom-player] 01/01: first attempt at make package reproducible

Alexandre Detiste detiste-guest at moszumanska.debian.org
Mon Feb 29 09:31:47 UTC 2016


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

detiste-guest pushed a commit to branch master
in repository zoom-player.

commit fba00ebc0f1716e27ea824c82da2dcb18306a3d7
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Mon Feb 29 10:30:39 2016 +0100

    first attempt at make package reproducible
    
    I don't see /bin/{sh|bash} leaking anywhere in the result;
    maybe it a more stuble difference.
---
 debian/changelog | 9 +++++++++
 debian/rules     | 4 +++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ed69ada..a6843d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+zoom-player (1.1.5~dfsg-3) UNRELEASED; urgency=medium
+
+  [ Alexandre Detiste ]
+  * first attempt at making package reproducible,
+    handle captures_shell_variable_in_autofoo_script tag,
+    from now always use /bin/sh as SHELL
+
+ -- Stephen Kitt <skitt at debian.org>  Mon, 29 Feb 2016 10:27:15 +0100
+
 zoom-player (1.1.5~dfsg-2) unstable; urgency=medium
 
   [ Alexandre Detiste ]
diff --git a/debian/rules b/debian/rules
index 95c5e70..c616547 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 %:
 	dh $@ --with autoreconf 
 
+# https://tests.reproducible-builds.org/issues/unstable/captures_shell_variable_in_autofoo_script_issue.html
+# see INSTALL#L310
 override_dh_auto_configure:
-	dh_auto_configure -- --bindir=/usr/games
+	CONFIG_SHELL=/bin/sh dh_auto_configure -- --bindir=/usr/games CONFIG_SHELL=/bin/sh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/zoom-player.git



More information about the Pkg-games-commits mailing list