File: control

package info (click to toggle)
libgtk2-spell-perl 1.04-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 140 kB
  • ctags: 5
  • sloc: perl: 40; ansic: 7; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 1,398 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
Source: libgtk2-spell-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           Chris Butler <chrisb@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
               perl,
               xvfb,
               xauth,
               libextutils-depends-perl,
               libextutils-pkgconfig-perl,
               libglib-perl (>= 2:1.240),
               libgtk2-perl,
               libgtkspell-dev,
               hunspell-en-us | hunspell-dictionary-en | myspell-dictionary-en
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgtk2-spell-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgtk2-spell-perl.git
Homepage: http://gtk2-perl.sourceforge.net/

Package: libgtk2-spell-perl
Architecture: any
Depends: ${perl:Depends},
         ${shlibs:Depends},
         ${misc:Depends},
         libglib-perl (>= 2:1.240),
         libgtk2-perl
Description: Perl interface to the GtkSpell library
 Gtk2::Spell allows one to use the GtkSpell library in Perl applications
 using a Gtk2/GNOME interface. It can be used in concert with Gtk2::TextView
 to provide highlighting of mis-spelled words and a right click pop-up menu
 with possible corrections.