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
|
Source: ktnef
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: cmake (>= 3.16~),
debhelper-compat (= 13),
extra-cmake-modules (>= 5.99.0~),
gettext,
libkf5calendarcore-dev (>= 5:5.99.0~),
libkf5calendarutils-dev (>= 4:22.12.3~),
libkf5contacts-dev (>= 5:5.99.0~),
libkf5i18n-dev (>= 5.99.0~),
pkg-kde-tools (>> 0.15.15),
qtbase5-dev (>= 5.15.2~),
Standards-Version: 4.6.2
Homepage: https://invent.kde.org/pim/ktnef
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/ktnef
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/ktnef.git
Rules-Requires-Root: no
Package: libkf5tnef-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libkf5calendarcore-dev (>= 5:5.99.0~),
libkf5tnef5 (= ${binary:Version}),
${misc:Depends},
Description: library for handling TNEF data - development files
Ktnef is a library for handling data in the TNEF format (Transport Neutral
Encapsulation Format, a proprietary format of e-mail attachment used by
Microsoft Outlook and Microsoft Exchange Server). The API permits access
to the actual attachments, the message properties (TNEF/MAPI), and allows
one to view/extract message formatted text in Rich Text Format.
.
This package contains the development files.
Package: libkf5tnef5
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: library for handling TNEF data
Ktnef is a library for handling data in the TNEF format (Transport Neutral
Encapsulation Format, a proprietary format of e-mail attachment used by
Microsoft Outlook and Microsoft Exchange Server). The API permits access
to the actual attachments, the message properties (TNEF/MAPI), and allows
one to view/extract message formatted text in Rich Text Format.
Provides: ${ABI:VirtualPackage},
|