From c079c1c9997404e5063027dde3caa48da90316ba Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 15 Sep 2012 18:12:40 +0200 Subject: [PATCH] Depend on lsb-base, as indicated by initscript skeleton --- debian/control | 2 +- debian/osspd.init | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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 # -- 2.30.2