Source: xsd
Version: 4.0.0-1
Severity: wishlist
Tags: patch

xsd 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
@@ -19,7 +19,7 @@ include /usr/share/dpkg/buildflags.mk
 
 
 %:
-	dh $@ --with autotools-dev
+	dh $@ --with autotools-dev --parallel
 
 override_dh_clean:
 	rm -f $(CURDIR)/libcult/build/system/configuration-dynamic.make

Reply via email to