The following commit has been merged in the master branch:
commit e71c042add3f25bfdaae0b3646c46d729e23befb
Author: Andres Mejia <[email protected]>
Date:   Sun Sep 25 12:06:43 2011 -0400

    Support parallel builds.

diff --git a/debian/rules b/debian/rules
index a0cfac4..27e8359 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ DEB_CMAKE_OPTIONS ?= -DCMAKE_VERBOSE_MAKEFILE=ON \
                -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)"
 
 %:
-       dh $@
+       dh $@ --parallel
 
 override_dh_auto_clean:
        rm -rf build/*

-- 
ALURE packaging

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to