This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch stretch in repository wine.
commit 9c173a8bd87d6c7721bf996c504419649d1c1d31 Author: Jens Reyer <[email protected]> Date: Sun Jun 5 16:02:13 2016 +0200 Drop useless workaround for one-arch-only binNMUs. binNMUs need to be in sync across architectures anyway, because libwineVERSION automatically breaks every other binary:Version of itself. Note that this isn't in DEBIAN/control, but may be observed e.g. in aptitude. Drop this workaround to be in line with the next changes which would be really ugly if they replicated this. # Conflicts: # debian/changelog --- debian/changelog | 1 + debian/control.in | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index baed992..07cb81e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ wine (1.8.2-2) UNRELEASED; urgency=medium it (closes: #823991). Also use this mechanism to identify the package names of depended upon libraries. Thanks to Jakub Wilk. + - Drop useless workaround for one-arch-only binNMUs. -- Jens Reyer <[email protected]> Mon, 06 Jun 2016 03:35:43 +0200 diff --git a/debian/control.in b/debian/control.in index c233117..31923b0 100644 --- a/debian/control.in +++ b/debian/control.in @@ -133,8 +133,7 @@ Depends: libwineVERSION (= ${binary:Version}), Recommends: wineVERSION (= ${source:Version}), - wine32VERSION (>= ${source:Version}), - wine32VERSION (<< ${source:Version}.1~), + wine32VERSION (= ${binary:Version}), Suggests: wine64VERSION-preloader (= ${binary:Version}), Breaks: -- 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
