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 67 68 69 70 71 72 73
|
Source: khelpcenter
Section: doc
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Aurélien COUDERC <coucouf@debian.org>,
Scarlett Moore <sgmoore@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-kf6,
dh-sequence-python3,
cmake (>= 3.16~),
extra-cmake-modules (>= 6.0.0~),
gettext,
libkf6archive-dev (>= 6.0.0~),
libkf6bookmarks-dev (>= 6.0.0~),
libkf6completion-dev (>= 6.0.0~),
libkf6config-dev (>= 6.0.0~),
libkf6configwidgets-dev (>= 6.0.0~),
libkf6coreaddons-dev (>= 6.0.0~),
libkf6dbusaddons-dev(>= 6.0.0~),
libkf6doctools-dev (>= 6.0.0~),
libkf6i18n-dev (>= 6.0.0~),
libkf6kio-dev (>= 6.0.0~),
libkf6service-dev (>= 6.0.0~),
libkf6texttemplate-dev (>= 6.0.0~),
libkf6widgetsaddons-dev (>= 6.0.0~),
libkf6windowsystem-dev (>= 6.0.0~),
libkf6xmlgui-dev (>= 6.0.0~),
libxapian-dev,
libxml2-dev,
pkgconf,
qt6-base-dev (>= 6.5.0+dfsg~),
qt6-webengine-dev (>= 6.5.0+dfsg~),
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://apps.kde.org/khelpcenter/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/khelpcenter
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/khelpcenter.git
Package: khelpcenter
Architecture: any
Depends: kdoctools6,
khelpcenter-data (>= ${source:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Recommends: man-db,
Breaks: khelpcenter-data (<< 4:24.12.2-1~),
Replaces: khelpcenter-data (<< 4:24.12.2-1~),
Description: search and read system documentation
KHelpCenter is an application to search and read documentation for
applications, modules, libraries, and system utilities.
.
It collects documentation from various sources (KDE community, man pages, etc)
and displays them in one window.
.
This package is part of the KDE System module.
Package: khelpcenter-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Breaks: khelpcenter (<< 4:24.05.2-1~),
Replaces: khelpcenter (<< 4:24.05.2-1~),
Description: search and read system documentation data
KHelpCenter is an application to search and read documentation for
applications, modules, libraries, and system utilities.
.
It collects documentation from various sources (KDE community, man pages, etc)
and displays them in one window.
.
This package is part of the KDE System module.
.
This package contains the data files.
|