Enable parallel compilation for deb

This commit is contained in:
Matt Hill
2016-02-28 22:48:02 -05:00
parent 58a856b586
commit ee8cf4e271

View File

@@ -29,7 +29,7 @@ TARBALL = ../$(PKG)_$(VER)$(DTYPE).orig.tar.xz
# main packaging script based on dh7 syntax # 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: override_dh_auto_configure:
dh_auto_configure -- \ dh_auto_configure -- \