diff options
author | Roland Reichwein <mail@reichwein.it> | 2025-01-19 17:09:34 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2025-01-19 17:09:34 +0100 |
commit | b938bd34e29ef5cee986540752badbd19b2f0a2e (patch) | |
tree | 5d0aff99b4cc46b49d99a538d47d96138a88e92b | |
parent | 926be3b8db12d9105a49f8a9a5f695f12d7aea12 (diff) |
Fix debian package
-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 |