diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/init.d | 10 |
2 files changed, 12 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e2f6de7..25b6673 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ lcd4linux (0.10.1~rc1-1) unstable; urgency=low * New upstream release + * add LSB keyword section - -- Reinhard Tartler <siretart@tauware.de> Thu, 5 Apr 2007 15:25:47 +0200 + -- Reinhard Tartler <siretart@tauware.de> Thu, 5 Apr 2007 15:37:46 +0200 lcd4linux (0.10.0+cvs20060825-1) unstable; urgency=medium diff --git a/debian/init.d b/debian/init.d index 70b47c4..6b0501e 100644 --- a/debian/init.d +++ b/debian/init.d @@ -1,5 +1,15 @@ #! /bin/sh +### BEGIN INIT INFO +# Provides: lcd4linux +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: daemon for driving LCD based displays +# Description: LCD4Linux is a small program that grabs information from +# the kernel and some subsystems and displays it on an +# external liquid crystal display. +### END INIT INFO + PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin DAEMON=/usr/sbin/lcd4linux NAME=lcd4linux |