[Pkg-nagios-changes] [pkg-nrpe] 08/41: Use dh_auto_configure to enable default hardening flags.

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 9cddc115c00116e53f4d756a9434312e9e82c931
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Dec 4 12:59:31 2016 +0100

    Use dh_auto_configure to enable default hardening flags.
---
 debian/changelog | 5 +++++
 debian/rules     | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2b3b108..fcf1102 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 nagios-nrpe (2.15-2) UNRELEASED; urgency=medium
 
   * Team upload.
+
+  [ Bas Couwenberg ]
   * Add Vcs-* fields to control file.
   * Change nagios-plugins dependencies to monitoring-plugins.
   * Switch from dpatch to source format 3.0 (quilt).
@@ -10,6 +12,9 @@ nagios-nrpe (2.15-2) UNRELEASED; urgency=medium
   * Reorder (build) dependencies.
   * Add Homepage field to control file.
 
+  [ Benjamin Drung ]
+  * Use dh_auto_configure to enable default hardening flags.
+
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 04 Dec 2016 12:08:25 +0100
 
 nagios-nrpe (2.15-1) unstable; urgency=high
diff --git a/debian/rules b/debian/rules
index 3e6557a..d7e7274 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 	    dh $@ --with autotools_dev
 
 override_dh_auto_configure:
-	./configure \
+	dh_auto_configure -- \
 		--prefix=/usr \
 		--enable-ssl \
 		--with-ssl-lib=/usr/lib/$(DEB_HOST_MULTIARCH) \

-- 
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