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
|
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: gspell
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Tanguy Ortolo <tanguy+debian@ortolo.eu>, Iain Lane <laney@debian.org>, Laurent Bigonville <bigon@debian.org>, Michael Biebl <biebl@debian.org>
Build-Depends: at-spi2-core <!nocheck>,
dbus <!nocheck>,
debhelper (>= 10),
gnome-pkg-tools,
gobject-introspection,
gtk-doc-tools (>= 1.24-2),
iso-codes,
libenchant-dev (>= 1.6.0),
libgirepository1.0-dev,
libglib2.0-dev (>= 2.44),
libgtk-3-dev (>= 3.20),
valac,
xauth <!nocheck>,
xvfb <!nocheck>
Standards-Version: 3.9.8
Homepage: https://wiki.gnome.org/Projects/gspell
Vcs-Git: https://anonscm.debian.org/git/pkg-gnome/gspell.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-gnome/gspell.git/
Package: libgspell-1-1
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-dev (>= 1.6.0),
libglib2.0-dev (>= 2.44),
libgspell-1-1 (= ${binary:Version}),
libgtk-3-dev (>= 3.20),
${misc:Depends},
${shlibs:Depends}
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
|