From: Dimitrios Eftaxiopoulos Date: Wed, 10 Jul 2013 16:45:11 +0000 (+0300) Subject: Add --parallel option to dh $@ in debian/rules X-Git-Tag: archive/raspbian/2.5-2+rpi1^2~176 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=751e2ee51e6a263701af616d6e67c9a5fa096809;p=mathgl.git Add --parallel option to dh $@ in debian/rules --- 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