From cbaf3ad73900f63eae0add0e33439a1bf04b5a1e Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Thu, 5 Apr 2007 15:37:52 +0200 Subject: * add LSB keyword section --- debian/changelog | 3 ++- debian/init.d | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) (limited to 'debian') 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 Thu, 5 Apr 2007 15:25:47 +0200 + -- Reinhard Tartler 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 -- cgit v1.2.3