File: control.in

package info (click to toggle)
gtkspell3 3.0.9-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,328 kB
  • sloc: sh: 4,352; ansic: 1,537; makefile: 185
file content (66 lines) | stat: -rw-r--r-- 2,346 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
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
Source: gtkspell3
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
Build-Depends: debhelper (>= 11),
               gnome-pkg-tools,
               gobject-introspection (>= 1.30.0),
               libgirepository1.0-dev (>= 1.30.0),
               libenchant-dev (>= 0.4.0),
               libglib2.0-dev,
               libgtk-3-dev,
               libpango1.0-dev (>= 1.3.5),
               intltool (>= 0.35.0),
               gtk-doc-tools (>= 1.14),
               libglib2.0-doc,
               libgtk-3-doc,
               valac (>= 0.20)
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/gnome-team/gtkspell3
Vcs-Git: https://salsa.debian.org/gnome-team/gtkspell3.git
Homepage: http://gtkspell.sourceforge.net/

Package: libgtkspell3-3-0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends}
Conflicts: libgtkspell-3-0
Replaces: libgtkspell-3-0
Description: spell-checking addon for GTK+'s TextView widget
 GtkSpell provides Microsoft Word/OS X-style highlighting of misspelled
 words in a GtkTextView widget.  Right-clicking a misspelled word pops up a
 menu of suggested replacements.

Package: libgtkspell3-3-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libenchant-dev,
         libgtk-3-dev,
         libgtkspell3-3-0 (= ${binary:Version}),
         gir1.2-gtkspell3-3.0 (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Conflicts: libgtkspell-3-dev
Replaces: libgtkspell-3-dev
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.

Package: gir1.2-gtkspell3-3.0
Section: introspection
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${gir:Depends}
Description: GObject introspection data for the GtkSpell library
 This package contains introspection data for GtkSpell, a spell-checking
 library for GTK+. They can be used to generate dynamic bindings.
 .
 GtkSpell provides Microsoft Word/OS X-style highlighting of misspelled
 words in a GtkTextView widget.  Right-clicking a misspelled word pops up a
 menu of suggested replacements.