[neon/qt6/qt6-coap/Neon/release] debian: more lints

Carlos De Maine null at kde.org
Sun Feb 9 03:04:19 GMT 2025


Git commit 467e5c970a81115a2f557a01525f02cf5765f783 by Carlos De Maine.
Committed on 09/02/2025 at 03:04.
Pushed by carlosdem into branch 'Neon/release'.

more lints

M  +6    -2    debian/control

https://invent.kde.org/neon/qt6/qt6-coap/-/commit/467e5c970a81115a2f557a01525f02cf5765f783

diff --git a/debian/control b/debian/control
index fc60607..94a2ec0 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,10 @@ Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: qt6-base,
+         qt6-declarative,
+         ${misc:Depends},
+         ${shlibs:Depends},
 Description: Qt Coap Library
  Constrained Application Protocol (CoAP) is a machine-to-machine (M2M)
  web transfer protocol for use with constrained nodes and constrained
@@ -37,7 +40,8 @@ Section: kde
 X-Neon-MergedPackage: true
 Depends: qt6-base-dev,
          qt6-coap (= ${binary:Version}),
-         ${misc:Depends}
+         ${misc:Depends},
+         ${shlibs:Depends}
 Suggests: cmake
 Description: Qt 6 Coap development files
  Qt is a cross-platform C++ application framework. Qt's primary feature


More information about the Neon-commits mailing list