From 67ffb3137622a458effab4f0c16bf9afee63aa9e Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Wed, 27 Apr 2011 20:25:22 +0200 Subject: Bug fix: "script lcd4linux/init.d/lcd4linux missing dependency on $syslog", thanks to Petter Reinholdtsen (Closes: #582825). --- debian/changelog | 4 +++- debian/init.d | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d2cf8a4..253df40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,10 @@ lcd4linux (0.11.0~svn1143-1) UNRELEASED; urgency=low * No longer compile against Python. Python 2.6 now links against libssl, which is in conflicts with the package license GPL. * No longer build the mpd module. Closes: #578226 + * Bug fix: "script lcd4linux/init.d/lcd4linux missing dependency on + $syslog", thanks to Petter Reinholdtsen (Closes: #582825). - -- Reinhard Tartler Wed, 27 Apr 2011 19:28:45 +0200 + -- Reinhard Tartler Wed, 27 Apr 2011 20:25:03 +0200 lcd4linux (0.10.1~rc2-4) unstable; urgency=low diff --git a/debian/init.d b/debian/init.d index df486e7..d9c29f7 100644 --- a/debian/init.d +++ b/debian/init.d @@ -4,6 +4,8 @@ # Provides: lcd4linux # Required-Start: $remote_fs # Required-Stop: $remote_fs +# Should-Start: $syslog +# Should-Stop: $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: daemon for driving LCD based displays -- cgit v1.2.3