This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch stretch in repository wine.
commit a18275ca64d5f8674e978eb2ad4c4e7249800cd4 Author: Jens Reyer <[email protected]> Date: Sun Mar 13 02:37:18 2016 +0100 Drop version output. Closes: #816017 Sources: commit 8fcdc3022a88f150970fc5176a6fe7a7bd572ba4 Author: Michael Gilbert <[email protected]> Date: Sat Mar 5 01:25:40 2016 +0000 release 1.9.5-1 commit 16b7fefa9f7bb5b9ffb0794d5a238d6cf92707e3 Author: Michael Gilbert <[email protected]> Date: Sun Feb 28 19:28:57 2016 +0000 release 1.9.4-2 --- debian/scripts/wineserver | 8 -------- 1 file changed, 8 deletions(-) diff --git a/debian/scripts/wineserver b/debian/scripts/wineserver index d3db7db..ea6d390 100755 --- a/debian/scripts/wineserver +++ b/debian/scripts/wineserver @@ -15,12 +15,4 @@ else exit 1 fi -dist=$(cat /etc/debian_version) -arch=$(dpkg --print-architecture) -version=$($wineserver --version 2>&1 | cut -d- -f2) - -echo "Executing $script ($(basename $wineserver)) $version on Debian $dist ($arch)." >&2 -echo "If something goes wrong, please rerun with \"WINEDEBUG=err+all $script\"" >&2 -echo "for more detailed debugging output." >&2 - exec $wineserver -p0 "$@" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
