Hi, I'm working with Gabriel on this as part of a BSP. Problems experienced
earlier were caused by us trying to build the package in bullseye. We tried
again from bookworm and were able to build the package again.

We've been able to install the package using the attached patch that
doesn't hack around the migration to timidity-daemon. Does this approach
looks OK ?
diff --git a/debian/timidity-daemon.postinst b/debian/timidity-daemon.postinst
index a3610f9..573bc09 100644
--- a/debian/timidity-daemon.postinst
+++ b/debian/timidity-daemon.postinst
@@ -53,14 +53,6 @@ esac
 
 rm -f /etc/timidity/timidity.daemon
 
-# make sure we really stop, because packaging system doesn't
-# understand what we're trying to do with migration to timidity-daemon
-[ -f "/etc/init.d/timidity" ] && if which invoke-rc.d >/dev/null 2>&1; then
-  invoke-rc.d timidity stop
-else
-  /etc/init.d/timidity stop
-fi
-
 #DEBHELPER#
 
 exit 0

Reply via email to