Source: cups-filters Version: 1.0.54-1 Severity: normal Tags: patch Hi,
cups-filters seems to build fine with multiple build jobs when building. Thus, my suggestion is to enable the parallel build (with the --parallel option of dh) to speed up the compilation when requested (see also Policy ยง4.9.1). Thanks, -- Pino
--- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ derives_from_ubuntu := $(shell (dpkg-ven export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh $@ --with autoreconf,systemd + dh $@ --parallel --with autoreconf,systemd override_dh_auto_configure: dh_auto_configure -- \