debian/rules: Enable parallel builds.
This commit is contained in:
6
debian/rules
vendored
6
debian/rules
vendored
@ -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 \
|
||||
|
Reference in New Issue
Block a user