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
|
Source: kpmcore
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Aurélien COUDERC <coucouf@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-kf6,
cmake (>= 3.16~),
extra-cmake-modules (>= 5.240.0~),
gettext,
libblkid-dev (>= 2.33.2),
libkf6coreaddons-dev (>= 5.240.0~),
libkf6i18n-dev (>= 5.240.0~),
libkf6widgetsaddons-dev (>= 5.240.0~),
libpolkit-qt6-1-dev,
pkgconf,
qt6-base-dev (>= 6.5.0~),
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://invent.kde.org/system/kpmcore
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kpmcore
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kpmcore.git
Package: libkpmcore13
Architecture: any
Multi-Arch: same
Depends: fdisk,
${misc:Depends},
${shlibs:Depends},
Breaks: libkpmcore10,
libkpmcore11,
libkpmcore12,
Replaces: libkpmcore10,
libkpmcore11,
libkpmcore12,
Description: KDE Partition Manager Core
KDE Partition Manager Core (KPM core) allows software to re-use
common partitioning GUI tasks.
.
It is used by the generic system installer called Calamares
as well as the KDE Partition Manager application.
Package: libkpmcore-dev
Section: libdevel
Architecture: any
Depends: libkpmcore13 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
Description: KDE Partition Manager Core development files
KDE Partition Manager Core (KPM core) allows software to re-use
common partitioning GUI tasks.
.
It is used by the generic system installer called Calamares
as well as the KDE Partition Manager application.
.
This package contains development files for kpmcore.
|