summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2025-01-19 17:09:34 +0100
committerRoland Reichwein <mail@reichwein.it>2025-01-19 17:09:34 +0100
commitb938bd34e29ef5cee986540752badbd19b2f0a2e (patch)
tree5d0aff99b4cc46b49d99a538d47d96138a88e92b
parent926be3b8db12d9105a49f8a9a5f695f12d7aea12 (diff)
Fix debian package
-rw-r--r--debian/control3
-rwxr-xr-xmidiplay2
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
diff --git a/midiplay b/midiplay
index 4da7dda..499774e 100755
--- a/midiplay
+++ b/midiplay
@@ -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