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: qtspell
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Scarlett Moore <sgmoore@kde.org>
Build-Depends: cmake (>= 3.0~),
debhelper-compat (= 13),
libenchant-2-dev,
pkg-config,
pkg-kde-tools,
qtbase5-dev,
qttools5-dev (>= 5.10.1~),
Build-Depends-Indep: doxygen,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/manisandro/qtspell
Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/qtspell.git
Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/qtspell
Package: libqtspell-qt5-1
Architecture: any
Multi-Arch: same
Depends: libqtspell-qt5-data (>= ${source:Version}), iso-codes, ${misc:Depends}, ${shlibs:Depends}
Description: Spell checking for Qt5 text widgets library
QtSpell adds spell-checking functionality to Qt5's text widgets, using the
enchant spell-checking library.
.
This package contains the library for qtspell-qt5.
Package: libqtspell-qt5-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Breaks: libqtspell-qt5-0,
Replaces: libqtspell-qt5-0,
Description: Spell checking for Qt5 text widgets library - data files
QtSpell adds spell-checking functionality to Qt5's text widgets, using the
enchant spell-checking library.
.
This package contains the data files for qtspell-qt5.
Package: libqtspell-qt5-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libqtspell-qt5-1 (= ${binary:Version}),
qtbase5-dev,
${misc:Depends},
Description: Development files for libqtspell-qt5
QtSpell adds spell-checking functionality to Qt5's text widgets, using the
enchant spell-checking library.
.
This package contains the headers and libraries for developing applications
with qtspell-qt5 support.
Package: libqtspell-qt5-html
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: Spell checking for Qt5 text widgets documentation
QtSpell adds spell-checking functionality to Qt5's text widgets, using the
enchant spell-checking library.
.
This package contains the documentation for qtspell-qt5.
|