# HG changeset patch # User Christia Arnold # Date 1318836090 -7200 # Node ID 9df9a8615b9f2a47647a6a72515ae4fc9620a140 # Parent a5f5e3961230233d82d3f1f08d71c9e561507e7c * fixed lintian warnings * added perl-doc to Recommends packages * version 0.2 diff -r a5f5e3961230 -r 9df9a8615b9f check_cpu.pl --- a/check_cpu.pl Fri Oct 14 16:57:39 2011 +0200 +++ b/check_cpu.pl Mon Oct 17 09:21:30 2011 +0200 @@ -10,7 +10,7 @@ $ENV{LANG} = "C"; my $ME = basename $0; -my $VERSION = "0.1"; +my $VERSION = "0.2"; my $mpstat = "/usr/bin/mpstat"; sub version($$); @@ -263,7 +263,7 @@ =head1 VERSION -This man page is current for version 0.1 of check_cpu. +This man page is current for version 0.2 of check_cpu. =head1 AUTHOR diff -r a5f5e3961230 -r 9df9a8615b9f debian/README --- a/debian/README Fri Oct 14 16:57:39 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -The Debian Package nagios-plugin-cpu ----------------------------- - -Comments regarding the Package - - -- Christian Arnold Fri, 14 Oct 2011 16:47:13 +0200 diff -r a5f5e3961230 -r 9df9a8615b9f debian/README.Debian --- a/debian/README.Debian Fri Oct 14 16:57:39 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -nagios-plugin-cpu for Debian ----------------------------- - - - - -- Christian Arnold Fri, 14 Oct 2011 16:47:13 +0200 diff -r a5f5e3961230 -r 9df9a8615b9f debian/README.source --- a/debian/README.source Fri Oct 14 16:57:39 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -nagios-plugin-cpu for Debian ----------------------------- - - - - - - diff -r a5f5e3961230 -r 9df9a8615b9f debian/changelog --- a/debian/changelog Fri Oct 14 16:57:39 2011 +0200 +++ b/debian/changelog Mon Oct 17 09:21:30 2011 +0200 @@ -1,3 +1,11 @@ +nagios-plugin-cpu (0.2) stable; urgency=low + + * fixed lintian warnings + * added perl-doc to Recommends packages + * version 0.2 + + -- Christian Arnold Mon, 17 Oct 2011 09:03:08 +0200 + nagios-plugin-cpu (0.1) stable; urgency=low * Initial Release. diff -r a5f5e3961230 -r 9df9a8615b9f debian/control --- a/debian/control Fri Oct 14 16:57:39 2011 +0200 +++ b/debian/control Mon Oct 17 09:21:30 2011 +0200 @@ -3,11 +3,12 @@ Priority: extra Maintainer: Christian Arnold Build-Depends: debhelper (>= 7.0.50~) -Standards-Version: 3.8.4 +Standards-Version: 3.9.1 Homepage: https://keller.schlittermann.de/hg/ius/nagios/nagios-plugin-cpu/ Package: nagios-plugin-cpu Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, sysstat +Depends: ${misc:Depends}, ${perl:Depends}, sysstat +Recommends: perl-doc Description: nagios plugin to check cpu status This nagios plugin checks the cpu status of the system.