[neon/kf6/kf6-kdnssd/Neon/unstable] debian: dev deps

Jonathan Esk-Riddell null at kde.org
Wed Feb 1 16:04:48 GMT 2023


Git commit c51618c2b4207063d39a00334125b70135cc055e by Jonathan Esk-Riddell.
Committed on 01/02/2023 at 16:04.
Pushed by jriddell into branch 'Neon/unstable'.

dev deps

M  +3    -5    debian/control

https://invent.kde.org/neon/kf6/kf6-kdnssd/commit/c51618c2b4207063d39a00334125b70135cc055e

diff --git a/debian/control b/debian/control
index 9caf20d..fe83446 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: cmake,
                libavahi-common-dev,
                pkg-kde-tools-neon,
                qt6-base-dev,
-               qt6-tools-dev,
+               qt6-tools-dev
 Standards-Version: 4.1.4
 Homepage: https://projects.kde.org/projects/frameworks/kdnssd
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kdnssd
@@ -20,8 +20,7 @@ Package: kf6-kdnssd
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: ${misc:Depends},
-         ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Abstraction to system DNSSD features.
  KDNSSD is a library for handling the DNS-based
  Service Discovery Protocol (DNS-SD), the layer of
@@ -33,8 +32,7 @@ Package: kf6-kdnssd-dev
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: kf6-kdnssd (= ${binary:Version}),
-         ${misc:Depends}
+Depends: kf6-kdnssd (= ${binary:Version}), qt6-base-dev, ${misc:Depends}
 Description: development files for kdnssd
  KDNSSD is a library for handling the DNS-based
  Service Discovery Protocol (DNS-SD), the layer of


More information about the Neon-commits mailing list