[Pkg-nagios-changes] [pkg-nrpe] 05/41: Restructure control file with cme.
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 1423e6d6cc6a349c896104320dc68c38badba952
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Dec 4 12:44:42 2016 +0100
Restructure control file with cme.
---
debian/changelog | 1 +
debian/control | 18 ++++++++++++------
2 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 297e5ff..1018988 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ nagios-nrpe (2.15-2) UNRELEASED; urgency=medium
* Switch from dpatch to source format 3.0 (quilt).
(closes: #756410)
* Drop obsolete patch: 04_weird_output.dpatch.
+ * Restructure control file with cme.
-- Bas Couwenberg <sebastic at debian.org> Sun, 04 Dec 2016 12:08:25 +0100
diff --git a/debian/control b/debian/control
index 9fcd8b7..076933c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,24 @@
Source: nagios-nrpe
+Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian.org>
Section: net
Priority: optional
-Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9), openssl, libssl-dev, libwrap0-dev, autotools-dev (>= 20100122.1)
+Build-Depends: debhelper (>= 9),
+ openssl,
+ libssl-dev,
+ libwrap0-dev,
+ autotools-dev
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 (>= 3.0-3)
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ lsb-base
+Recommends: monitoring-plugins-basic | monitoring-plugins
Pre-Depends: adduser
Conflicts: nagios-nrpe-doc
-Recommends: monitoring-plugins-basic | monitoring-plugins
Description: Nagios Remote Plugin Executor Server
Nagios is a host/service/network monitoring and management system.
.
@@ -24,7 +30,8 @@ Description: Nagios Remote Plugin Executor Server
Package: nagios-nrpe-plugin
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Conflicts: nagios-nrpe-doc
Description: Nagios Remote Plugin Executor Plugin
Nagios is a host/service/network monitoring and management system.
@@ -34,4 +41,3 @@ Description: Nagios Remote Plugin Executor Plugin
.
This is a plugin that is run on the Nagios host and is used to contact the
NRPE process on remote hosts.
-
--
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