Enable parallel builds for the Debian package

fixes #7649
This commit is contained in:
Gunnar Beutner 2014-11-12 08:40:48 +01:00
parent e4bfb5f922
commit 442d55c8da
1 changed files with 3 additions and 0 deletions

3
debian/rules vendored
View File

@ -5,6 +5,9 @@
%:
dh $@
override_dh_auto_build:
dh_auto_build --parallel
override_dh_auto_clean:
ifeq ($(shell test -d .git && echo "git"),git) # verify we are in a GIT repo
# ensure icinga-version.h.force to be present