From 0153acbc4bb1b02e2feed4929458a4d365a79aef Mon Sep 17 00:00:00 2001 Message-Id: <0153acbc4bb1b02e2feed4929458a4d365a79aef.1714388868.git.mdw@distorted.org.uk> From: Mark Wooding Date: Tue, 1 Jan 2008 15:00:32 +0000 Subject: [PATCH] disorder-server.deb requires mktemp in its postinst 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 a1523aa..78f86b1 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,${shlibs:Depends} +Depends: disorder,httpd-cgi,sox,debconf,mktemp,${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]