This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch stretch in repository wine.
commit 3d19a00553f8a2d65247cc82173be56b31bd139b 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 6a4b284..4ed092d 100644 --- a/debian/control.in +++ b/debian/control.in @@ -245,6 +245,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. @@ -262,6 +265,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
