diff --git a/debian/bin/repack.sh b/debian/bin/repack.sh index b9d0937..a559386 100755 --- a/debian/bin/repack.sh +++ b/debian/bin/repack.sh @@ -27,10 +27,9 @@ srcdir="$tdir/$distdir" sed -i 's/perlmods\/Makefile\ //' $srcdir/configure sed -i '/perlmods\/Makefile/d' $srcdir/configure #echo "Adjusting $srcdir/Makefile*" -sed -i 's/\ contrib\ / /' $srcdir/Makefile* sed -i 's/perlmods\ //' $srcdir/Makefile* -#echo "Removing $srcdir/perlmods/ and $srcdir/contrib/" -rm -rf $srcdir/perlmods/ $srcdir/contrib/ +#echo "Removing $srcdir/perlmods/ +rm -rf $srcdir/perlmods/ #tarball=$(echo $tarball|sed 's/\.orig\.tar\.gz/+dfsg.orig.tar.gz/') tar -cof "${tarball/.gz}" -C $tdir/ $distdir diff --git a/debian/changelog b/debian/changelog index 3ee26c6..f18b28e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 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 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 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 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 Tue, 10 Sep 2013 14:01:39 +0200 + +nagios-plugins (1.4.16+git20130902-1) unstable; urgency=medium * New upstream git snapshot (5789548373) - Adjust debian/copyright @@ -15,8 +78,13 @@ nagios-plugins (1.4.16+git20130827-1) UNRELEASED; urgency=low - Extend debian/README.source - Add debian/bin/repack.sh * 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 Fri, 23 Aug 2013 22:45:43 +0200 + -- Jan Wagner Tue, 03 Sep 2013 15:13:11 +0200 nagios-plugins (1.4.16-3) unstable; urgency=medium diff --git a/debian/control b/debian/control index 66d2016..bb9b230 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: extra Maintainer: Debian Nagios Maintainer Group Uploaders: Jan Wagner , Alexander Wirt -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 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-nagios/nagios-plugins/ Vcs-Svn: svn://svn.debian.org/pkg-nagios/nagios-plugins/trunk/ diff --git a/debian/copyright b/debian/copyright index ef88423..2ab0def 100644 --- a/debian/copyright +++ b/debian/copyright @@ -62,13 +62,6 @@ Files with different Licenses: build-aux/config.guess build-aux/config.sub 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 This program is free software; you can redistribute it and/or modify @@ -178,8 +171,6 @@ Files with different Licenses: gl/Makefile.in lib/Makefile.in lib/tests/Makefile.in - perlmods/Makefile - perlmods/Makefile.in plugins/Makefile.in plugins-root/Makefile.in plugins-scripts/Makefile.in diff --git a/debian/nagios-plugins-common.examples b/debian/nagios-plugins-common.examples index 25fc790..e69de29 100644 --- a/debian/nagios-plugins-common.examples +++ b/debian/nagios-plugins-common.examples @@ -1 +0,0 @@ -command.cfg