[Pkg-nagios-changes] [pkg-nrpe] 15/41: Enable parallel builds.
Bas Couwenberg
sebastic at debian.org
Sun Dec 4 17:53:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository pkg-nrpe.
commit 3d503ca4eb1a427dbc2006d13e3140563eb04941
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Dec 4 14:06:55 2016 +0100
Enable parallel builds.
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 24d2b57..0c17c3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ nagios-nrpe (2.15-2) UNRELEASED; urgency=medium
* Update build dependency to use openssl 1.0.
* Enable all hardening buildflags.
(closes: #728218)
+ * Enable parallel builds.
[ Benjamin Drung ]
* Use dh_auto_configure to enable default hardening flags.
diff --git a/debian/rules b/debian/rules
index 923c803..56a0e7e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
CFLAGS += $(CPPFLAGS)
%:
- dh $@ --with autotools_dev
+ dh $@ --with autotools_dev --parallel
override_dh_auto_configure:
# Save deterministic "openssl dhparam" output.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nrpe.git
More information about the Pkg-nagios-changes
mailing list