The allowed values are:
auto is the default behavior (since dpkg 1.18.11). Setting the number of jobs to 1 will restore a serial behavior.
Note: Hooks can affect the build process, and cause build failures if their commands fail, so watch out for unintended consequences.
The current hook-name supported are:
init preclean source build binary buildinfo changes postclean check sign done
The hook-command supports the following substitution format string, which will get applied to it before execution:
With nocheck the DEB_CHECK_COMMAND variable will be ignored. With parallel=N the parallel jobs will be set to N, overridden by the --jobs-try option.