From: Joey Hess Date: Thu, 4 Mar 2010 20:36:41 +0000 (-0500) Subject: add parallel option X-Git-Tag: 7.4.16~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=38643554bf86b8d1b63632e37d9865bd33891a4b;hp=1ef512d6ce5d593c7fab73e6523ef9c07de8de6f;p=debhelper.git add parallel option --- diff --git a/dh b/dh index 2b60be5..bcac8da 100755 --- a/dh +++ b/dh @@ -207,6 +207,13 @@ in a subdirectory, which will be removed on clean. %: dh $@ --builddirectory=build +If your package can be built in parallel, you can support parallel building +as follows. Then I will work. + + #!/usr/bin/make -f + %: + dh $@ --parallel + Finally, here is a way to prevent dh from running several commands that you don't want it to run, by defining empty override targets for each command.