Source: heimdal
Severity: wishlist
Tags: patch

Dear Maintainer,

Please consider enabling parallel build on your package, it does save at
least 4 minutes of build time on my machine.

Regards,

Dimitri.

diff -Nru heimdal-1.6~rc2+dfsg/debian/rules heimdal-1.6~rc2+dfsg/debian/rules
--- heimdal-1.6~rc2+dfsg/debian/rules	2014-04-21 16:52:33.000000000 +0100
+++ heimdal-1.6~rc2+dfsg/debian/rules	2014-04-22 13:32:36.000000000 +0100
@@ -4,7 +4,7 @@
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $* --with autoreconf
+	dh $* --with autoreconf --parallel
 
 override_dh_strip:
 	dh_strip --dbg-package=heimdal-dbg

Reply via email to