From 8afdd6802f9a1142284b6ce2cf7ce349dcee3148 Mon Sep 17 00:00:00 2001 Message-Id: <8afdd6802f9a1142284b6ce2cf7ce349dcee3148.1715314179.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 30 Sep 2007 12:59:03 +0100 Subject: [PATCH] update debian build/run deps Organization: Straylight/Edgeware From: rjk@greenend.org.uk <> --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index f02e0cb..98b7a23 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,13 @@ Source: disorder Maintainer: Richard Kettlewell 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,debconf,${shlibs:Depends} +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. -- [mdw]