Source: bibledit-cloud
Version: 5.0.813-1
Severity: wishlist
Tags: patch

Hi,

bibledit-cloud 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
@@ -3,7 +3,7 @@
 export DH_VERBOSE=1
 
 %:
-       dh $@ --with autoreconf --with systemd
+       dh $@ --parallel --with autoreconf --with systemd
 
 override_dh_installchangelogs:
        dh_installchangelogs help/changelog.html

Reply via email to