[Pkg-nagios-devel] nagios-plugins/debian changelog, 1.3, 1.4 rules,
1.2, 1.3
seanius at haydn.debian.org
seanius at haydn.debian.org
Mon Oct 3 08:14:32 UTC 2005
Update of /cvsroot/pkg-nagios/nagios-plugins/debian
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv9415/debian
Modified Files:
changelog rules
Log Message:
a little more
Index: changelog
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios-plugins/debian/changelog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- changelog 3 Oct 2005 07:40:32 -0000 1.3
+++ changelog 3 Oct 2005 08:14:28 -0000 1.4
@@ -5,9 +5,14 @@
- now managing nagios-plugins as part of the pkg-nagios alioth project.
- updated Maintainer field
- updated build-dependencies to build against libsnmp9-dev
- - removed build-dependencies on exim4 | mail-transport-agent, ssh, fping.
+ - removed build-dependencies on exim4 | mail-transport-agent, ssh, fping,
+ qstat, smbclient, and ntp stuff. instead they are all have their
+ paths hardcoded into the build-process (closes: #312333).
+ - added config option for ssmtp
+ - upstream is now accidentally deleting the check_ldaps plugin
+ during the build-process. whoops.
- -- sean finney <seanius at debian.org> Fri, 30 Sep 2005 09:47:57 -0400
+ -- sean finney <seanius at debian.org> Mon, 03 Oct 2005 04:12:29 -0400
nagios-plugins (1.4-6) unstable; urgency=low
Index: rules
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios-plugins/debian/rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rules 3 Oct 2005 07:40:32 -0000 1.2
+++ rules 3 Oct 2005 08:14:28 -0000 1.3
@@ -33,7 +33,7 @@
export PATH=$(PATH)
dh_testdir
# Add here commands to configure the package.
- CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --libexecdir=/usr/lib/nagios/plugins --with-nagios-user=nagios --with-nagios-group=nagios --with-trusted-path=/bin:/sbin:/usr/bin:/usr/sbin --with-df-command="/bin/df -Pk"
+ 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=/usr/lib/nagios/plugins --with-nagios-user=nagios --with-nagios-group=nagios --with-trusted-path=/bin:/sbin:/usr/bin:/usr/sbin --with-df-command="/bin/df -Pk"
build: patch-stamp build-stamp
@@ -72,6 +72,8 @@
# Add here commands to install the package into debian/nagios-plugins.
$(MAKE) install DESTDIR=$(CURDIR)/debian/nagios-plugins
cp $(CURDIR)/debian/pluginconfig/*.cfg $(CURDIR)/debian/nagios-plugins/etc/nagios-plugins/config/
+ # XXX upstream breakage
+ ln -s check_ldap $(CURDIR)/debian/nagios-plugins/usr/lib/nagios/plugins/check_ldaps
# Build architecture-independent files here.
More information about the Pkg-nagios-devel
mailing list