From 195c7e69d3e2fa1e41e4719f7d678b940782fea3 Mon Sep 17 00:00:00 2001 Message-Id: <195c7e69d3e2fa1e41e4719f7d678b940782fea3.1716254467.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 20 Apr 2008 14:18:52 +0100 Subject: [PATCH] mktemp is (1) Essential: yes and (2) not in dapper (which has it in debianutils), so there's nothing to be gained and much to be lost by depending on it. Organization: Straylight/Edgeware From: Richard Kettlewell --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index aa63349..0054b60 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Package: disorder-server Architecture: any Section: sound Priority: extra -Depends: disorder,httpd-cgi,sox,debconf,mktemp,${shlibs:Depends} +Depends: disorder,httpd-cgi,sox,debconf,${shlibs:Depends} 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]