The following commit has been merged in the master branch:
commit 5c250b3bfc3bd5c8fcd1c15c442b0ea590505666
Author: Andres Mejia <mcita...@gmail.com>
Date:   Sun Sep 25 11:08:43 2011 -0400

    Support parallel builds.

diff --git a/debian/rules b/debian/rules
index bf4dae6..8394f68 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,10 +23,10 @@ BUILD_TREE=$(CURDIR)/build-tree
 
 .PHONY: build
 %:
-       dh $@
+       dh $@ --parallel
 
 build:
-       dh $@
+       dh $@ --parallel
 
 override_dh_auto_clean:
        rm -rf $(BUILD_TREE)

-- 
Packaging for openal-soft

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

Reply via email to