This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit abe15903eab698b4ada9713fbf6ba52b092882d9 Author: Jens Reyer <[email protected]> Date: Fri Jul 29 18:08:29 2016 +0200 Add bug script to show the target of the /usr/bin/wine link. --- debian/bug-script | 7 +++++++ debian/changelog | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/bug-script b/debian/bug-script new file mode 100755 index 0000000..c4035b1 --- /dev/null +++ b/debian/bug-script @@ -0,0 +1,7 @@ +#!/bin/sh + +if [ -e /usr/bin/wine ]; then + echo "/usr/bin/wine points to $(readlink -f /usr/bin/wine)." >&3 +else + echo "/usr/bin/wine does not exist." >&3 +fi diff --git a/debian/changelog b/debian/changelog index ac238c3..64fe2e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ wine-development (1.9.15-2) UNRELEASED; urgency=medium - Drop now obsolete development/winegcc.patch. - Add breaks older src:wine packages before the alternatives system. - Let the -tools packages recommend wineVERSION. + - Add bug script to show the target of the /usr/bin/wine link. * Bump versioned dependency on unicode-data to >= 9.0. * Refresh patches. -- 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
