[pkg-wine-party] [wine] 73/78: Make "update-alternatives --remove" quiet.

Jens Reyer jreyer-guest at moszumanska.debian.org
Mon Aug 29 17:39:24 UTC 2016


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 <jre.winesim at gmail.com>
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 <jre.winesim at gmail.com>  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



More information about the pkg-wine-party mailing list