Source: tagua
Version: 1.0~alpha2-16-g618c6a0-1
Severity: wishlist
Tags: patch

Hi,

tagua 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
@@ -6,7 +6,7 @@
 QT5HOSTBIN := $(shell pkg-config --print-errors --variable=host_bins Qt5Core)
 
 %:
-       dh $@
+       dh $@ --parallel
 
 override_dh_auto_configure:
        dh_auto_configure -- \

Reply via email to