This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit 15782df1cdb2b539e7de2be0b1b86130f32d1609 Author: Jens Reyer <[email protected]> Date: Sun Aug 14 02:33:06 2016 +0200 Make "update-alternatives --remove" quiet. --- debian/changelog | 6 ++++++ debian/wineVERSION.prerm | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8406d7a..6949bc1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wine-development (1.9.16-2) UNRELEASED; urgency=medium + + * Make "update-alternatives --remove" quiet. + + -- Jens Reyer <[email protected]> Sun, 14 Aug 2016 02:32:35 +0200 + wine-development (1.9.16-1) unstable; urgency=medium [ Michael Gilbert ] 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
