From 77c1f52fc47c8a5ace011dffb4e9d91b8ffa65a0 Mon Sep 17 00:00:00 2001 Message-Id: <77c1f52fc47c8a5ace011dffb4e9d91b8ffa65a0.1716837792.git.mdw@distorted.org.uk> From: Mark Wooding Date: Tue, 10 Jul 2018 11:30:43 +0100 Subject: [PATCH] debian/control: Remove server dependency on `sox'. Organization: Straylight/Edgeware From: Mark Wooding It's not needed because the Debian build always uses `libsamplerate'. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 7a03d5e..69a47c2 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Package: disorder-server Architecture: any Section: sound Priority: extra -Depends: disorder,httpd-cgi,sox,debconf,${shlibs:Depends},exim4|mail-transport-agent,adduser +Depends: disorder,httpd-cgi,debconf,${shlibs:Depends},exim4|mail-transport-agent,adduser Suggests: disorder-playrtp,disobedience Description: Play random or selected digital audio files continuously DisOrder is a software jukebox. It can play OGG, MP3, WAV and FLAC files, -- [mdw]