[Pkg-nagios-changes] [pkg-nrpe] 32/41: Reorder configure options.

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 e99b0870b291850ad48ee26692b317228352487e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Dec 4 17:21:13 2016 +0100

    Reorder configure options.
---
 debian/rules | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index e827a99..e99e175 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,12 +19,12 @@ override_dh_auto_configure:
 
 	dh_auto_configure -- \
 		--prefix=/usr \
-		--enable-ssl \
-		--with-ssl-lib=/usr/lib/$(DEB_HOST_MULTIARCH) \
 		--sysconfdir=/etc \
-		--localstatedir=/var \
-		--libexecdir=/usr/lib/nagios/plugins \
 		--libdir=/usr/lib/nagios \
+		--libexecdir=/usr/lib/nagios/plugins \
+		--localstatedir=/var \
+		--enable-ssl \
+		--with-ssl-lib=/usr/lib/$(DEB_HOST_MULTIARCH) \
 		--with-piddir=/var/run/nagios
 
 	# Restore 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