From 9fabf146e0a1ea17dd63aa6af00c10151e0cf64d Mon Sep 17 00:00:00 2001 From: Rafal Krypa Date: Thu, 21 Nov 2013 13:42:24 +0100 Subject: [PATCH] debian: enable parallel build. Support `dpkg-buildpackage -j' by adding --parallel to dh invocations. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 65f5334..4d55066 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 %: - dh $@ --with autoreconf + dh $@ --with autoreconf --parallel override_dh_strip: dh_strip -plibsmack1 --dbg-package=libsmack1-dbg -- 2.7.4