[pkg-wine-party] [SCM] Debian Wine packaging branch, master, updated. wine-1.1.8-1-359-gf99eb77

Ove Kaaven ovek at arcticnet.no
Sun Jan 4 12:10:57 UTC 2009


The following commit has been merged in the master branch:
commit cb2d1e7bdf056e7f65b45ad1404cda9cef274bff
Author: Ove Kaaven <ovek at arcticnet.no>
Date:   Sun Jan 4 04:55:26 2009 +0100

    Upstream added a --disable-tests configure option.
    Since the Debian packaging currently makes no use of the tests
    (the buildds probably couldn't run them anyway since they probably need an X display),
    I'll use this option, to shorten the build time a little bit.

diff --git a/debian/rules b/debian/rules
index 21b3000..3f53ca6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ CFLAGS=-O2 -g
 endif
 LDFLAGS=
 
-CONFIGOPTS = --with-x --enable-opengl
+CONFIGOPTS = --with-x --enable-opengl --disable-tests
 
 DEB_HOST_GNU_SYSTEM	?= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
 DEB_HOST_GNU_CPU	?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list