[Pkg-nagios-changes] nagios-plugins/debian changelog, 1.21,
1.22 rules, 1.9, 1.10
seanius at haydn.debian.org
seanius at haydn.debian.org
Mon Oct 31 21:35:53 UTC 2005
- Previous message: [Pkg-nagios-changes] nsca/debian changelog,1.2,1.3 control,1.2,1.3
- Next message: [Pkg-nagios-changes] nagios-plugins/debian/pluginconfig dhcp.cfg,
NONE, 1.1 disk-smb.cfg, NONE, 1.1 disk.cfg, 1.1, 1.2 http.cfg,
1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/pkg-nagios/nagios-plugins/debian
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv715/debian
Modified Files:
changelog rules
Log Message:
fix for the ftbfs, and some other stuff
Index: changelog
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios-plugins/debian/changelog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- changelog 27 Oct 2005 20:13:07 -0000 1.21
+++ changelog 31 Oct 2005 21:35:49 -0000 1.22
@@ -1,12 +1,23 @@
-nagios-plugins (1.4.2-5) UNRELEASED; urgency=low
+nagios-plugins (1.4.2-5) unstable; urgency=low
* Sean Finney
- add documentation to README.Debian about the plugins needing setuid
root, why we don't install them setuid root by default, and some
recommended methods for dealing with this (closes: #289879).
- add documentation to README.Debian about the new package split.
+ - config.h_debiandefaults.dpatch now modifies common.h instead of
+ config.h.in, because the latter would sometimes cause build hosts
+ to spontaneously regenerate the file, overwriting our changes.
+ since all the plugins include common.h too... (closes: #336639).
+ - include some patches from "F.A.G. Luteijn" <f.a.g.luteijn at knoware.nl>:
+ * dhcp.cfg (with notes added by me about needing setuid)
+ * disk.cfg (check_all_disks)
+ * disk-smb.cfg (seperated check_disk_smb commands)
+ * http.cfg (check_https_auth)
+ * check_disk_smb: allow checking disk usage via host addresses.
+ (closes: #310780).
- -- sean finney <seanius at debian.org> Thu, 27 Oct 2005 22:00:19 +0200
+ -- sean finney <seanius at debian.org> Mon, 31 Oct 2005 22:35:16 +0100
nagios-plugins (1.4.2-4) unstable; urgency=low
Index: rules
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios-plugins/debian/rules,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- rules 27 Oct 2005 14:14:57 -0000 1.9
+++ rules 31 Oct 2005 21:35:49 -0000 1.10
@@ -46,9 +46,6 @@
dh_testdir
# Add here commands to configure the package.
EXTRAS="check_game check_fping check_by_ssh" CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --libexecdir=${NP_LIBEXEC} --with-nagios-user=nagios --with-nagios-group=nagios --with-trusted-path=/bin:/sbin:/usr/bin:/usr/sbin --with-df-command="/bin/df -Pk"
- # workaround autotools trying to be helpful if timestamps change (cvs?)
- find . -name 'Makefile.in' -print0 | xargs -0 touch -r configure
- touch *m4 -r configure
build: patch-stamp build-stamp
- Previous message: [Pkg-nagios-changes] nsca/debian changelog,1.2,1.3 control,1.2,1.3
- Next message: [Pkg-nagios-changes] nagios-plugins/debian/pluginconfig dhcp.cfg,
NONE, 1.1 disk-smb.cfg, NONE, 1.1 disk.cfg, 1.1, 1.2 http.cfg,
1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Pkg-nagios-changes
mailing list