4 Maintainer: Ralf Jung <post@ralfj.de>
5 Build-Depends: debhelper (>= 9), libasound2-dev, libfuse-dev, libpulse-dev
6 Standards-Version: 3.9.3
7 Homepage: http://sourceforge.net/projects/osspd/
8 Vcs-Browser: http://www.ralfj.de/git/osspd.git
9 Vcs-Git: git://ralfj.de/osspd.git
12 Architecture: linux-any
14 Depends: ${misc:Depends}, ${shlibs:Depends}, lsb-base (>= 3.2-14)
16 Recommends: pulseaudio
17 Description: OSS Proxy Daemon: Userland OSS emulation
18 OSS Proxy Daemon is a Linux userland OSS sound device (/dev/[a]dsp and
19 /dev/mixer) implementation using CUSE. Currently it supports
20 forwarding OSS sound streams to PulseAudio and ALSA.
22 Actually emulating the OSS devices makes for a more robust emulation compared
23 to OSS wrappers using LD_PRELOAD, like aoss and padsp. It also works better
24 when running foreign-architecture applications or using old libc versions for
25 compatibility reasons.
28 Architecture: linux-any
29 Depends: ${misc:Depends}, osspd (= ${binary:Version})
32 Description: OSS Proxy Daemon: Debugging symbols
33 OSS Proxy Daemon is a Linux userland OSS sound device (/dev/[a]dsp and
34 /dev/mixer) implementation using CUSE. Currently it supports
35 forwarding OSS sound streams to PulseAudio and ALSA.
37 This package contains the debugging symbols for the OSS Proxy Daemon.