Fix "Change icinga dependency to icinga2" by dropping the icinga suggests (Closes: #933258)
This commit is contained in:
parent
510d5c7dc0
commit
da6ded3a6e
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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 <jandd@debian.org> Sun, 07 Mar 2021 14:23:19 +0100
|
||||
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue