From ee8cf4e2714f59be194f9f1a76863b7b68805cf7 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sun, 28 Feb 2016 22:48:02 -0500 Subject: [PATCH] Enable parallel compilation for deb --- distros/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distros/debian/rules b/distros/debian/rules index ea67309..6fcc493 100755 --- a/distros/debian/rules +++ b/distros/debian/rules @@ -29,7 +29,7 @@ TARBALL = ../$(PKG)_$(VER)$(DTYPE).orig.tar.xz # main packaging script based on dh7 syntax %: - dh $@ --sourcedirectory=src --with quilt,python2,python3 + dh $@ --sourcedirectory=src --parallel --with quilt,python2,python3 override_dh_auto_configure: dh_auto_configure -- \