File: control

package info (click to toggle)
libglib-object-introspection-perl 0.047-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 544 kB
  • sloc: ansic: 3,405; perl: 2,742; makefile: 9; sh: 3
file content (45 lines) | stat: -rw-r--r-- 1,630 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
43
44
45
Source: libglib-object-introspection-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: intrigeri <intrigeri@debian.org>
Section: perl
Priority: optional
Build-Depends:
 debhelper (>= 11),
 gobject-introspection (>= 1.42.0-2.2),
 libcairo2-dev,
 libcairo-gobject-perl,
 libextutils-depends-perl,
 libextutils-pkgconfig-perl,
 libffi-dev,
 libgirepository1.0-dev,
 libglib2.0-dev,
 libglib-perl (>= 3:1.320),
 perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libglib-object-introspection-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libglib-object-introspection-perl.git
Homepage: https://metacpan.org/release/Glib-Object-Introspection
Testsuite: autopkgtest-pkg-perl

Package: libglib-object-introspection-perl
Architecture: any
Depends:
 ${misc:Depends},
 ${perl:Depends},
 ${shlibs:Depends},
 libglib-perl (>= 3:1.320),
Suggests:
 libxml-libxml-perl,
Description: Perl bindings for gobject-introspection libraries
 GObject is an abstraction layer that allows programming with an object
 paradigm that is compatible with many languages. It is a part of Glib,
 the core library used to build GTK+ and GNOME.
 .
 This package contains Glib::Object::Introspection, the Perl binding
 generator for libraries that support gobject-introspection, such as
 GTK+, WebKit, libsoup and many more.
 .
 To use perli11ndoc, the Perl introspection documentation tool, the
 -dev version of the introspected library must be installed. For
 example, perli11ndoc can only show documentation for libgtk3-perl if
 libgtk-3-dev is installed.