[pkg-wine-party] [SCM] Debian Wine packaging branch, master, updated. wine-0.9.61-127-g815a087

Ove Kaaven ovek at arcticnet.no
Sat May 3 08:06:21 UTC 2008


The following commit has been merged in the master branch:
commit b8d14fb510abd2af7962211e5fd8b4285f82a64f
Author: Ove Kaaven <ovek at arcticnet.no>
Date:   Sat May 3 05:38:23 2008 +0200

    With ia32-libs version 2.4, it's finally possible to build Wine properly on amd64, so I'll now finally disable the amd64 hack.
    Closes: #381341.

diff --git a/debian/rules b/debian/rules
index 1b41b58..c402c96 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,8 +22,8 @@ VERSION := $(lastword $(shell dpkg-parsechangelog|grep "^Version: "))
 
 DEBIAN_SID := $(findstring sid,$(DEBIAN_VERSION))
 
-#ifeq (,$(DEBIAN_SID))
-## delete amd64.tar.lzma.uu if we're not on testing/unstable.
+#ifneq (,$(DEBIAN_SID))
+## delete amd64.tar.lzma.uu if we're on testing/unstable.
 #AMD64_PACK = false
 #endif
 
@@ -32,7 +32,7 @@ DEBIAN_SID := $(findstring sid,$(DEBIAN_VERSION))
 # support for building 32-bit binaries natively.
 
 ifeq ($(DEB_HOST_GNU_CPU)-$(DEB_HOST_GNU_SYSTEM),i486-linux-gnu)
-AMD64_PACK ?= true
+#AMD64_PACK ?= true
 endif
 
 # On amd64, build 32-bit package by simply unpacking amd64.tar.lzma.uu

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list