fix accidental dependency introduction in -basic
This commit is contained in:
parent
4b4e1d17d9
commit
6ebebb2676
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,8 +1,10 @@
|
|||
nagios-plugins (1.4.3.0cvs.20060707-2) UNRELEASED; urgency=low
|
||||
nagios-plugins (1.4.3.0cvs.20060707-2) unstable; urgency=low
|
||||
|
||||
* NOT RELEASED YET
|
||||
[sean finney]
|
||||
* whoops, new plugin check_mysql_query accidentally made the last
|
||||
version's nagios-plugins-basic package depend on libmysqlclient15off.
|
||||
|
||||
-- sean finney <sean@localhost> Sun, 9 Jul 2006 17:40:38 +0200
|
||||
-- sean finney <seanius@debian.org> Sun, 09 Jul 2006 18:51:41 +0200
|
||||
|
||||
nagios-plugins (1.4.3.0cvs.20060707-1) unstable; urgency=low
|
||||
|
||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -23,7 +23,8 @@ NP_BASIC_DIR:=$(CURDIR)/debian/nagios-plugins-basic
|
|||
NP_STD_DIR:=$(CURDIR)/debian/nagios-plugins-standard
|
||||
std_plugins:=check_breeze check_ifoperstatus check_hpjd check_ifstatus \
|
||||
check_rpc check_snmp check_wave check_fping check_game \
|
||||
check_radius check_mysql check_pgsql check_disk_smb check_ldap \
|
||||
check_radius check_mysql check_mysql_query check_pgsql \
|
||||
check_disk_smb check_ldap \
|
||||
check_dns check_dig check_flexlm check_oracle
|
||||
std_plugin_cfgs:=breeze dns flexlm games hppjd ifstatus ldap mrtg mysql \
|
||||
netware nt pgsql radius snmp
|
||||
|
|
Loading…
Reference in a new issue