This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch stretch in repository wine.
commit 9ff75a8eb506c1155eefb2f6cadf981f1b0e0d09 Author: Jens Reyer <[email protected]> Date: Sun Aug 14 02:33:06 2016 +0200 Make "update-alternatives --remove" quiet. # Conflicts: # debian/changelog --- debian/changelog | 7 +++++++ debian/wineVERSION.prerm | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ad85d02..e51c1ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +wine (1.8.3-4) UNRELEASED; urgency=medium + + * Cherrypick changes from master: + - Make "update-alternatives --remove" quiet. + + -- Jens Reyer <[email protected]> Mon, 08 Aug 2016 14:36:29 +0200 + wine (1.8.3-3) unstable; urgency=medium * Cherrypick changes from master: diff --git a/debian/wineVERSION.prerm b/debian/wineVERSION.prerm index 5c68c07..2feeb7a 100644 --- a/debian/wineVERSION.prerm +++ b/debian/wineVERSION.prerm @@ -4,7 +4,7 @@ set -e case "$1" in remove|deconfigure) - update-alternatives --remove wine /usr/bin/wineDEBSUFFIX + update-alternatives --quiet --remove wine /usr/bin/wineDEBSUFFIX ;; esac -- 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
