Source: libconfig
Version: 1.4.9-2
Severity: wishlist
Tags: patch

Hi,

libconfig 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
@@ -12,4 +12,4 @@ override_dh_strip:
 	dh_strip -p libconfig++9 --dbg-package=libconfig++-dbg
 	
 %:
-	dh $@ --with autoreconf
+	dh $@ --parallel --with autoreconf

Reply via email to