debuild cleanup
[rrq/newlisp/alsa-dispatcher.git] / debian / control
1 Source: alsa-dispatcher
2 Section: sound
3 Priority: optional
4 Maintainer: Ralph Ronnquist <ralph.ronnquist@gmail.com>
5 Build-Depends: debhelper-compat (= 13)
6 Standards-Version: 4.5.1
7 Homepage: https://git.rrq.au/?p=ralph/alsa-dispatcher.git
8 Vcs-Browser: https://git.rrq.au/?p=ralph/alsa-dispatcher.git
9 Vcs-Git: https://git.rrq.au/git/ralph/alsa-dispatcher.git
10 Rules-Requires-Root: no
11
12 Package: alsa-dispatcher
13 Architecture: any
14 Depends: ${shlibs:Depends}, ${misc:Depends}, newlisp
15 Description: ALSA priority dispatcher for occasional playback endpoints.
16  This is an ALSA utility that handles dispatch of audio playback via a
17  priority list of possible endpoints. The dispatch logic works through
18  the list trying to open each ALSA PCM device in order until one
19  succeeds, and thereafter alsa-dispatcher.lsp simply channels the
20  playback audio stream from its standard input to the successfully
21  opened PCM playback device.