There's a new `.mdw.conf' setting for the parallelism level.
set_from_mdw_conf sbuildsrv sbuild-server
set_from_mdw_conf signkey releasekey
set_from_mdw_conf sbuildsrv sbuild-server
set_from_mdw_conf signkey releasekey
-: ${DEB_BUILD_OPTIONS=parallel=$(mdw-conf make-parallel 4)}
+: ${DEB_BUILD_OPTIONS="parallel=$(mdw-conf make-parallel 4)"}
+export DEB_BUILD_OPTIONS
## Configure `ps'.
PS_PERSONALITY=gnu; export PS_PERSONALITY
## Configure `ps'.
PS_PERSONALITY=gnu; export PS_PERSONALITY
+## Configure Debian building.
+DEB_BUILD_OPTIONS=parallel="parallel=$(mdw-conf make-parallel 4)"
+export DEB_BUILD_OPTIONS
+
## Turn off angry fruit salad error messages from things.
DPKG_COLORS=never; export DPKG_COLORS
GCC_COLORS=; export GCC_COLORS
## Turn off angry fruit salad error messages from things.
DPKG_COLORS=never; export DPKG_COLORS
GCC_COLORS=; export GCC_COLORS