This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit 3a270bb5f8f2001deeef3ec3ebe025c2cf188c15 Author: Jens Reyer <[email protected]> Date: Sat Jan 2 19:15:29 2016 +0100 Move wine manpage to wine32. /usr/bin/wine is now in wine32, so move the manpage there. Break/ Replace older wine packages that shipped this manpage. Unfortunately upstream doesn't offer a wine64 manpage. As sideeffect arch:all now builds again on all architectures. Closes-in-wine-development: #809125. --- debian/control.in | 4 +++- debian/rules | 6 ------ debian/wine32VERSION.manpages | 1 + debian/wineVERSION.manpages | 2 -- 4 files changed, 4 insertions(+), 9 deletions(-) diff --git a/debian/control.in b/debian/control.in index cc71423..85f9578 100644 --- a/debian/control.in +++ b/debian/control.in @@ -135,8 +135,10 @@ Recommends: Suggests: wine32VERSION-preloader (= ${binary:Version}), Breaks: - wineVERSION (<< 1.7.50-3~), + wineVERSION (<< 1.8-2~), wine32VERSION-preloader (<< 1.7.51-2~), +Replaces: + wineVERSION (<< 1.8-2~), Description: Windows API implementation - 32-bit binary loader Wine is a free MS-Windows API implementation. This is still a work in progress and many applications may still not work. diff --git a/debian/rules b/debian/rules index a87c29e..c2e08bc 100755 --- a/debian/rules +++ b/debian/rules @@ -98,12 +98,6 @@ override_dh_auto_configure: ln -s /usr/share/misc/config.guess tools || true ./configure $(CONFLAGS) -override_dh_auto_build-indep: -ifneq ($(DEB_BUILD_ARCH_BITS), 32) - @echo "error: wine's arch:all packages do not build on $(DEB_BUILD_ARCH_BITS)-bit architectures" - @exit 1 -endif - override_dh_install: $(INSTALLS) mkdir -p debian/tmp cp ANNOUNCE debian/tmp/changelog diff --git a/debian/wine32VERSION.manpages b/debian/wine32VERSION.manpages new file mode 100644 index 0000000..f50fc0e --- /dev/null +++ b/debian/wine32VERSION.manpages @@ -0,0 +1 @@ +debian/tmp/usr/share/man/man1/wineVERSION.1 diff --git a/debian/wineVERSION.manpages b/debian/wineVERSION.manpages index ca54838..e98b616 100644 --- a/debian/wineVERSION.manpages +++ b/debian/wineVERSION.manpages @@ -1,5 +1,3 @@ -debian/tmp/usr/share/man/man1/wineVERSION.1 - debian/tmp/usr/share/man/man1/msiexecVERSION.1 debian/tmp/usr/share/man/man1/winecfgVERSION.1 debian/tmp/usr/share/man/man1/winedbgVERSION.1 -- 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
