[Pkg-nagios-changes] [pkg-nrpe] 06/41: Reorder (build) dependencies.
Bas Couwenberg
sebastic at debian.org
Sun Dec 4 17:53:44 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 4df5eccf78f553d423159ba706fd0e8116bbc3ce
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Dec 4 12:46:21 2016 +0100
Reorder (build) dependencies.
---
debian/changelog | 1 +
debian/control | 10 +++++-----
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1018988..c70c7ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ nagios-nrpe (2.15-2) UNRELEASED; urgency=medium
(closes: #756410)
* Drop obsolete patch: 04_weird_output.dpatch.
* Restructure control file with cme.
+ * Reorder (build) dependencies.
-- Bas Couwenberg <sebastic at debian.org> Sun, 04 Dec 2016 12:08:25 +0100
diff --git a/debian/control b/debian/control
index 076933c..ec15606 100644
--- a/debian/control
+++ b/debian/control
@@ -3,19 +3,19 @@ Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian
Section: net
Priority: optional
Build-Depends: debhelper (>= 9),
- openssl,
+ autotools-dev,
libssl-dev,
libwrap0-dev,
- autotools-dev
+ openssl
Standards-Version: 3.9.5
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-nagios/pkg-nrpe.git
Vcs-Git: https://anonscm.debian.org/git/pkg-nagios/pkg-nrpe.git
Package: nagios-nrpe-server
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- lsb-base
+Depends: lsb-base,
+ ${shlibs:Depends},
+ ${misc:Depends}
Recommends: monitoring-plugins-basic | monitoring-plugins
Pre-Depends: adduser
Conflicts: nagios-nrpe-doc
--
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