Source: vips Version: 8.3.0-2 Severity: wishlist Tags: patch Hi,
vips seems to build fine with multiple build jobs when building. Thus, my suggestion is to enable the parallel build (enabling it in CDBS) to speed up the compilation when requested (see also Policy ยง4.9.1). Thanks, -- Pino
--- a/debian/rules +++ b/debian/rules @@ -59,6 +59,8 @@ else endif export LD_LIBRARY_PATH +DEB_BUILD_PARALLEL = 1 + cleanbuilddir:: $(RM) -r $(l_STAMPS)

