fixed lintian warnings; copyright updates; debian changelog
authorMatthias Förste <foerste@schlittermann.de>
Thu, 03 Dec 2015 10:40:51 +0100
changeset 27 7debeb182289
parent 26 a815b43eec44
child 28 924723fc873e
fixed lintian warnings; copyright updates; debian changelog
debian/changelog
debian/control
debian/copyright
rc.wgnd-watch.in
wgnd-watch.pl
--- 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 <foerste@schlittermann.de>  Thu, 03 Dec 2015 09:35:20 +0100
+
 wgnd-watch (0.1) squeeze; urgency=low
 
   * Initial Release.
--- 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 <foerste@schlittermann.de>
 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
--- 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 <foerste@schlittermann.de>
 
 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 <foerste@schlittermann.de>
+    Copyright (C) 2012-2015 Matthias Förste <foerste@schlittermann.de>
 
 and is licensed under the GPL version 3, see above.
--- 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)	
--- 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