Source: uhd
Version: 3.13.0.2-4
Severity: wishlist
Tags: patch

Hi,

uhd 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
@@ -9,7 +9,7 @@ VER=$(shell dpkg-parsechangelog -l$(DEB_
 GITREV=v3.13.0.2
 py3default = $(subst .,,$(shell py3versions -dv))
 %:
-       dh $@ --sourcedirectory=host --with python3
+       dh $@ --parallel --sourcedirectory=host --with python3
 
 override_dh_acc:
        - dh_acc $@

Reply via email to