[neon/qt6/qt6-speech/Neon/release] debian: add speech-dispatcher as a runtime dep as speech-to-text won't work with out it

Carlos De Maine null at kde.org
Sat Jan 6 03:38:16 GMT 2024


Git commit 3e8388b4406beb1bc00d9c04c930ea530f9146df by Carlos De Maine.
Committed on 06/01/2024 at 04:38.
Pushed by carlosdem into branch 'Neon/release'.

add speech-dispatcher as a runtime dep as speech-to-text won't work with out it

M  +3    -1    debian/control

https://invent.kde.org/neon/qt6/qt6-speech/-/commit/3e8388b4406beb1bc00d9c04c930ea530f9146df

diff --git a/debian/control b/debian/control
index 13eb0a6..89bc736 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,9 @@ Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: speech-dispatcher, 
+         ${misc:Depends}, 
+         ${shlibs:Depends}
 Provides: libqt6texttospeech6,
           qt6-speech-flite-plugin,
           qt6-speech-speechd-plugin,


More information about the Neon-commits mailing list