[Pkg-nagios-changes] [pkg-nagios-plugins-contrib] 01/04: allow tests to run with libnagios-plugin-perl on jessie
Jan Wagner
waja at moszumanska.debian.org
Wed Dec 7 10:22:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
waja pushed a commit to branch master
in repository pkg-nagios-plugins-contrib.
commit ac93909e691d599774132dcf47456720030c4c0f
Author: Evgeni Golov <evgeni at debian.org>
Date: Mon Dec 5 12:03:24 2016 +0100
allow tests to run with libnagios-plugin-perl on jessie
---
check_cups/tests | 2 +-
check_httpd_status/tests | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/check_cups/tests b/check_cups/tests
index cd84c98..bc0a235 100644
--- a/check_cups/tests
+++ b/check_cups/tests
@@ -1,2 +1,2 @@
-Depends: cups, libdate-manip-perl, libmonitoring-plugin-perl, libnet-cups-perl
+Depends: cups, libdate-manip-perl, libmonitoring-plugin-perl | libnagios-plugin-perl, libnet-cups-perl
Test-Command: service cups restart && /usr/lib/nagios/plugins/check_cups -H localhost
diff --git a/check_httpd_status/tests b/check_httpd_status/tests
index e4a46ae..1aea5c1 100644
--- a/check_httpd_status/tests
+++ b/check_httpd_status/tests
@@ -1,2 +1,2 @@
-Depends: apache2, liblocale-gettext-perl, libmonitoring-plugin-perl, liblwp-useragent-determined-perl
+Depends: apache2, liblocale-gettext-perl, libmonitoring-plugin-perl | libnagios-plugin-perl, liblwp-useragent-determined-perl
Test-Command: service apache2 restart 2>/dev/null && /usr/lib/nagios/plugins/check_httpd_status -H localhost
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins-contrib.git
More information about the Pkg-nagios-changes
mailing list