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
|
Source: kded
Section: libs
Priority: optional
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),
cmake (>= 3.16~),
extra-cmake-modules (>= 5.116.0~),
libkf5config-dev (>= 5.116.0~),
libkf5coreaddons-dev (>= 5.116.0~),
libkf5crash-dev (>= 5.116.0~),
libkf5dbusaddons-dev (>= 5.116.0~),
libkf5doctools-dev (>= 5.116.0~),
libkf5service-dev (>= 5.116.0~),
pkg-kde-tools (>= 0.15.15ubuntu1~),
qtbase5-dev (>= 5.15.2~),
Standards-Version: 4.7.2
Homepage: https://invent.kde.org/frameworks/kded
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kded
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kded.git
Rules-Requires-Root: no
Package: kded5
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: kded5-dev
Section: libdevel
Architecture: any
Depends: kded5 (= ${binary:Version}),
libkf5coreaddons-dev (>= 5.116.0~),
libkf5crash-dev (>= 5.116.0~),
libkf5dbusaddons-dev (>= 5.116.0~),
libkf5service-dev (>= 5.116.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.
|