From da6ded3a6e0a1aed88d5f9098ffd04a119807190 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 7 Mar 2021 14:59:53 +0100 Subject: [PATCH] Fix "Change icinga dependency to icinga2" by dropping the icinga suggests (Closes: #933258) --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2cadff6..ed7e66d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ nagios-check-xmppng (0.3.2-1) UNRELEASED; urgency=medium * add debian/watch * Fix "Don't depend on nagios3 which has been removed from unstable" by dropping the nagios3 suggests (Closes: #846873) + * Fix "Change icinga dependency to icinga2" by dropping the icinga suggests + (Closes: #933258) -- Jan Dittberner Sun, 07 Mar 2021 14:23:19 +0100 diff --git a/debian/control b/debian/control index fab52f6..e6fa4b1 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Depends: python3 (>= 3.4), python3-defusedxml (>= 0.4.1), python3-nagiosplugin (>= 1.2.2), ${misc:Depends} -Suggests: icinga | icinga2 +Suggests: icinga2 Description: monitoring plugin to check XMPP servers a nagios compatible check plugin for XMPP servers implementing the XMPP protocol as specified in RFC 6120.