chiark / gitweb /
separate disobedience package; debconf now asks for a port number
[disorder] / debian / control
1 Source: disorder
2 Maintainer: Richard Kettlewell <richard+disorder@sfere.greenend.org.uk>
3 Priority: optional
4 Standards-Version: 3.0.1.0
5 Build-Depends: libgc6-dev | libgc-dev, libgcrypt-dev, libdb4.3-dev, libpcre3-dev, libvorbis-dev, libmad0-dev, libasound2-dev, libao-dev, python
6
7 Package: disorder
8 Architecture: any
9 Section: sound
10 Priority: extra
11 Depends: httpd,pwgen,mpg321,vorbis-tools,sox,debconf,${shlibs:Depends}
12 Suggests: disorder-playrtp,disobedience
13 Description: Play random or selected digital audio files continuously
14  Controlled from the command line or via a web-based interface.
15
16 Package: disorder-playrtp
17 Architecture: any
18 Section: sound
19 Priority: extra
20 Depends: ${shlibs:Depends}
21 Description: 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
25 Package: disobedience
26 Architecture: any
27 Section: sound
28 Priority: extra
29 Depends: ${shlibs:Depends}
30 Suggests: disorder-playrtp
31 Description: 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.