This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit 9c2a3475d815ccd0a550f7e849ef7aba3db3d1b9 Author: Jens Reyer <[email protected]> Date: Thu Jul 28 23:49:46 2016 +0200 Add breaks older src:wine packages before the alternatives system. # Conflicts: # debian/changelog --- debian/changelog | 1 + debian/control.in | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 71f8515..dea35cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ wine-development (1.9.15-2) UNRELEASED; urgency=medium * Add Recommends g++ or g++-multilib to the -tools (see: #832041). * Implement the Debian alternatives system. - Drop now obsolete development/winegcc.patch. + - Add breaks older src:wine packages before the alternatives system. -- Jens Reyer <[email protected]> Thu, 28 Jul 2016 15:14:47 +0200 diff --git a/debian/control.in b/debian/control.in index c5db3f2..2eda127 100644 --- a/debian/control.in +++ b/debian/control.in @@ -85,6 +85,8 @@ Suggests: playonlinux, wine-binfmt, dosbox (>= 0.74-4.2~), +Breaks: + wine (<< 1.8.3-3~), Description: Windows API implementation - standard suite Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. @@ -129,6 +131,7 @@ Suggests: libwine-gecko-2.47 [!armel !armhf !arm64], wine64VERSION-preloader (= ${binary:Version}), Breaks: + wine64 (<< 1.8.3-3~), wineVERSION (<< 1.7.50-3~), wine64VERSION-preloader (<< 1.7.51-2~), Description: Windows API implementation - 64-bit binary loader @@ -178,6 +181,9 @@ Recommends: g++ | g++-multilib:amd64 [i386], Conflicts: wine64VERSION-tools, +Breaks: + wine32-tools (<< 1.8.3-3~), + wine64-tools (<< 1.8.3-3~), Description: Windows API implementation - 32-bit developer tools Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. @@ -203,6 +209,9 @@ Recommends: g++, Conflicts: wine32VERSION-tools, +Breaks: + wine32-tools (<< 1.8.3-3~), + wine64-tools (<< 1.8.3-3~), Description: Windows API implementation - 64-bit developer tools Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. -- 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
