remove nagios and nagios-text from suggests and add nagios3
This commit is contained in:
parent
721938b405
commit
3a284fec6c
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -7,13 +7,16 @@ nagios-plugins (1.4.11-3) UNRELEASED; urgency=low
|
|||
* add missing command definition for check_ldaps, thanks Michael Renner
|
||||
<robe@amd.co.at> for reporting it (Closes: #407310)
|
||||
* remove sarge handholding for configfiles migration
|
||||
* add nagios3 to Suggests (Closes: #479292)
|
||||
* remove nagios-text and nagios from Suggests, keep nagios2 for backporting
|
||||
for now
|
||||
|
||||
[ Alexander Wirt ]
|
||||
* Call smbclient with -N (supress password prompt) if no password is
|
||||
supplied. Thanks to Josip Rodin for the patch (Closes #425129)
|
||||
* Add myself to uploaders
|
||||
|
||||
-- Alexander Wirt <formorer@debian.org> Fri, 02 May 2008 07:35:54 +0200
|
||||
-- Jan Wagner <waja@cyconet.org> Sun, 04 May 2008 13:38:59 +0200
|
||||
|
||||
nagios-plugins (1.4.11-2) unstable; urgency=low
|
||||
|
||||
|
|
6
debian/control
vendored
6
debian/control
vendored
|
@ -12,7 +12,7 @@ Standards-Version: 3.7.3
|
|||
Package: nagios-plugins
|
||||
Architecture: all
|
||||
Depends: nagios-plugins-basic, nagios-plugins-standard
|
||||
Suggests: nagios2 | nagios-text | nagios
|
||||
Suggests: nagios3 | nagios2
|
||||
Description: Plugins for the nagios network monitoring and management system
|
||||
Nagios is a host/service/network monitoring and management system. It has
|
||||
the following features:
|
||||
|
@ -36,7 +36,7 @@ Architecture: any
|
|||
Depends: ${shlibs:Depends}, ${misc:Depends}, procps, iputils-ping, ucf
|
||||
Conflicts: nagios-plugins (<= 1.4.2-3)
|
||||
Replaces: nagios-plugins, nagios-plugins-standard
|
||||
Suggests: nagios2 | nagios-text | nagios
|
||||
Suggests: nagios3 | nagios2
|
||||
Description: Plugins for the nagios network monitoring and management system
|
||||
Nagios is a host/service/network monitoring and management system. It has
|
||||
the following features:
|
||||
|
@ -60,7 +60,7 @@ Architecture: any
|
|||
Conflicts: nagios-plugins (<= 1.4.2-3)
|
||||
Replaces: nagios-plugins
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, fping, qstat, snmp, radiusclient1, libnet-snmp-perl, dnsutils, bind9-host | host, smbclient, ucf, nagios-plugins-basic (>= 1.4.5-2)
|
||||
Suggests: nagios2 | nagios-text | nagios, whois
|
||||
Suggests: nagios3 | nagios2, whois
|
||||
Description: Plugins for the nagios network monitoring and management system
|
||||
Nagios is a host/service/network monitoring and management system. It has
|
||||
the following features:
|
||||
|
|
Loading…
Reference in a new issue