Source: tellico
Version: 2.3.8+dfsg.1-2
Severity: wishlist
Tags: patch

Hi,

tellico 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
@@ -8,7 +8,7 @@
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined -Wl,--as-needed
 
 %:
-	dh $@ --with kde
+	dh $@ --with kde --parallel
 
 override_dh_auto_configure:
 	dh_auto_configure --buildsystem=kde -- \

Reply via email to