File: control

package info (click to toggle)
gtkspell 2.0.16-1.2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,864 kB
  • sloc: sh: 10,126; ansic: 748; xml: 226; makefile: 42
file content (25 lines) | stat: -rw-r--r-- 993 bytes parent folder | download
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
Source: gtkspell
Section: libs
Priority: optional
Maintainer: Ari Pollak <ari@debian.org>
Build-Depends: debhelper (>= 11), libenchant-dev, libgtk2.0-dev (>= 2.4.0), libltdl3-dev, libxml-parser-perl, intltool (>= 0.35.0), gtk-doc-tools
Standards-Version: 4.1.3

Package: libgtkspell0
Architecture: any
Multi-arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: spell-checking addon for GTK's TextView widget
 GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words in a
 GtkTextView widget.  Right-clicking a misspelled word pops up a menu of
 suggested replacements.

Package: libgtkspell-dev
Section: libdevel
Architecture: any
Depends: libenchant-dev, libgtk2.0-dev, libgtkspell0 (= ${binary:Version}),
 ${misc:Depends}
Description: Development files for GtkSpell
 This package contains the headers and static libraries for developing
 applications with GtkSpell support. Also included are documentation and
 example code for developing GtkSpell applications.