Source: pencil2d
Version: 0.5.4~git20140614+dfsg-1
Severity: wishlist
Tags: patch

Hi,

pencil2d 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
@@ -4,7 +4,7 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_install:
 	dh_install --list-missing

Reply via email to