diff options
-rw-r--r-- | debian/control | 3 | ||||
-rwxr-xr-x | midiplay | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 60a9369..b910337 100644 --- a/debian/control +++ b/debian/control @@ -3,13 +3,12 @@ Section: sound Priority: optional Maintainer: Roland Reichwein <mail@reichwein.it> Build-Depends: debhelper, clang, libfmt-dev, libboost-dev, libfcgi-dev, libreichwein-dev, libasound2-dev -Depends: nginx, alsa-utils, spawn-fcgi Standards-Version: 4.5.0 Homepage: http://www.reichwein.it/midiplay/ Package: midiplay Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, nginx, alsa-utils, spawn-fcgi Homepage: http://www.reichwein.it/midiplay/ Description: Software system for MIDIPLAY MIDIPLAY is a combined hardware-software solution to generate an MIDI @@ -1,3 +1,3 @@ #!/bin/bash -spawn-fcgi -a 127.0.0.1 -p 9090 -n -- /usr/bin/midiplay-fcgi +spawn-fcgi -a 127.0.0.1 -p 9090 -n -- /usr/lib/midiplay/midiplay-fcgi |