* maintainer/copyright updates\n* fixed debian package policy violations
authorMatthias Förste <foerste@schlittermann.de>
Mon, 09 Jan 2017 12:22:02 +0100
changeset 5 6175731081b0
parent 4 028c3fb7f04d
child 6 818e48975f3c
* maintainer/copyright updates\n* fixed debian package policy violations
check_drbd.pl
debian/README
debian/control
debian/copyright
--- a/check_drbd.pl	Mon Jan 09 12:19:59 2017 +0100
+++ b/check_drbd.pl	Mon Jan 09 12:22:02 2017 +0100
@@ -1,6 +1,7 @@
 #! /usr/bin/perl -w
 
-#    Copyright (C) 2011  Christian Arnold
+#    Copyright (C) 2011-2014  Christian Arnold
+#    Copyright (C) 2014-2017  Matthias Förste
 #
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -16,6 +17,7 @@
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 #    Christian Arnold <arnold@schlittermann.de>
+#    Matthias Förste <foerste@schlittermann.de>
 
 use strict;
 use File::Basename;
@@ -120,7 +122,8 @@
 
     print <<_VERSION;
 $progname version $version
-Copyright (C) 2011 by Christian Arnold and Schlittermann internet & unix support.
+Copyright (C) 2011-2014 by Christian Arnold and Schlittermann internet & unix support.
+Copyright (C) 2014-2017 by Matthias Förste and Schlittermann internet & unix support.
 
 $ME comes with ABSOLUTELY NO WARRANTY. This is free software,
 and you are welcome to redistribute it under certain conditions.
@@ -173,11 +176,12 @@
 
 =head1 AUTHOR
 
-Written by Christian Arnold L<arnold@schlittermann.de>
+Written by Christian Arnold L<arnold@schlittermann.de>. Currently maintained by Matthias Förste L<foerste@schlittermann.de>
 
 =head1 COPYRIGHT
 
-Copyright (C) 2011 by Christian Arnold and Schlittermann internet & unix support.
+Copyright (C) 2011-2014 by Christian Arnold and Schlittermann internet & unix support.
+Copyright (C) 2014-2017 by Matthias Förste and Schlittermann internet & unix support.
 This is free software, and you are welcome to redistribute it under certain conditions.
 See the GNU General Public Licence for details.
 
--- a/debian/README	Mon Jan 09 12:19:59 2017 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-The Debian Package nagios-plugin-drbd
-----------------------------
-
-Comments regarding the Package
-
- -- Christian Arnold <arnold@schlittermann.de>  Thu, 25 Aug 2011 16:30:59 +0200
--- a/debian/control	Mon Jan 09 12:19:59 2017 +0100
+++ b/debian/control	Mon Jan 09 12:22:02 2017 +0100
@@ -1,13 +1,13 @@
 Source: nagios-plugin-drbd
 Section: net
 Priority: extra
-Maintainer: Christian Arnold <arnold@schlittermann.de>
+Maintainer: Matthias Förste <foerste@schlittermann.de>
 Build-Depends: debhelper (>= 7.0.50~)
-Standards-Version: 3.8.4
-Homepage: <insert the upstream URL, if relevant>
+Standards-Version: 3.9.6
+Homepage: https://ssl.schlittermann.de/hg/ius/nagios/nagios-plugin-drbd/
 
 Package: nagios-plugin-drbd
 Architecture: all
-Depends: ${misc:Depends}, perl-base, perl-doc
+Depends: ${misc:Depends}, perl-base (>= 5.8.8), perl-doc
 Description: nagios plugin to check drbd status
  This plugin check drbd status.
--- a/debian/copyright	Mon Jan 09 12:19:59 2017 +0100
+++ b/debian/copyright	Mon Jan 09 12:22:02 2017 +0100
@@ -6,13 +6,14 @@
 
     https://keller.schlittermann.de/hg/ius/nagios/nagios-plugin-drbd/
 
-Upstream Author(s):
+Upstream Author:
 
     Christian Arnold <arnold@schlittermann.de>
 
 Copyright:
 
-    Copyright (C) 2011 Christian Arnold and Schlittermann internet & unix support
+    Copyright (C) 2011-2014 Christian Arnold and Schlittermann internet & unix support
+    Copyright (C) 2014-2017 Matthias Förste and Schlittermann internet & unix support
 
 License:
 
@@ -34,6 +35,7 @@
 
 The Debian packaging is:
 
-    Copyright (C) 2011 Christian Arnold <arnold@schlittermann.de>
+    Copyright (C) 2011-2014 Christian Arnold
+    Copyright (C) 2014-2017 Matthias Förste
 
 and is licensed under the GPL version 3, see above.