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
|
Source: akonadi-notes
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>,
Sandro Knauß <hefee@debian.org>,
Sune Vuorela <sune@debian.org>,
Patrick Franz <deltaone@debian.org>,
Build-Depends: cmake (>= 3.16~),
debhelper-compat (= 13),
extra-cmake-modules (>= 5.99.0~),
libkf5i18n-dev (>= 5.99.0~),
libkf5mime-dev (>= 22.12.3~),
pkg-config,
pkg-kde-tools (>= 0.12),
qtbase5-dev (>= 5.15.2~),
Standards-Version: 4.6.2
Homepage: https://invent.kde.org/pim/akonadi-notes
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/akonadi-notes
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/akonadi-notes.git
Rules-Requires-Root: no
Package: libkf5akonadinotes-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libkf5akonadinotes5 (= ${binary:Version}),
libkf5i18n-dev (>= 5.99.0~),
libkf5mime-dev (>= 22.12.3~),
qtbase5-dev (>= 5.15.2~),
${misc:Depends},
${shlibs:Depends},
Description: Akonadi notes access library - development files
This library provides notes manipulation helpers using the
Akonadi PIM data server.
.
This package is part of the KDE Development Platform PIM libraries module.
.
This package contains the development files.
Package: libkf5akonadinotes5
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: Akonadi notes access library
This library provides notes manipulation helpers using the
Akonadi PIM data server.
.
This package is part of the KDE Development Platform PIM libraries module.
Provides: ${ABI:VirtualPackage},
|