[pkg-wine-party] [SCM] Debian Wine Gecko packaging branch, master, updated. debian/1.4+dfsg-2-8-g8d61b28

Stephen Kitt steve at sk2.org
Sun Sep 23 22:32:28 UTC 2012


The following commit has been merged in the master branch:
commit be286a12e5c2822dedb789c449b960ff2f37a571
Author: Stephen Kitt <steve at sk2.org>
Date:   Thu Aug 30 08:00:53 2012 +0200

    Disable parallel builds (hopefully fixes kfreebsd-i386 FTBFS).

diff --git a/debian/changelog b/debian/changelog
index 941e47f..738d2e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wine-gecko-1.4 (1.4+dfsg1-2) experimental; urgency=low
+
+  * Disable parallel builds (hopefully fixes kfreebsd-i386 FTBFS).
+
+ -- Stephen Kitt <steve at sk2.org>  Wed, 29 Aug 2012 08:42:36 +0200
+
 wine-gecko-1.4 (1.4+dfsg1-1) experimental; urgency=low
 
   * Filter out the remaining Windows binaries.
diff --git a/debian/rules b/debian/rules
index f906a5f..a8fbacf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,7 @@
 
 VERSION=-1.4
 
-ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-MAKEFLAGS += -j$(NUMJOBS)
-endif
+# This package doesn't support parallel builds at the top level
 
 # This provides propvarutil.h until mingw-w64 ships it
 export CPPFLAGS=-I$(CURDIR)/debian/include

-- 
Debian Wine Gecko packaging



More information about the pkg-wine-party mailing list