This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit 8081b376d5bb76b83a52ecb5e13a6b4ab5b7e6b2 Author: Jens Reyer <[email protected]> Date: Sun Mar 6 05:27:18 2016 +0100 Break older wine32|64 without reverse version requirement. Otherwise on updates to a low pinned version either wine32 or wine64 may not be updated. --- debian/control.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/control.in b/debian/control.in index d5a2b0f..b59d9aa 100644 --- a/debian/control.in +++ b/debian/control.in @@ -220,6 +220,9 @@ Suggests: ttf-mscorefonts-installer, Pre-Depends: ${misc:Pre-Depends}, +Breaks: + wine32VERSION (<< 1.7.51-2~), + wine64VERSION (<< 1.7.51-2~), Description: Windows API implementation - library Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. @@ -237,6 +240,9 @@ Depends: libc6-dev, Recommends: wine32VERSION-tools (= ${binary:Version}) | wine64VERSION-tools (= ${binary:Version}), +Breaks: + wine32VERSION (<< 1.7.51-2~), + wine64VERSION (<< 1.7.51-2~), Description: Windows API implementation - development files 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
