[SCM] Packaging for openal-soft branch, master, updated. debian/1%1.13-2-7-ge8ed7a9

Andres Mejia mcitadel at gmail.com
Sun Sep 25 15:22:57 UTC 2011


The following commit has been merged in the master branch:
commit 5c250b3bfc3bd5c8fcd1c15c442b0ea590505666
Author: Andres Mejia <mcitadel at 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



More information about the Pkg-games-commits mailing list