File: control

package info (click to toggle)
libgtk2-spell-perl 1.04-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 140 kB
  • ctags: 5
  • sloc: perl: 40; ansic: 7; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 1,376 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
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
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,
               myspell-en-us | myspell-dictionary-en | hunspell-dictionary-en
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=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
 libgtk2-spell-perl 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.