# HG changeset patch # User Christian Arnold # Date 1317731940 -7200 # Node ID d8be657656e4a2edfe63e75583c056e46d1170ed # Parent b5d9151a01f43c533a425544599fd9e97fe0e0c9 * change to version 0.3 * fixing lintian errors and warnings diff -r b5d9151a01f4 -r d8be657656e4 check_mem.pl --- a/check_mem.pl Thu Jun 30 15:58:49 2011 +0200 +++ b/check_mem.pl Tue Oct 04 14:39:00 2011 +0200 @@ -41,7 +41,7 @@ my $ME = basename $0; my $NAME = "MEM"; -my $VERSION = "0.2"; +my $VERSION = "0.3"; my %opt = ( warning => 70, @@ -160,7 +160,7 @@ =head1 VERSION -This man page is current for version 0.2 of B. +This man page is current for version 0.3 of B. =head1 AUTHOR diff -r b5d9151a01f4 -r d8be657656e4 debian/changelog --- a/debian/changelog Thu Jun 30 15:58:49 2011 +0200 +++ b/debian/changelog Tue Oct 04 14:39:00 2011 +0200 @@ -1,3 +1,9 @@ +nagios-plugin-mem (0.3) stable; urgency=low + + * fixing lintian errors and warnings + + -- Christian Arnold Tue, 04 Oct 2011 14:32:28 +0200 + nagios-plugin-mem (0.2) lenny squeeze; urgency=low * now output memory usage without buffers and cached files diff -r b5d9151a01f4 -r d8be657656e4 debian/control --- a/debian/control Thu Jun 30 15:58:49 2011 +0200 +++ b/debian/control Tue Oct 04 14:39:00 2011 +0200 @@ -2,12 +2,12 @@ Section: net Priority: extra Maintainer: Christian Arnold -Build-Depends: debhelper (>= 7.0.50~) -Standards-Version: 3.8.4 +Build-Depends: debhelper (>= 7) +Standards-Version: 3.9.1 Homepage: https://keller.schlittermann.de/hg/ius/nagios/nagios-plugin-mem/ Package: nagios-plugin-mem Architecture: all -Depends: perl-base, perl-doc +Depends: ${misc:Depends}, ${perl:Depends}, perl-doc Description: nagios plugin to check the memory usage This nagios plugin checks the percent memory usage of the system.