Package: anorack Version: 0.2.7-3 Tags: patch anorack uses eSpeak's shared library, not the command-line tool. The attached patch fixes the dependency.
-- Jakub Wilk
diff -Nru anorack-0.2.7/debian/control anorack-0.2.7/debian/control --- anorack-0.2.7/debian/control 2022-10-31 18:39:00.000000000 +0100 +++ anorack-0.2.7/debian/control 2022-12-30 22:48:44.000000000 +0100 @@ -17,7 +17,7 @@ Package: anorack Architecture: all -Depends: espeak-ng, +Depends: libespeak-ng1 | libespeak1, python3, ${misc:Depends}, ${python3:Depends},