[pkg-wine-party] [SCM] Debian Wine packaging branch, master, updated. wine-1.1.33-363-g69c0dec

Ove Kåven ovek at arcticnet.no
Sun Aug 14 13:36:38 UTC 2011


The following commit has been merged in the master branch:
commit d86ea019553b6dfdc8e2da875619cdec8bac7df6
Author: Ove Kåven <ovek at arcticnet.no>
Date:   Sun Aug 14 13:10:14 2011 +0200

    Temporarily force gcc 4.4 until packaging a release that works with newer gcc versions.

diff --git a/debian/control.in b/debian/control.in
index 98a1ad1..b7bcf47 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -24,8 +24,8 @@ Build-Depends: debhelper (>= 5), flex | flex-old, bison,
  libcapi20-dev (>= 1:3.3.0.20041024-2) [i386 amd64 powerpc sparc],
  libhal-dev, libdbus-1-dev | dbus-1-dev, libgphoto2-2-dev, liblcms1-dev, libldap2-dev,
  libssl-dev, libgnutls-dev, libxml2-dev, libxslt1-dev, unixodbc-dev, prelink [i386 amd64],
- dctrl-tools | grep-dctrl, lzma, sharutils,
- gcc-multilib [amd64 kfreebsd-amd64] | gcc-4.1 (<< 4.1.2) [amd64 kfreebsd-amd64],
+ dctrl-tools | grep-dctrl, lzma, sharutils, gcc-4.4,
+ gcc-4.4-multilib [amd64 kfreebsd-amd64] | gcc-4.1 (<< 4.1.2) [amd64 kfreebsd-amd64],
  ia32-libs (>= 1.19) [amd64 kfreebsd-amd64],
  ia32-libs-dev [amd64 kfreebsd-amd64] | ia32-libs (<< 20100908) [amd64 kfreebsd-amd64],
  lib32ncurses5-dev [amd64 kfreebsd-amd64], lib32asound2-dev [amd64],
diff --git a/debian/rules b/debian/rules
index 26af0a1..928e194 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ MULTIARCH=n
 # Win64 is not ready yet
 ENABLE_WIN64=n
 
-CC=gcc
+CC=gcc-4.4
 ifneq (n,$(MULTIARCH))
 LIBDIR=usr/lib/$(DEB_HOST_GNU_TYPE)
 else

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list