diff options
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/init.d | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 7a9bc1f..01f0c9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lcd4linux (0.10.1~rc2-3) unstable; urgency=low + + * Add $remote-fs dependencies to init script. Reported by lintian. + + -- Reinhard Tartler <siretart@tauware.de> Sun, 28 Feb 2010 21:11:54 +0100 + lcd4linux (0.10.1~rc2-2) unstable; urgency=medium * Bugfix: "lcd4linux: FTBFS: undefined reference to `rdtscl'" Patch diff --git a/debian/init.d b/debian/init.d index 0972c90..de4c4dd 100644 --- a/debian/init.d +++ b/debian/init.d @@ -2,8 +2,8 @@ ### BEGIN INIT INFO # Provides: lcd4linux -# Required-Start: -# Required-Stop: +# Required-Start: $remote_fs +# Required-Stop: $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: daemon for driving LCD based displays |