summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
Diffstat (limited to 'dh')
-rwxr-xr-xdh7
1 files changed, 7 insertions, 0 deletions
diff --git a/dh b/dh
index 2b60be5d..bcac8da8 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<dpkg-buildpackage -j> 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.