This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch stretch in repository wine.
commit b97b24760761901d971e2b1310352a6a48fee2c3 Author: Jens Reyer <[email protected]> Date: Thu Jul 28 17:49:23 2016 +0200 Add breaks older src:wine packages before the alternatives system. --- debian/changelog | 1 + debian/control.in | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1066211..315e9d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ wine (1.8.3-3) UNRELEASED; urgency=medium - Drop now obsolete development/winegcc.patch. - Use variable instead of '-development' in winemenubuilder.patch, and enable it. + - Add breaks older src:wine packages before the alternatives system. -- Jens Reyer <[email protected]> Thu, 28 Jul 2016 17:33:38 +0200 diff --git a/debian/control.in b/debian/control.in index 620e2bb..187bbd4 100644 --- a/debian/control.in +++ b/debian/control.in @@ -83,6 +83,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. @@ -137,6 +139,7 @@ Recommends: Suggests: 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 @@ -184,6 +187,9 @@ Depends: libwineVERSION-dev (= ${binary:Version}), 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. @@ -207,6 +213,9 @@ Depends: libwineVERSION-dev:armhf (= ${binary:Version}) [arm64], 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
