Source: pdf2htmlex Version: 0.14.6+ds-2 Severity: wishlist Tags: patch Hi,
pdf2htmlex 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 @@ -10,7 +10,7 @@ export HOME=$(CURDIR)/nonexistent export PDF2HTMLEX_EXECUTABLE=$(shell pwd)/obj-$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)/pdf2htmlEX %: - dh $@ + dh $@ --parallel # using ENABLE_SVG requires CairoFontEngine, CairoRescaleBox and # CairoOutputDev from poppler sources

