Source: dspdfviewer Version: 1.13.1-1 Severity: normal Tags: patch Hi,
dspdfviewer 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 @@ -25,4 +25,4 @@ override_dh_installdocs: dh_installdocs --link-doc=dspdfviewer %: - dh $@ + dh $@ --parallel

