This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch stretch in repository wine.
commit af9bb16e70b9f048f2de96339af9abd437b50435 Author: Jens Reyer <[email protected]> Date: Thu Jul 28 18:50:54 2016 +0200 Add wine-development as alternative depends to wine-binfmt. With the alternatives system wine-development may provide /usr/bin/wine. --- debian/changelog | 1 + debian/control.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1ed10f9..1599512 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ wine (1.8.3-3) UNRELEASED; urgency=medium enable it. - 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. * Make wine-binfmt M-A:foreign. -- Jens Reyer <[email protected]> Thu, 28 Jul 2016 17:33:38 +0200 diff --git a/debian/control.in b/debian/control.in index 093c8ec..250403e 100644 --- a/debian/control.in +++ b/debian/control.in @@ -97,7 +97,7 @@ Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, - wineVERSION, + wine | wine-development, binfmt-support, Description: Windows API implementation - binfmt support Wine is a free MS-Windows API implementation. -- 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
