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
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

Reply via email to