* fixed lintian warnings default tip
authorChristia Arnold
Mon, 17 Oct 2011 09:21:30 +0200
changeset 1 9df9a8615b9f
parent 0 a5f5e3961230
* fixed lintian warnings * added perl-doc to Recommends packages * version 0.2
check_cpu.pl
debian/README
debian/README.Debian
debian/README.source
debian/changelog
debian/control
--- 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
 
--- 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 <arnold@schlittermann.de>  Fri, 14 Oct 2011 16:47:13 +0200
--- 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
-----------------------------
-
-<possible notes regarding this package - if none, delete this file>
-
- -- Christian Arnold <arnold@schlittermann.de>  Fri, 14 Oct 2011 16:47:13 +0200
--- 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
-----------------------------
-
-<this file describes information about the source package, see Debian policy
-manual section 4.14. You WILL either need to modify or delete this file>
-
-
-
-
--- 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 <arnold@schlittermann.de>  Mon, 17 Oct 2011 09:03:08 +0200
+
 nagios-plugin-cpu (0.1) stable; urgency=low
 
   * Initial Release.
--- 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 <arnold@schlittermann.de>
 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.