This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository zoom-player.
commit 3b8dd616efe13d68bfcf0e7da4a399ce0fb40826 Author: Stephen Kitt <[email protected]> Date: Mon Feb 29 23:57:37 2016 +0100 Revert "first attempt at make package reproducible" This reverts commit fba00ebc0f1716e27ea824c82da2dcb18306a3d7. --- debian/changelog | 9 --------- debian/rules | 4 +--- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index a6843d9..ed69ada 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,3 @@ -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 <[email protected]> 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 c616547..95c5e70 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,5 @@ 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: - CONFIG_SHELL=/bin/sh dh_auto_configure -- --bindir=/usr/games CONFIG_SHELL=/bin/sh + dh_auto_configure -- --bindir=/usr/games -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/zoom-player.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

