Source: kup-backup
Version: 0.7.1+dfsg-1
Severity: wishlist
Tags: patch

Hi,

kup-backup 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
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-       dh $@
+       dh $@ --parallel
 
 override_dh_auto_configure:
        dh_auto_configure -- \

Reply via email to