This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch stretch in repository wine.
commit 22b7a89afb039a68eb6e1a639fc8791f110105a5 Author: Jens Reyer <[email protected]> Date: Fri Jul 29 18:07:42 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 c19194c..001aa8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ wine (1.8.3-3) UNRELEASED; urgency=medium - Add breaks older src:wine packages before the alternatives system. - Let the -tools packages recommend wineVERSION. - Add wine-development as alternative depends to wine-binfmt. + - Add bug script to show the target of the /usr/bin/wine link. * Make wine-binfmt M-A:foreign. * Add gnutls.patch to fix FTBFS against against gnutls 3.5 (closes: #832275). -- 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
