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
|
Source: kmime
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.18.0~),
libkf6codecs-dev (>= 6.18.0~),
libkf6i18n-dev (>= 6.3.0~),
qt6-base-dev (>= 6.7.0~),
qt6-tools-dev (>= 6.6.0~),
Standards-Version: 4.7.3
Homepage: https://invent.kde.org/pim/kmime
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kmime
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kmime.git
Rules-Requires-Root: no
Package: libkmime-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: Arch independent data for library for handling MIME data
This library provides an API for handling MIME data. MIME (Multipurpose
Internet Mail Extensions) is an Internet Standard that extends the format
of e-mail to support text in character sets other than US-ASCII, non-text
attachments, multi-part message bodies, and header information in non-ASCII
character sets.
.
This package contains the arch independent data for KMime.
Package: libkmime-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libkf6codecs-dev (>= 6.18.0~),
libkpim6mime6 (= ${binary:Version}),
qt6-base-dev (>= 6.7.0~),
${misc:Depends},
Description: library for handling MIME data - development files
This library provides an API for handling MIME data. MIME (Multipurpose
Internet Mail Extensions) is an Internet Standard that extends the format
of e-mail to support text in character sets other than US-ASCII, non-text
attachments, multi-part message bodies, and header information in non-ASCII
character sets.
.
This package contains the development files.
Package: libkpim6mime6
Provides: ${ABI:VirtualPackage},
Architecture: any
Multi-Arch: same
Depends: libkmime-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Description: library for handling MIME data
This library provides an API for handling MIME data. MIME (Multipurpose
Internet Mail Extensions) is an Internet Standard that extends the format
of e-mail to support text in character sets other than US-ASCII, non-text
attachments, multi-part message bodies, and header information in non-ASCII
character sets.
.
This package is part of the KDE Development Platform PIM libraries module.
|