This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch stretch in repository wine.
commit 1cc58becb610ed896016d2f99b6acf3d094f5ca2 Author: Jens Reyer <[email protected]> Date: Thu Jul 28 15:15:33 2016 +0200 Add removal instructions for binfmt support to README.debian. # Conflicts: # debian/changelog --- debian/README.debian | 3 +++ debian/changelog | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/README.debian b/debian/README.debian index b695045..6680e3c 100644 --- a/debian/README.debian +++ b/debian/README.debian @@ -171,3 +171,6 @@ $ sudo update-binfmts --import wine This change increases the risk of inadvertently launching Windows malware, so please make sure that you understand the security risks before blindly setting this up. + +To remove the support again execute: +$ sudo update-binfmts --package wine --remove wine /usr/bin/wine diff --git a/debian/changelog b/debian/changelog index 7cac3da..eb5472d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ wine (1.8.3-3) UNRELEASED; urgency=medium #816020). - Drop alternative depends on perl:any (now handled by debhelper). Bump build-dep on debhelper version to >= 9.20160702. + - Add removal instructions for binfmt support to README.debian. * Implement the Debian alternatives system (see: #758291). Partly cherrypicked from master: - Replace VERSION (value is empty or '-development') with DEBSUFFIX -- 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
