[neon/kf6/kf6-sonnet/Neon/unstable] debian: make it a hard dep so we stop getting bug reports

Carlos De Maine null at kde.org
Mon Jan 15 05:07:36 GMT 2024


Git commit e089ff86eb561a9c1f6b5e706a40b16427fab225 by Carlos De Maine.
Committed on 15/01/2024 at 06:07.
Pushed by carlosdem into branch 'Neon/unstable'.

make it a hard dep so we stop getting bug reports

M  +3    -2    debian/control

https://invent.kde.org/neon/kf6/kf6-sonnet/-/commit/e089ff86eb561a9c1f6b5e706a40b16427fab225

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