chiark / gitweb /
update debian build/run deps
[disorder] / debian / control
index 1ea9daddd0e7e6683f0a31a42d1b7973e5d008e3..98b7a233854179509a841025ecd86f6ea40bf46d 100644 (file)
@@ -2,14 +2,33 @@ Source: disorder
 Maintainer: Richard Kettlewell <richard+disorder@sfere.greenend.org.uk>
 Priority: optional
 Standards-Version: 3.0.1.0
-Build-Depends: libgc6-dev | libgc-dev, libgcrypt-dev, libdb4.3-dev, libpcre3-dev, libvorbis-dev, libmad0-dev, libasound2-dev, libao-dev, python
+Build-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
 
 Package: disorder
 Architecture: any
 Section: sound
 Priority: extra
-Depends: httpd,pwgen,mpg321,vorbis-tools,sox,${shlibs:Depends}
-Conflicts: jukebox
+Depends: httpd,pwgen,sox,debconf,${shlibs:Depends}
+Suggests: disorder-playrtp,disobedience
 Description: Play random or selected digital audio files continuously
-  Controlled from the command line or via a web-based interface.
-# arch-tag:747c10dcef548c0ba4ac60fc8864f4fa
+ Controlled from the command line or via a web-based interface.
+
+Package: disorder-playrtp
+Architecture: any
+Section: sound
+Priority: extra
+Depends: ${shlibs:Depends}
+Description: Network play client for DisOrder
+  Plays RTP streams issued by DisOrder.  This is only useful if you
+  have an install of the disorder package somewhere.
+
+Package: disobedience
+Architecture: any
+Section: sound
+Priority: extra
+Depends: ${shlibs:Depends}
+Suggests: disorder-playrtp
+Description: Controller GUI for DisOrder
+  Allows DisOrder users to remotely control what is played, etc.
+  This is only useful if you have an install of the disorder package
+  somewhere.