[Pkg-nagios-changes] [pkg-check-mk] 02/02: add check-mk-common depends on packages that need it
Matt Taggart
taggart at moszumanska.debian.org
Fri Aug 11 19:17:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
taggart pushed a commit to branch master
in repository pkg-check-mk.
commit 2992c6576ee8da0f212f4129dfebabd2e2de1498
Author: Matt Taggart <taggart at debian.org>
Date: Fri Aug 11 12:17:20 2017 -0700
add check-mk-common depends on packages that need it
---
debian/control | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 03ad335..7ddf68b 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Description: general purpose monitoring plugin for retrieving data
Package: check-mk-agent-logwatch
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, check-mk-agent, python
+Depends: ${shlibs:Depends}, ${misc:Depends}, check-mk-agent, python, check-mk-common
Description: general purpose monitoring plugin for retrieving data
Check_mk adopts a new a approach for collecting data from operating systems
and network components. It obsoletes NRPE, check_by_ssh, NSClient and
@@ -58,7 +58,7 @@ Description: general purpose monitoring plugin for retrieving data
Package: check-mk-config-icinga
Conflicts: check-mk-config-nagios3
Architecture: any
-Pre-Depends: dpkg (>= 1.15.7.2~)
+Pre-Depends: dpkg (>= 1.15.7.2~), check-mk-common
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
Description: general purpose monitoring plugin for retrieving data
Check_mk adopts a new a approach for collecting data from operating systems
@@ -134,7 +134,7 @@ Description: general purpose monitoring plugin for retrieving data (common libra
Package: check-mk-monitoring-plugins
Architecture: all
Section: net
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, check-mk-common
Description: general purpose monitoring plugin for retrieving data (monitoring plugins)
Check_mk adopts a new a approach for collecting data from operating systems
and network components. It obsoletes NRPE, check_by_ssh, NSClient and
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-check-mk.git
More information about the Pkg-nagios-changes
mailing list