[Pkg-nagios-changes] [pkg-nrpe] 30/41: Override dh_auto_build to build all targets.
Bas Couwenberg
sebastic at debian.org
Sun Dec 4 17:53:47 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 2b501e73be9f8e21d3df9d4cc37bb92b35e6ce96
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Dec 4 16:58:38 2016 +0100
Override dh_auto_build to build all targets.
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index d39fa9b..60255b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,7 @@ nagios-nrpe (3.0.1-1) UNRELEASED; urgency=medium
* Use configure option to set custom PID directory instead of patch.
* Drop 09_noremove_pid.patch, fixed upstream. Refresh remaining patches.
* Add patch to use pre-generated dh.h for reproducible builds.
+ * Override dh_auto_build to build all targets.
[ Benjamin Drung ]
* Use dh_auto_configure to enable default hardening flags.
diff --git a/debian/rules b/debian/rules
index 98f408d..b7a1209 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,4 +28,7 @@ override_dh_auto_configure:
# Restore deterministic "openssl dhparam" output.
cp include/dh.h.orig include/dh.h
+override_dh_auto_build:
+ dh_auto_build -- all
+
override_dh_auto_install:
--
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