This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit d452793e91af8101b15bcecda41b83eb13558b60 Author: Jens Reyer <[email protected]> Date: Thu Jul 28 18:19:30 2016 +0200 Let the -tools packages recommend wineVERSION. wineVERSION has /usr/bin/wine which is the master for the alternatives system. --- debian/changelog | 1 + debian/control.in | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index dea35cc..ffda129 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ wine-development (1.9.15-2) UNRELEASED; urgency=medium * Implement the Debian alternatives system. - Drop now obsolete development/winegcc.patch. - Add breaks older src:wine packages before the alternatives system. + - Let the -tools packages recommend wineVERSION. -- Jens Reyer <[email protected]> Thu, 28 Jul 2016 15:14:47 +0200 diff --git a/debian/control.in b/debian/control.in index 2eda127..e9b17e5 100644 --- a/debian/control.in +++ b/debian/control.in @@ -178,6 +178,7 @@ Depends: ${shlibs:Depends}, libwineVERSION-dev (= ${binary:Version}), Recommends: + wineVERSION (= ${source:Version}), g++ | g++-multilib:amd64 [i386], Conflicts: wine64VERSION-tools, @@ -206,6 +207,7 @@ Depends: libwineVERSION-dev:armel (= ${binary:Version}) [arm64] | libwineVERSION-dev:armhf (= ${binary:Version}) [arm64], Recommends: + wineVERSION (= ${source:Version}), g++, Conflicts: wine32VERSION-tools, -- 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
