[Pkg-nagios-changes] [pkg-nsca] 02/25: Restructure control file with cme.
Bas Couwenberg
sebastic at debian.org
Mon Dec 5 07:08:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository pkg-nsca.
commit 1a705d023e3c99f61f0b81a64c5a4da29bf7ec8a
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Dec 4 20:19:29 2016 +0100
Restructure control file with cme.
---
debian/changelog | 1 +
debian/control | 22 +++++++++++++++-------
2 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0a877f5..86f1412 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ nsca (2.9.1-4) UNRELEASED; urgency=medium
* Team upload.
* Add Vcs-* fields to control file.
+ * Restructure control file with cme.
-- Bas Couwenberg <sebastic at debian.org> Sun, 04 Dec 2016 00:04:22 +0100
diff --git a/debian/control b/debian/control
index b21133c..4e092b0 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,25 @@
Source: nsca
-Section: net
-Priority: optional
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian.org>
Uploaders: Alexander Wirt <formorer at debian.org>
+Section: net
+Priority: optional
+Build-Depends: libmcrypt-dev,
+ dpatch (>= 2.0.32~),
+ debhelper (>= 7.0.50~),
+ po-debconf
Standards-Version: 3.9.2
-Build-Depends: libmcrypt-dev, dpatch (>= 2.0.32~), debhelper (>= 7.0.50~), po-debconf
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-nagios/pkg-nsca.git
Vcs-Git: https://anonscm.debian.org/git/pkg-nagios/pkg-nsca.git
Package: nsca
Architecture: any
-Depends: ${shlibs:Depends}, debconf (>> 0.5) | debconf-2.0, nsca-client, ${misc:Depends}, confget
-Suggests: nagios3, nagios-plugins-basic | nagios-plugins
+Depends: ${shlibs:Depends},
+ confget,
+ debconf | debconf-2.0,
+ nsca-client,
+ ${misc:Depends}
+Suggests: nagios3,
+ nagios-plugins-basic | nagios-plugins
Description: Nagios service monitor agent
This addon allows you to send service check results to a central
monitoring server running Nagios in a reasonably secure manner.
@@ -36,8 +44,9 @@ Description: Nagios service monitor agent
Package: nsca-client
Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Conflicts: nsca (<< 2.9.1-1~)
-Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Nagios service monitor agent - client package
This package contains only the client part of nsca and is thus
suitable for installation on systems that only report passive service
@@ -60,4 +69,3 @@ Description: Nagios service monitor agent - client package
.
Nagios was written in C and is designed to be easy to understand and modify
to fit your own needs.
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nsca.git
More information about the Pkg-nagios-changes
mailing list