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
|
Source: libglib-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),
libextutils-depends-perl,
libextutils-pkgconfig-perl,
libglib2.0-dev,
libtest-consistentversion-perl <!nocheck>,
perl-xs-dev,
perl:native
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libglib-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libglib-perl.git
Homepage: http://gtk2-perl.sourceforge.net/
Rules-Requires-Root: no
Package: libglib-perl
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
libextutils-depends-perl
Description: interface to the GLib and GObject libraries
Glib provides a Perl interface to the GLib and GObject libraries, as part
of gtk2-perl. It attempts to provide a perlish interface while remaining as
true as possible to the underlying C API, so perusing the reference manual is
recommended (see <URL:http://developer.gnome.org/doc/API/2.0/glib/>).
|