File: control

package info (click to toggle)
libgtk3-perl 0.034-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 472 kB
  • sloc: perl: 4,164; makefile: 11
file content (41 lines) | stat: -rw-r--r-- 1,593 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
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
               gir1.2-gdkpixbuf-2.0 (>= 2.38.0+dfsg-5~),
               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.043),
               perl,
               xauth,
               xvfb
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgtk3-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgtk3-perl.git
Homepage: https://metacpan.org/release/Gtk3

Package: libgtk3-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         gir1.2-gdkpixbuf-2.0 (>= 2.38.0+dfsg-5~),
         gir1.2-gtk-3.0,
         gir1.2-pango-1.0,
         libcairo-gobject-perl,
         libglib-perl,
         libglib-object-introspection-perl (>= 0.043)
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+, built using
 Glib::Object::Introspection. Generated bindings live under the Gtk3 namespace.