From: Ralf Jung Date: Sat, 15 Sep 2012 16:12:40 +0000 (+0200) Subject: Depend on lsb-base, as indicated by initscript skeleton X-Git-Tag: debian/1.3.2-1~4 X-Git-Url: https://git.ralfj.de/osspd.git/commitdiff_plain/c079c1c9997404e5063027dde3caa48da90316ba Depend on lsb-base, as indicated by initscript skeleton --- diff --git a/debian/control b/debian/control index 48acb03..753422b 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: http://sourceforge.net/projects/osspd/ Package: osspd Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, pulseaudio +Depends: ${misc:Depends}, ${shlibs:Depends}, lsb-base (>= 3.2-14), pulseaudio Description: OSS Proxy Daemon: Userland OSS emulation OSS Proxy Daemon is a Linux userland OSS sound device (/dev/[a]dsp and /dev/mixer) implementation using CUSE. Currently it supports diff --git a/debian/osspd.init b/debian/osspd.init index 40d080a..c95885a 100644 --- a/debian/osspd.init +++ b/debian/osspd.init @@ -25,8 +25,6 @@ SCRIPTNAME=/etc/init.d/$NAME [ -x "$DAEMON" ] || exit 0 # Define LSB log_* functions. -# Depend on lsb-base (>= 3.2-14) to ensure that this file is present -# and status_of_proc is working. . /lib/lsb/init-functions #