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 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
Source: enchant
Section: devel
Priority: optional
Maintainer: Prach Pongpanich <prach@debian.org>
Build-Depends: chrpath,
dh-autoreconf,
debhelper (>= 9),
hspell (>= 0.7-2),
libdbus-1-dev,
libdbus-glib-1-dev,
libglib2.0-dev,
libhunspell-dev (>= 1.1.5-2),
libpspell-dev (>= 0.60.3-3),
libvoikko-dev,
libz-dev
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/collab-maint/enchant.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/enchant.git
Homepage: http://www.abisource.com/projects/enchant/
Package: libenchant-dev
Section: libdevel
Architecture: any
Depends: libenchant1c2a (= ${binary:Version}), libglib2.0-dev, ${misc:Depends}
Description: Wrapper library for various spell checker engines (development)
Enchant is a generic spell checking library which uses existing
spell checker engines such as ispell, aspell and myspell as its backends.
.
Enchant steps in to provide uniformity and conformity on top of these
libraries, and implement certain features that may be lacking in any
individual provider library.
.
This package contains files needed for development with Enchant.
Package: libenchant1c2a
Section: libs
Architecture: any
Multi-Arch: same
Depends: aspell-en | myspell-dictionary | aspell-dictionary | ispell-dictionary | hunspell-dictionary,
${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Breaks: ispell (<< 3.3.02), libenchant1, libenchant1c2
Recommends: enchant
Replaces: libenchant-dev (<< 1.1.1++cvs.2003.11.08), libenchant1, libenchant1c2
Suggests: libenchant-voikko
Description: Wrapper library for various spell checker engines (runtime libs)
Enchant is a generic spell checking library which uses existing
spell checker engines such as ispell, aspell and myspell as its backends.
.
Enchant steps in to provide uniformity and conformity on top of these
libraries, and implement certain features that may be lacking in any
individual provider library.
.
This package contains the shared library and non-Voikko enchant plugins.
Package: libenchant-voikko
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Breaks: libenchant1c2a (= 1.4.2-3)
Replaces: libenchant1c2a (= 1.4.2-3)
Description: Voikko spell-checker libenchant plugin
Voikko is a Finnish spell-checker and hyphenator based on Malaga and
Suomi-Malaga.
.
This package contains a libenchant provider plugin that allows using Voikko in
any application that uses enchant library for spell-checking, such as
Abiword.
Package: enchant
Section: text
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: libenchant1c2a (<< 1.6.0-4)
Replaces: libenchant1c2a (<< 1.6.0-4)
Description: Wrapper for various spell checker engines (binary programs)
Enchant is a generic spell checking library which uses existing
spell checker engines such as ispell, aspell and myspell as its backends.
.
Enchant steps in to provide uniformity and conformity on top of these
libraries, and implement certain features that may be lacking in any
individual provider library.
.
This package contains standalone runtime binary programs.
|