1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: kf6-kded
Section: libs
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Aurélien COUDERC <coucouf@debian.org>,
Patrick Franz <deltaone@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-kf6,
dh-sequence-pkgkde-symbolshelper,
cmake (>= 3.27~),
extra-cmake-modules (>= 6.23.0~),
libkf6config-dev (>= 6.23.0~),
libkf6coreaddons-dev (>= 6.23.0~),
libkf6crash-dev (>= 6.23.0~),
libkf6dbusaddons-dev (>= 6.23.0~),
libkf6doctools-dev (>= 6.23.0~),
libkf6service-dev (>= 6.23.0~),
libxkbcommon-dev,
qt6-base-dev (>= 6.8.0~),
Standards-Version: 4.7.3
Homepage: https://invent.kde.org/frameworks/kded
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kf6-kded
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kf6-kded.git
Package: kded6
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Description: Extensible daemon for providing session services
KDED runs in the background and performs a number of small tasks.
Some of these tasks are built in, others are started on demand.
Package: kded6-dev
Section: libdevel
Architecture: any
Depends: kded6 (= ${binary:Version}),
libkf6coreaddons-dev (>= 6.23.0~),
libkf6crash-dev (>= 6.23.0~),
libkf6dbusaddons-dev (>= 6.23.0~),
libkf6service-dev (>= 6.23.0~),
${misc:Depends},
Description: Extensible daemon for providing session services
KDED runs in the background and performs a number of small tasks.
Some of these tasks are built in, others are started on demand.
.
Contains development files.
|