From 751e2ee51e6a263701af616d6e67c9a5fa096809 Mon Sep 17 00:00:00 2001 From: Dimitrios Eftaxiopoulos Date: Wed, 10 Jul 2013 19:45:11 +0300 Subject: [PATCH] Add --parallel option to dh $@ in debian/rules --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 50fc464..54a79d0 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ export DH_VERBOSE=1 export DH_OPTIONS=-v %: - dh $@ --buildsystem=cmake --with python2 + dh $@ --buildsystem=cmake --with python2 --parallel override_dh_python2: dh_python2 -- --no-guessing-versions -- 2.30.2