[Debichem-devel] Bug#798246: madness: please allow parallel building

Aron Xu aron at debian.org
Mon Sep 7 10:04:31 UTC 2015


Package: src:madness
Severity: wishlist

Since it takes quite some time to build madness, it's nice to allow
parallel building to make use of multi-core systems, attached patch is
using the Debian recommended way which will honor the
DEB_BUILD_OPTIONS=parallel=n variable at build time.

Thanks,
Aron
-------------- next part --------------
diff --git a/debian/rules b/debian/rules
index 769f22a..7cbeedc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ include /usr/share/dpkg/default.mk
 
 
 %:
-	dh $@  --with autotools-dev
+	dh $@ --parallel --with autotools-dev
 
 override_dh_auto_clean:
 	-dh_auto_clean


More information about the Debichem-devel mailing list