[svn-buildpackage] Tagging nagios-plugins 1.5-1

This commit is contained in:
Jan Wagner 2013-10-02 18:15:26 +00:00
5 changed files with 73 additions and 16 deletions

View file

@ -27,10 +27,9 @@ srcdir="$tdir/$distdir"
sed -i 's/perlmods\/Makefile\ //' $srcdir/configure sed -i 's/perlmods\/Makefile\ //' $srcdir/configure
sed -i '/perlmods\/Makefile/d' $srcdir/configure sed -i '/perlmods\/Makefile/d' $srcdir/configure
#echo "Adjusting $srcdir/Makefile*" #echo "Adjusting $srcdir/Makefile*"
sed -i 's/\ contrib\ / /' $srcdir/Makefile*
sed -i 's/perlmods\ //' $srcdir/Makefile* sed -i 's/perlmods\ //' $srcdir/Makefile*
#echo "Removing $srcdir/perlmods/ and $srcdir/contrib/" #echo "Removing $srcdir/perlmods/
rm -rf $srcdir/perlmods/ $srcdir/contrib/ rm -rf $srcdir/perlmods/
#tarball=$(echo $tarball|sed 's/\.orig\.tar\.gz/+dfsg.orig.tar.gz/') #tarball=$(echo $tarball|sed 's/\.orig\.tar\.gz/+dfsg.orig.tar.gz/')
tar -cof "${tarball/.gz}" -C $tdir/ $distdir tar -cof "${tarball/.gz}" -C $tdir/ $distdir

72
debian/changelog vendored
View file

@ -1,4 +1,67 @@
nagios-plugins (1.4.16+git20130827-1) UNRELEASED; urgency=low nagios-plugins (1.5-1) unstable; urgency=medium
* New upstream release
-- Jan Wagner <waja@cyconet.org> Wed, 02 Oct 2013 20:03:31 +0200
nagios-plugins (1.4.16+git20130926-1) unstable; urgency=medium
* New upstream git snapshot (d4c5730464)
- check_http: Die on SSL initialization errors
- several updates to the upstream README
-- Jan Wagner <waja@cyconet.org> Fri, 27 Sep 2013 16:45:44 +0200
nagios-plugins (1.4.16+git20130919-1) unstable; urgency=medium
* New upstream git snapshot (6f0366c8b8)
- check_pgsql: Don't exit UNKNOWN instead of OK (Closes: #723738)
- check_dhcp: fix mac address and interface number detection on solaris
- check_disk: get_fs_usage hasn't been run if using groups
- check_disk_smb: verify path to smbclient
- check_tcp: use receive timeout for checks that expect response
- check_load: add alternative uptime syntaxcheck_udp: try nc.traditional too
- check_udp: unified nc syntax
- check_fping: some fping versions set loss to 0% by mistake
-- Jan Wagner <waja@cyconet.org> Fri, 20 Sep 2013 11:40:38 +0200
nagios-plugins (1.4.16+git20130912-1) unstable; urgency=medium
* New upstream git snapshot (4933146e00) (Closes: #722576)
- check_snmp: add timeout handler befor running snmpget
- check_tcp: only test ipv6 if ping6 works
- tests: sort cached settings before save
- tests: make sure tests don't hang
- check_tcp: Fix checks without --expect string
- check_tcp: Properly deal will partial recv(3)s
- Improve interface of np_expect_match() function
-- Jan Wagner <waja@cyconet.org> Fri, 13 Sep 2013 00:24:22 +0200
nagios-plugins (1.4.16+git20130911-1) unstable; urgency=medium
* New upstream git snapshot (ca9ce71576)
- Don't mark SSL_METHOD variable as "const"
- Move global variables from .h to .c files
- Fix GCC's -Wimplicit-function-declaration warnings
- Fix GCC's -Wuninitialized warnings
-- Jan Wagner <waja@cyconet.org> Wed, 11 Sep 2013 13:02:31 +0200
nagios-plugins (1.4.16+git20130910-1) unstable; urgency=medium
* New upstream git snapshot (cfb50add53)
- check_tcp: Don't close connection too early
- check_http: s/--proxy_authorization/--proxy-authorization/
- check_snmp: Initialize size_t value to 0, not NULL
- Update bundled libtool files
- check_icmp: Minor whitespace/indentation fixes
- check_icmp: Support "--help" and "--version"
-- Jan Wagner <waja@cyconet.org> Tue, 10 Sep 2013 14:01:39 +0200
nagios-plugins (1.4.16+git20130902-1) unstable; urgency=medium
* New upstream git snapshot (5789548373) * New upstream git snapshot (5789548373)
- Adjust debian/copyright - Adjust debian/copyright
@ -15,8 +78,13 @@ nagios-plugins (1.4.16+git20130827-1) UNRELEASED; urgency=low
- Extend debian/README.source - Extend debian/README.source
- Add debian/bin/repack.sh - Add debian/bin/repack.sh
* Updating standards version to 3.9.4 (no changes needed) * Updating standards version to 3.9.4 (no changes needed)
* Add libfreeradius-client-dev to build-deps and remove libradiusclient-ng-dev
(Closes: #721621)
* Remove traces of contrib/ from debian/copyright
* Remove command.cfg from examples in nagios-plugins-common, it was removed
upstream
-- Jan Wagner <waja@cyconet.org> Fri, 23 Aug 2013 22:45:43 +0200 -- Jan Wagner <waja@cyconet.org> Tue, 03 Sep 2013 15:13:11 +0200
nagios-plugins (1.4.16-3) unstable; urgency=medium nagios-plugins (1.4.16-3) unstable; urgency=medium

2
debian/control vendored
View file

@ -3,7 +3,7 @@ Section: net
Priority: extra Priority: extra
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org> Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
Uploaders: Jan Wagner <waja@cyconet.org>, Alexander Wirt <formorer@debian.org> Uploaders: Jan Wagner <waja@cyconet.org>, Alexander Wirt <formorer@debian.org>
Build-Depends: debhelper (>= 5), dpatch (>= 2.0.9), perl, autotools-dev, libdbi-dev, libldap2-dev, libpq-dev, libmysqlclient-dev | libmysqlclient16-dev | libmysqlclient15-dev, libradiusclient-ng-dev, libkrb5-dev, libnet-snmp-perl, procps, mawk | awk, hardening-wrapper Build-Depends: debhelper (>= 5), dpatch (>= 2.0.9), perl, autotools-dev, libdbi-dev, libldap2-dev, libpq-dev, libmysqlclient-dev | libmysqlclient16-dev | libmysqlclient15-dev, libfreeradius-client-dev | libradiusclient-ng-dev, libkrb5-dev, libnet-snmp-perl, procps, mawk | awk, hardening-wrapper
Homepage: http://nagiosplug.sourceforge.net Homepage: http://nagiosplug.sourceforge.net
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-nagios/nagios-plugins/ Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-nagios/nagios-plugins/
Vcs-Svn: svn://svn.debian.org/pkg-nagios/nagios-plugins/trunk/ Vcs-Svn: svn://svn.debian.org/pkg-nagios/nagios-plugins/trunk/

9
debian/copyright vendored
View file

@ -62,13 +62,6 @@ Files with different Licenses:
build-aux/config.guess build-aux/config.guess
build-aux/config.sub build-aux/config.sub
build-aux/ltmain.sh build-aux/ltmain.sh
contrib/check_cpqarray.c
contrib/check_linux_raid.pl
contrib/check_traceroute-pure_perl.pl
contrib/check_cluster2.c
contrib/check_snmp_printer.pl
contrib/check_http-with-client-certificate.c
contrib/check_cluster.c
plugins-scripts/check_mailq.pl plugins-scripts/check_mailq.pl
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
@ -178,8 +171,6 @@ Files with different Licenses:
gl/Makefile.in gl/Makefile.in
lib/Makefile.in lib/Makefile.in
lib/tests/Makefile.in lib/tests/Makefile.in
perlmods/Makefile
perlmods/Makefile.in
plugins/Makefile.in plugins/Makefile.in
plugins-root/Makefile.in plugins-root/Makefile.in
plugins-scripts/Makefile.in plugins-scripts/Makefile.in

View file

@ -1 +0,0 @@
command.cfg