debian/rules: Enable parallel builds.

This commit is contained in:
Mike Gabriel
2014-04-09 00:40:56 +02:00
parent e6955a4ec4
commit 7df15e87ad

6
debian/rules vendored
View File

@ -1,7 +1,9 @@
#!/usr/bin/make -f
DHFLAGS=--parallel
%:
dh $@ --with autoreconf
dh $@ $(DHFLAGS) --with autoreconf
override_dh_install:
dh_install --list-missing
@ -10,7 +12,7 @@ override_dh_auto_test:
DEB_BUILD_OPTIONS=nocheck dh_auto_test
override_dh_auto_configure:
dh_auto_configure -- \
dh_auto_configure $(DHFLAGS) -- \
--disable-silent-rules \
--localstatedir=/var/lib \
--libexecdir=/usr/lib \