# HG changeset patch # User Matthias Förste # Date 1483960922 -3600 # Node ID 6175731081b093cc3679e069522eaa0a5e936f0c # Parent 028c3fb7f04d1c37593ffd77c2d2c20971d92a19 * maintainer/copyright updates\n* fixed debian package policy violations diff -r 028c3fb7f04d -r 6175731081b0 check_drbd.pl --- 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 . # # Christian Arnold +# Matthias Förste 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 +Written by Christian Arnold L. Currently maintained by Matthias Förste L =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. diff -r 028c3fb7f04d -r 6175731081b0 debian/README --- 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 Thu, 25 Aug 2011 16:30:59 +0200 diff -r 028c3fb7f04d -r 6175731081b0 debian/control --- 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 +Maintainer: Matthias Förste Build-Depends: debhelper (>= 7.0.50~) -Standards-Version: 3.8.4 -Homepage: +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. diff -r 028c3fb7f04d -r 6175731081b0 debian/copyright --- 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 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 + Copyright (C) 2011-2014 Christian Arnold + Copyright (C) 2014-2017 Matthias Förste and is licensed under the GPL version 3, see above.