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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
Source: calendarsupport
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Sandro Knauß <hefee@debian.org>, Patrick Franz <deltaone@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-kf6,
cmake (>= 3.16~),
extra-cmake-modules (>= 6.6.0~),
gettext,
libakonadi-dev (>= 4:24.12.3~),
libakonadicalendar-dev (>= 4:24.12.3~),
libkcalendarutils-dev (>= 4:24.12.3~),
libkf6calendarcore-dev (>= 6.6.0~),
libkf6codecs-dev (>= 6.6.0~),
libkf6guiaddons-dev (>= 6.6.0~),
libkf6holidays-dev (>= 6.6.0~),
libkf6i18n-dev (>= 6.6.0~),
libkf6kio-dev (>= 6.6.0~),
libkidentitymanagement-dev (>= 24.12.3~),
libkmime-dev (>= 24.12.3~),
libktextaddons-dev (>= 1.5.4~),
qt6-base-dev (>= 6.7.0~),
xauth,
xvfb,
Standards-Version: 4.7.2
Homepage: https://invent.kde.org/pim/calendarsupport
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/calendarsupport
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/calendarsupport.git
Rules-Requires-Root: no
Package: libcalendarsupport-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: KDE PIM Calendar support - data files
This library provides calendar support for KDE PIM.
.
This package provides data files used by the library.
Package: libcalendarsupport-dev
Section: libdevel
Architecture: amd64 arm64 armhf i386
Multi-Arch: same
Depends: libakonadicalendar-dev (>= 4:24.12.3~),
libkidentitymanagement-dev (>= 24.12.3~),
libkmime-dev (>= 24.12.3~),
libkpim6calendarsupport6 (= ${binary:Version}),
qt6-base-dev (>= 6.7.0~),
${misc:Depends},
Description: KDE PIM Calendar support - development files
This library provides calendar support for KDE PIM.
.
This package provides development files.
Package: libkpim6calendarsupport6
Provides: ${ABI:VirtualPackage},
Architecture: amd64 arm64 armhf i386
Multi-Arch: same
Depends: libcalendarsupport-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Description: KDE PIM Calendar support - library
This library provides calendar support for KDE PIM.
.
This package provides the shared libraries.
|