# HG changeset patch # User Matthias Förste # Date 1449135651 -3600 # Node ID 7debeb182289c14b3626c2abbf01e7d568e0cb6c # Parent a815b43eec44bde5dde700a0ef1cf437ed85893d fixed lintian warnings; copyright updates; debian changelog diff -r a815b43eec44 -r 7debeb182289 debian/changelog --- a/debian/changelog Thu Dec 03 10:03:30 2015 +0100 +++ b/debian/changelog Thu Dec 03 10:40:51 2015 +0100 @@ -1,3 +1,10 @@ +wgnd-watch (0.2) oldstable stable; urgency=medium + + * $ENV{HOME} may be unset which would produce a warning + * lintian warnings + + -- Matthias Förste Thu, 03 Dec 2015 09:35:20 +0100 + wgnd-watch (0.1) squeeze; urgency=low * Initial Release. diff -r a815b43eec44 -r 7debeb182289 debian/control --- a/debian/control Thu Dec 03 10:03:30 2015 +0100 +++ b/debian/control Thu Dec 03 10:40:51 2015 +0100 @@ -3,7 +3,7 @@ Priority: extra Maintainer: Matthias Förste Build-Depends: debhelper (>= 7.0.50~) -Standards-Version: 3.8.4 +Standards-Version: 3.9.6 Homepage: https://ssl.schlittermann.de/hg/ius/wgnd-watch #Vcs-hg: https://ssl.schlittermann.de/hg/ius/wgnd-watch #Vcs-Browser: https://ssl.schlittermann.de/hg/ius/wgnd-watch diff -r a815b43eec44 -r 7debeb182289 debian/copyright --- a/debian/copyright Thu Dec 03 10:03:30 2015 +0100 +++ b/debian/copyright Thu Dec 03 10:40:51 2015 +0100 @@ -6,13 +6,13 @@ https://ssl.schlittermann.de/hg/ius/wgnd-watch -Upstream Author(s): +Upstream Author: Matthias Förste Copyright: - Copyright (C) 2012 Matthias Förste + Copyright (C) 2012-2015 Matthias Förste License: @@ -34,6 +34,6 @@ The Debian packaging is: - Copyright (C) 2012 Matthias Förste + Copyright (C) 2012-2015 Matthias Förste and is licensed under the GPL version 3, see above. diff -r a815b43eec44 -r 7debeb182289 rc.wgnd-watch.in --- a/rc.wgnd-watch.in Thu Dec 03 10:03:30 2015 +0100 +++ b/rc.wgnd-watch.in Thu Dec 03 10:40:51 2015 +0100 @@ -14,6 +14,8 @@ DAEMON=__sbindir__/wgnd-watch PIDFILE=/var/run/`basename $DAEMON`.pid +. /lib/lsb/init-functions + case $1 in start) diff -r a815b43eec44 -r 7debeb182289 wgnd-watch.pl --- a/wgnd-watch.pl Thu Dec 03 10:03:30 2015 +0100 +++ b/wgnd-watch.pl Thu Dec 03 10:40:51 2015 +0100 @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2012 Matthias Förste +# Copyright (C) 2012-2015 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