Source: pigpio
Version: 1.68-2
Severity: wishlist
Tags: patch

Hi,

pigpio 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
@@ -7,7 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardeni
 export DEB_CFLAGS_MAINT_APPEND = -Wno-format-security
 
 %:
-       dh $@ --with python2,python3,systemd
+       dh $@ --parallel --with python2,python3,systemd
 
 override_dh_clean:
        rm -rf build

Reply via email to