[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#760621: libxkbcommon: please enable parallel building



Source: libxkbcommon
Version: 0.4.3-1
Severity: wishlist
Tags: patch

Hi,

libxkbcommon 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
@@ -14,7 +14,7 @@ override_dh_makeshlibs:
 	dh_makeshlibs -- -c4
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --parallel --with autoreconf
 
 
 # For maintainer use only, generate a tarball

Reply to: