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
|
Source: gtkspellmm
Section: libs
Priority: optional
Maintainer: Philip Rinn <rinni@inventati.org>
Build-Depends: debhelper (>= 9), libtool, dh-autoreconf, doxygen, xsltproc,
mm-common, libgtkspell3-3-dev (>= 3.0.3), libgtkmm-3.0-dev
Standards-Version: 3.9.5
Homepage: http://gtkspell.sourceforge.net
Vcs-Git: git://anonscm.debian.org/collab-maint/gtkspellmm.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/gtkspellmm.git;a=summary
Package: libgtkspellmm-3.0-0
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: C++ wrapper library for GtkSpell (shared libraries)
GtkSpellmm provides C++ bindings for the GtkSpell spell-checking library.
GtkSpell provides LibreOffice-style highlighting of misspelled words in a
GtkTextView widget. Right-clicking a misspelled word pops up a menu of
suggested replacements.
.
This package contains the shared libraries.
Package: libgtkspellmm-3.0-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libgtkspellmm-3.0-0 (= ${binary:Version}),
libgtkspell3-3-dev (>= 3.0.3), libgtkmm-3.0-dev
Suggests: libgtkspellmm-3.0-doc
Multi-Arch: same
Description: C++ wrapper library for GtkSpell (development files)
GtkSpellmm provides C++ bindings for the GtkSpell spell-checking library.
GtkSpell provides LibreOffice-style highlighting of misspelled words in a
GtkTextView widget. Right-clicking a misspelled word pops up a menu of
suggested replacements.
.
This package contains the development libraries and header
files needed by C++ programs that want to compile with GtkSpell.
Package: libgtkspellmm-3.0-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: www-browser
Description: C++ wrappers for GtkSpell (documentation)
GtkSpellmm provides C++ bindings for the GtkSpell spell-checking library.
GtkSpell provides LibreOffice-style highlighting of misspelled words in a
GtkTextView widget. Right-clicking a misspelled word pops up a menu of
suggested replacements.
.
This package contains the HTML reference documentation.
|