[neon/kf6/kf6-sonnet/Neon/stable] debian: make it a hard dep so we stop getting bug reports
Carlos De Maine
null at kde.org
Mon Jan 15 05:07:56 GMT 2024
Git commit 6b7ad7e946fbdcdd29312d7436b4361ffd551659 by Carlos De Maine.
Committed on 15/01/2024 at 06:07.
Pushed by carlosdem into branch 'Neon/stable'.
make it a hard dep so we stop getting bug reports
(cherry picked from commit e089ff86eb561a9c1f6b5e706a40b16427fab225)
M +3 -2 debian/control
https://invent.kde.org/neon/kf6/kf6-sonnet/-/commit/6b7ad7e946fbdcdd29312d7436b4361ffd551659
diff --git a/debian/control b/debian/control
index 7b4cef3..8c16715 100644
--- a/debian/control
+++ b/debian/control
@@ -30,8 +30,9 @@ Package: kf6-sonnet
Architecture: any
Section: kde
X-Neon-MergedPackage: true
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Suggests: hspell
+Depends: hspell,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: spell checking library for Qt (documentation)
Sonnet is a Qt based library that offers easy access to spell
checking using various plugin based backends. It is part of KDE
More information about the Neon-commits
mailing list