[Pkg-nagios-changes] [pkg-nagios-plugins] 22/413: fix accidental dependency introduction in -basic
Jan Wagner
waja at moszumanska.debian.org
Tue Nov 26 23:13:02 UTC 2013
This is an automated email from the git hooks/post-receive script.
waja pushed a commit to branch master
in repository pkg-nagios-plugins.
commit 6ebebb2676e9e782c45c328c687f988a9155aac0
Author: Sean Finney <seanius at debian.org>
Date: Sun Jul 9 16:52:18 2006 +0000
fix accidental dependency introduction in -basic
---
debian/changelog | 8 +++++---
debian/rules | 3 ++-
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 448334c..8f0d724 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 at localhost> Sun, 9 Jul 2006 17:40:38 +0200
+ -- sean finney <seanius at debian.org> Sun, 09 Jul 2006 18:51:41 +0200
nagios-plugins (1.4.3.0cvs.20060707-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index e4602b5..a0fcfe2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins.git
More information about the Pkg-nagios-changes
mailing list