[Pkg-mozext-commits] [SCM] styles manager to customize web sites with themes and skins branch, master, updated. debian/1.3.1+git20130116-1-2-ge91003d

Dmitry Smirnov onlyjob at member.fsf.org
Fri Feb 1 00:00:06 UTC 2013


The following commit has been merged in the master branch:
commit e91003dec6da4e2438c5114527a23e93a639ed96
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Fri Feb 1 10:55:21 2013 +1100

    don't restrict parallel build

diff --git a/debian/rules b/debian/rules
index 191d8a1..ede4455 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ IDL_FILES=$(notdir $(wildcard idl/*.idl))
 XPT_FILES=$(addprefix components/, $(IDL_FILES:.idl=.xpt))
 
 %:
-	dh $@ --with xul-ext --buildsystem=xul_ext --parallel --max-parallel=4
+	dh $@ --with xul-ext --buildsystem=xul_ext --parallel
 
 $(XPT_FILES):
 	python $(SDKDIR)/sdk/bin/typelib.py -I $(IDLDIR) -o $@ $(addprefix idl/,$(notdir $(@:.xpt=.idl)))

-- 
styles manager to customize web sites with themes and skins



More information about the Pkg-mozext-commits mailing list