File: control

package info (click to toggle)
libgtk3-perl 0.038-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 380 kB
  • sloc: perl: 4,228; makefile: 11
file content (42 lines) | stat: -rw-r--r-- 1,649 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
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-compat (= 13),
               gir1.2-gdkpixbuf-2.0 <!nocheck>,
               gir1.2-gtk-3.0 <!nocheck>,
               gir1.2-pango-1.0 <!nocheck>,
               libcairo-gobject-perl <!nocheck>,
               libextutils-depends-perl,
               libextutils-pkgconfig-perl,
               libglib-object-introspection-perl <!nocheck>,
               libglib-perl <!nocheck>,
               perl,
               xauth <!nocheck>,
               xvfb <!nocheck>
Standards-Version: 4.6.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
Rules-Requires-Root: no

Package: libgtk3-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         gir1.2-gdkpixbuf-2.0,
         gir1.2-gtk-3.0,
         gir1.2-pango-1.0,
         libcairo-gobject-perl,
         libglib-object-introspection-perl,
         libglib-perl
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.