mbox series

[v3,0/1] kbuild: deb-pkg: Build parallely with current dpkg-buildpackage

Message ID 20230315173524.63179-1-bage@linutronix.de (mailing list archive)
Headers show
Series kbuild: deb-pkg: Build parallely with current dpkg-buildpackage | expand

Message

Bastian Germann March 15, 2023, 5:35 p.m. UTC
Make use of DEB_BUILD_OPTIONS' parallel option because that is the only
parallel build option that is set by default in current dpkg-buildpackage
versions.

v2:
 * Clarify that this is for current dpkg-buildpackage versions
 * Evaluate DEB_BUILD_OPTIONS in debian/rules.
v3:
 * Use the Policy snippet which sets MAKEFLAGS and uses patsubst over subst
 * Mention the dpkg commit that changed the -j behaviour.

Bastian Germann (1):
  kbuild: deb-pkg: Build parallely with current dpkg-buildpackage

 scripts/package/mkdebian | 5 +++++
 1 file changed, 5 insertions(+)