File: control

package info (click to toggle)
libgtk3-perl 0.018-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 352 kB
  • ctags: 93
  • sloc: perl: 3,656; makefile: 11
file content (41 lines) | stat: -rw-r--r-- 1,489 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
Source: libgtk3-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: intrigeri <intrigeri@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9),
               gir1.2-gtk-3.0,
               gir1.2-pango-1.0,
               libcairo-gobject-perl,
               libextutils-depends-perl,
               libextutils-pkgconfig-perl,
               libglib-perl,
               libglib-object-introspection-perl (>= 0.024),
               perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
               perl,
               xauth,
               xvfb
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgtk3-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgtk3-perl.git
Homepage: https://metacpan.org/release/Gtk3

Package: libgtk3-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         gir1.2-gtk-3.0,
         gir1.2-pango-1.0,
         libcairo-gobject-perl,
         libglib-perl,
         libglib-object-introspection-perl (>= 0.024)
Description: Perl bindings for the GTK+ graphical user interface library
 GTK+ is a multi-platform toolkit for creating graphical user
 interfaces. Offering a complete set of widgets, GTK+ is suitable
 for projects ranging from small one-off tools to complete application
 suites.
 .
 This package contains the Perl bindings to GTK+, build using
 Glib::Object::Introspection.