This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch stretch in repository wine.
commit d30c8351819c2534cd1bc77bffcc2a11d85fb51b Author: Jens Reyer <[email protected]> Date: Sun Mar 13 02:30:08 2016 +0100 Re-enable "err" level output by default. Closes: #816014 Source: commit 16b7fefa9f7bb5b9ffb0794d5a238d6cf92707e3 Author: Michael Gilbert <[email protected]> Date: Sun Feb 28 19:28:57 2016 +0000 release 1.9.4-2 --- debian/README.debian | 16 +++++++++------- debian/scripts/wine | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/debian/README.debian b/debian/README.debian index 02e3b76..cb920d4 100644 --- a/debian/README.debian +++ b/debian/README.debian @@ -22,16 +22,18 @@ https://anonscm.debian.org/git/pkg-wine/wine.git Debugging ========= -Debugging information is no longer output by default. If you are interested -in more verbose debugging output, you can set the WINEDEBUG environment -variable. +Debugging information is limited to only error messages by default. If you +want other types of debugging output as well, you can set the WINEDEBUG +environment variable. Examples: -$ WINEDEBUG=err+all wine -$ WINEDEBUG=err+all wine-development +$ WINEDEBUG=fixme+all wine +$ WINEDEBUG=fixme+all wine-development -If you always want verbose information, you can include an -"export WINEDEBUG=err+all" line in your ~/.bashrc file. +If you want this to be more permanent, you can include an +"export WINEDEBUG=fixme+all" line in your ~/.bashrc file. + +For more detail about WINEDEBUG options, please see the wine manpage. Old Versions ============ diff --git a/debian/scripts/wine b/debian/scripts/wine index aa95127..0496525 100755 --- a/debian/scripts/wine +++ b/debian/scripts/wine @@ -25,7 +25,7 @@ else fi if test -z "$WINEDEBUG"; then - export WINEDEBUG=-all + export WINEDEBUG=fixme-all fi exec $wine "$@" -- 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
