* change to version 0.3
authorChristian Arnold <arnold@schlittermann.de>
Tue, 04 Oct 2011 14:39:00 +0200
changeset 2 d8be657656e4
parent 1 b5d9151a01f4
child 3 a3fd678dab4e
* change to version 0.3 * fixing lintian errors and warnings
check_mem.pl
debian/changelog
debian/control
--- 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<check_mem>.
+This man page is current for version 0.3 of B<check_mem>.
 
 =head1 AUTHOR
 
--- 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 <arnold@schlittermann.de>  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
--- 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 <arnold@schlittermann.de>
-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.