Source: libcutl Version: 1.8.1+ds1-1 Severity: wishlist Tags: patch Hi,
libcutl 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 @@ -11,6 +11,6 @@ override_dh_installchangelogs: dh_installchangelogs NEWS %: - dh $@ --with autoreconf + dh $@ --with autoreconf --parallel .PHONY: override_dh_auto_configure override_dh_installchangelogs

