X-Git-Url: https://git.ralfj.de/osspd.git/blobdiff_plain/ca40ad12786733a136f5e932c80e8f428f6c7db8..feef9ed4b1c595757f6147c7c65e3691c177b77f:/debian/control diff --git a/debian/control b/debian/control index 48acb03..29d6ac2 100644 --- a/debian/control +++ b/debian/control @@ -5,11 +5,31 @@ Maintainer: Ralf Jung Build-Depends: debhelper (>= 9), libasound2-dev, libfuse-dev, libpulse-dev Standards-Version: 3.9.3 Homepage: http://sourceforge.net/projects/osspd/ +Vcs-Browser: http://www.ralfj.de/git/osspd.git +Vcs-Git: git://ralfj.de/osspd.git Package: osspd -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, pulseaudio +Architecture: linux-any +Depends: ${misc:Depends}, ${shlibs:Depends}, lsb-base (>= 3.2-14) +Recommends: 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 forwarding OSS sound streams to PulseAudio and ALSA. + . + Actually emulating the OSS devices makes for a more robust emulation compared + to OSS wrappers using LD_PRELOAD, like aoss and padsp. It also works better + when running foreign-architecture applications or using old libc versions for + compatibility reasons. + +Package: osspd-dbg +Architecture: linux-any +Depends: ${misc:Depends}, osspd (= ${binary:Version}) +Section: debug +Priority: extra +Description: OSS Proxy Daemon: Debugging symbols + OSS Proxy Daemon is a Linux userland OSS sound device (/dev/[a]dsp and + /dev/mixer) implementation using CUSE. Currently it supports + forwarding OSS sound streams to PulseAudio and ALSA. + . + This package contains the debugging symbols for the OSS Proxy Daemon.