[pkg-wine-party] [SCM] Debian Wine packaging branch, master, updated. wine-1.1.33-2-709-g594d443

Ove Kåven ovek at arcticnet.no
Mon Aug 15 21:08:56 UTC 2011


The following commit has been merged in the master branch:
commit d9128e40dcb23700dc9d182fccb42c1c3c8444aa
Author: Ove Kåven <ovek at arcticnet.no>
Date:   Mon Aug 15 00:20:16 2011 +0200

    If building in full-multiarch mode, make libwine Pre-Depend on multiarch-support.

diff --git a/debian/rules b/debian/rules
index 928e194..750482a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -103,6 +103,10 @@ BUILDS = build32
 
 endif # x86_64
 
+ifeq (y,$(MULTIARCH))
+LIBWINE_PREDEPS = multiarch-support
+endif
+
 IA32_WINEDIR = $(IA32_LIBDIR)/wine$(VERSUFFIX)
 IA32_OVERRIDES = LIBSUFFIX="$(VERSUFFIX)" DATASUFFIX="$(VERSUFFIX)" dlldir="/$(IA32_WINEDIR)"
 AMD64_WINEDIR = $(AMD64_LIBDIR)/wine$(VERSUFFIX)

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list