[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[pkg-wine-party] [wine] 05/06: If wine manpage is missing use wine64.



This is an automated email from the git hooks/post-receive script.

jreyer-guest pushed a commit to branch master
in repository wine.

commit bd4d9fcec2a0699efc0ad13d3ee72489c65a31a6
Author: Jens Reyer <jre.winesim@gmail.com>
Date:   Fri Jan 8 03:03:32 2016 +0100

    If wine manpage is missing use wine64.
    
    Build arch:all packages always again.
---
 debian/rules | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index beb4388..d09c629 100755
--- a/debian/rules
+++ b/debian/rules
@@ -96,12 +96,6 @@ override_dh_auto_configure:
 	cp loader/wine.man.in loader/wine64.man.in
 	./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
@@ -114,6 +108,8 @@ override_dh_install: $(INSTALLS)
 	cp debian/scripts/wineserver debian/tmp/wineserver$(VERSION)
 	test -f debian/tmp/$(LIBDIR)/wine-preloader || \
 	    cp debian/scripts/wine-preloader debian/tmp/$(LIBDIR)
+	test -f debian/tmp/$(MANDIR)/man1/wine.1 || \
+	    cp debian/tmp/$(MANDIR)/man1/wine64.1 debian/tmp/$(MANDIR)/man1/wine.1
 	for file in $$(find debian/tmp/$(MANDIR) -type f); do \
 	    rename=$$(echo $$file | sed s/\\.1/$(VERSION)\\.1/); \
 	    cp $$file $$rename || true; \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



Reply to: