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 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
|
Source: gspell
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Tanguy Ortolo <tanguy+debian@ortolo.eu>, Amin Bandali <bandali@ubuntu.com>, Iain Lane <laney@debian.org>, Jeremy BĂcha <jbicha@ubuntu.com>, Laurent Bigonville <bigon@debian.org>
Build-Depends: at-spi2-core <!nocheck>,
dbus <!nocheck>,
debhelper-compat (= 13),
dh-sequence-gir,
dh-sequence-gnome,
gtk-doc-tools (>= 1.24-2),
hunspell-en-us <!nocheck>,
libenchant-2-dev (>= 2.1.3),
libgirepository1.0-dev,
libglib2.0-dev (>= 2.44),
libgtk-3-dev (>= 3.20),
libicu-dev,
meson,
valac,
xauth <!nocheck>,
xvfb <!nocheck>
Build-Depends-Indep: libglib2.0-doc <!nodoc>,
libgtk-3-doc <!nodoc>,
libgtksourceview-4-doc <!nodoc>,
libpango1.0-doc <!nodoc>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/gnome-team/gspell
Vcs-Git: https://salsa.debian.org/gnome-team/gspell.git
Homepage: https://gitlab.gnome.org/GNOME/gspell
Package: libgspell-1-3
Architecture: any
Multi-Arch: same
Depends: libgspell-1-common (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Description: spell-checking library for GTK+ applications
gspell provides a flexible API to add spell checking to a GTK+ application.
It features:
* GObject wrappers around Enchant
* An inline spell checker for GtkTextView (enhanced version of GtkSpell)
* A spell checker dialog for GtkTextView
* Support of the no-spell-check tag defined by GtkSourceView
* Language choosers (button and dialog)
Package: libgspell-1-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: libgspell architecture-independent files
gspell provides a flexible API to add spell checking to a GTK+ application.
It features:
* GObject wrappers around Enchant
* An inline spell checker for GtkTextView (enhanced version of GtkSpell)
* A spell checker dialog for GtkTextView
* Support of the no-spell-check tag defined by GtkSourceView
* Language choosers (button and dialog)
.
This package contains the architecture independent files
like translation of messages.
Package: libgspell-1-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: gir1.2-gspell-1 (= ${binary:Version}),
libenchant-2-dev (>= 2.1.3),
libglib2.0-dev (>= 2.44),
libgspell-1-3 (= ${binary:Version}),
libgtk-3-dev (>= 3.20),
${misc:Depends},
${shlibs:Depends}
Suggests: libgspell-1-doc (= ${source:Version})
Description: spell-checking library for GTK+ applications - development files
gspell provides a flexible API to add spell checking to a GTK+ application.
It features:
* GObject wrappers around Enchant
* An inline spell checker for GtkTextView (enhanced version of GtkSpell)
* A spell checker dialog for GtkTextView
* Support of the no-spell-check tag defined by GtkSourceView
* Language choosers (button and dialog)
.
This package contains development headers and libraries.
Package: gir1.2-gspell-1
Section: introspection
Architecture: any
Multi-Arch: same
Depends: ${gir:Depends}, ${misc:Depends}
Description: spell-checking library for GTK+ applications - GObject introspection
gspell provides a flexible API to add spell checking to a GTK+ application.
It features:
* GObject wrappers around Enchant
* An inline spell checker for GtkTextView (enhanced version of GtkSpell)
* A spell checker dialog for GtkTextView
* Support of the no-spell-check tag defined by GtkSourceView
* Language choosers (button and dialog)
.
This package contains the GObject introspection binding
Package: libgspell-1-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Breaks: libgspell-1-dev (<< 1.8.2)
Replaces: libgspell-1-dev (<< 1.8.2)
Build-Profiles: <!nodoc>
Description: spell-checking library for GTK+ applications - documentation
gspell provides a flexible API to add spell checking to a GTK+ application.
It features:
* GObject wrappers around Enchant
* An inline spell checker for GtkTextView (enhanced version of GtkSpell)
* A spell checker dialog for GtkTextView
* Support of the no-spell-check tag defined by GtkSourceView
* Language choosers (button and dialog)
.
This package contains the API documentation.
Package: gspell-1-tests
Section: misc
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: spell-checking library for GTK+ applications - installed tests
gspell provides a flexible API to add spell checking to a GTK+ application.
It features:
* GObject wrappers around Enchant
* An inline spell checker for GtkTextView (enhanced version of GtkSpell)
* A spell checker dialog for GtkTextView
* Support of the no-spell-check tag defined by GtkSourceView
* Language choosers (button and dialog)
.
This package contains automated tests.
|