This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit 25c2b0eb77fecef74c9671f111be2c4a41056c12 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. --- debian/changelog | 1 + debian/control.in | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3f78b4a..5819606 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ wine-development (1.9.11-2) UNRELEASED; urgency=medium - Build Wine in maintainer mode. Note: added alternative build-dependency on fontforge. - Don't error out on build warnings. + * Drop useless workaround for one-arch-only binNMUs. -- Jens Reyer <[email protected]> Sun, 05 Jun 2016 15:24:30 +0200 diff --git a/debian/control.in b/debian/control.in index fb4f752..ed5af7c 100644 --- a/debian/control.in +++ b/debian/control.in @@ -124,8 +124,7 @@ Depends: libwineVERSION (= ${binary:Version}), Recommends: wineVERSION (= ${source:Version}), - wine32VERSION (>= ${source:Version}), - wine32VERSION (<< ${source:Version}.1~), + wine32VERSION (= ${binary:Version}), Suggests: libwine-gecko-2.40 [!armel !armhf !arm64], wine64VERSION-preloader (= ${binary:Version}), -- 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
