chiark / gitweb /
update debian build/run deps
[disorder] / debian / control
... / ...
CommitLineData
1Source: disorder
2Maintainer: Richard Kettlewell <richard+disorder@sfere.greenend.org.uk>
3Priority: optional
4Standards-Version: 3.0.1.0
5Build-Depends: libgc6-dev | libgc-dev, libgcrypt-dev, libdb4.3-dev, libpcre3-dev, libvorbis-dev, libmad0-dev, libasound2-dev, libao-dev, python, libflac-dev, libgtk2.0-dev
6
7Package: disorder
8Architecture: any
9Section: sound
10Priority: extra
11Depends: httpd,pwgen,sox,debconf,${shlibs:Depends}
12Suggests: disorder-playrtp,disobedience
13Description: Play random or selected digital audio files continuously
14 Controlled from the command line or via a web-based interface.
15
16Package: disorder-playrtp
17Architecture: any
18Section: sound
19Priority: extra
20Depends: ${shlibs:Depends}
21Description: Network play client for DisOrder
22 Plays RTP streams issued by DisOrder. This is only useful if you
23 have an install of the disorder package somewhere.
24
25Package: disobedience
26Architecture: any
27Section: sound
28Priority: extra
29Depends: ${shlibs:Depends}
30Suggests: disorder-playrtp
31Description: Controller GUI for DisOrder
32 Allows DisOrder users to remotely control what is played, etc.
33 This is only useful if you have an install of the disorder package
34 somewhere.