[pkg-wine-party] [SCM] Debian Wine packaging branch, master, updated. wine-1.0-rc1-142-ge2e44fb

Ove Kaaven ovek at arcticnet.no
Sat May 10 11:24:05 UTC 2008


The following commit has been merged in the master branch:
commit 380b6be6e16c012c0180ac86c272f2564396876d
Author: Ove Kaaven <ovek at arcticnet.no>
Date:   Sat May 10 10:08:19 2008 +0200

    Change comments to reflect that the amd64 hack should probably still be used on etch builds (backports).

diff --git a/debian/rules b/debian/rules
index 832c6f5..302547a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,10 +20,10 @@ DEB_HOST_GNU_CPU	?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
 DEBIAN_VERSION := $(shell cat /etc/debian_version)
 VERSION := $(lastword $(shell dpkg-parsechangelog|grep "^Version: "))
 
-DEBIAN_SID := $(findstring sid,$(DEBIAN_VERSION))
+#DEBIAN_SID := $(findstring sid,$(DEBIAN_VERSION))
 
-#ifneq (,$(DEBIAN_SID))
-## delete amd64.tar.lzma.uu if we're on testing/unstable.
+#ifeq (,$(findstring etch,$(DEBIAN_VERSION)))
+## delete amd64.tar.lzma.uu if we're not on etch.
 #AMD64_PACK = false
 #endif
 

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list