[svn-buildpackage] Tagging nagios-plugins 1.4.16+git20130910-1
This commit is contained in:
commit
a34ae138fb
5
debian/bin/repack.sh
vendored
5
debian/bin/repack.sh
vendored
|
@ -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
|
||||
|
|
21
debian/changelog
vendored
21
debian/changelog
vendored
|
@ -1,4 +1,16 @@
|
|||
nagios-plugins (1.4.16+git20130827-1) UNRELEASED; urgency=low
|
||||
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)
|
||||
- Adjust debian/copyright
|
||||
|
@ -15,8 +27,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 <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
|
||||
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -3,7 +3,7 @@ Section: net
|
|||
Priority: extra
|
||||
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.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
|
||||
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-nagios/nagios-plugins/
|
||||
Vcs-Svn: svn://svn.debian.org/pkg-nagios/nagios-plugins/trunk/
|
||||
|
|
9
debian/copyright
vendored
9
debian/copyright
vendored
|
@ -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
|
||||
|
|
1
debian/nagios-plugins-common.examples
vendored
1
debian/nagios-plugins-common.examples
vendored
|
@ -1 +0,0 @@
|
|||
command.cfg
|
Loading…
Reference in a new issue