Move postfix | sendmail-bin | exim4-daemon-heavy | exim4-daemon-light to Suggests
This commit is contained in:
parent
8f9b0e2ee0
commit
33e3671eb7
5
debian/README.Debian.plugins
vendored
5
debian/README.Debian.plugins
vendored
|
@ -4,11 +4,12 @@ nagios-plugins on Debian
|
||||||
Some plugins require additional libraries and programs. To prevent you from
|
Some plugins require additional libraries and programs. To prevent you from
|
||||||
having to install dozens of further packages that you don't actually need,
|
having to install dozens of further packages that you don't actually need,
|
||||||
there is no strict dependency on some of them. Rather, they are listed as
|
there is no strict dependency on some of them. Rather, they are listed as
|
||||||
recommendations.
|
recommendations and suggests.
|
||||||
|
|
||||||
apt-get(8) and aptitude(8) will install recommended packages automatically by
|
apt-get(8) and aptitude(8) will install recommended packages automatically by
|
||||||
default. If you did not disable this feature you will have everything in place
|
default. If you did not disable this feature you will have everything in place
|
||||||
to operate all plugins when installing the "nagios-plugins-standard" package.
|
to operate all plugins when installing the "nagios-plugins-standard" package,
|
||||||
|
beside the packages listed as suggests.
|
||||||
Else you have to install missing dependencies manually (see the section "Plugin
|
Else you have to install missing dependencies manually (see the section "Plugin
|
||||||
dependencies" below).
|
dependencies" below).
|
||||||
|
|
||||||
|
|
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,6 +1,8 @@
|
||||||
nagios-plugins (1.4.14-3) UNRELEASED; urgency=low
|
nagios-plugins (1.4.14-3) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Remove Sean and Guido from the Uploaders list
|
* Remove Sean and Guido from the Uploaders list
|
||||||
|
* Move postfix | sendmail-bin | exim4-daemon-heavy | exim4-daemon-light
|
||||||
|
to Suggests, thanks to Glennie Vignarajah (CLoses: #574591)
|
||||||
|
|
||||||
-- Jan Wagner <waja@cyconet.org> Tue, 16 Mar 2010 09:35:20 +0100
|
-- Jan Wagner <waja@cyconet.org> Tue, 16 Mar 2010 09:35:20 +0100
|
||||||
|
|
||||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -60,8 +60,8 @@ Architecture: any
|
||||||
Conflicts: nagios-plugins (<= 1.4.2-3)
|
Conflicts: nagios-plugins (<= 1.4.2-3)
|
||||||
Replaces: nagios-plugins
|
Replaces: nagios-plugins
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ucf, nagios-plugins-basic (>= 1.4.5-2)
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ucf, nagios-plugins-basic (>= 1.4.5-2)
|
||||||
Recommends: postfix | sendmail-bin | exim4-daemon-heavy | exim4-daemon-light, fping, snmp, libnet-snmp-perl, dnsutils, bind9-host | host, smbclient, whois, qstat
|
Recommends: fping, snmp, libnet-snmp-perl, dnsutils, bind9-host | host, smbclient, whois, qstat
|
||||||
Suggests: nagios3
|
Suggests: nagios3, postfix | sendmail-bin | exim4-daemon-heavy | exim4-daemon-light
|
||||||
Description: Plugins for the nagios network monitoring and management system
|
Description: Plugins for the nagios network monitoring and management system
|
||||||
Nagios is a host/service/network monitoring and management system. It has
|
Nagios is a host/service/network monitoring and management system. It has
|
||||||
the following features:
|
the following features:
|
||||||
|
|
Loading…
Reference in a new issue