Source: actiona
Version: 3.10.1-1
Severity: wishlist
Tags: patch

Hi,

actiona 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).

(An alternative is to bump the debhelper compatibility to >= 10,
however that requires checking for other changes due to the
compatibility bump.)

Thanks,
-- 
Pino
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export DH_OPTIONS
 export QT_SELECT := qt5
 
 %:
-       dh $@
+       dh $@ --parallel
 
 override_dh_auto_configure-indep:
 

Reply via email to