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
|
Source: libpango-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
# do NOT add libgtk2-perl to build-deps (see bug #554704)
Build-Depends: debhelper-compat (= 13),
libcairo-perl,
libextutils-depends-perl,
libextutils-pkgconfig-perl,
libglib-perl,
libpango1.0-dev,
perl-xs-dev,
perl:native,
xauth <!nocheck>,
xfonts-base <!nocheck>,
xvfb <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpango-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpango-perl.git
Homepage: http://gtk2-perl.sourceforge.net/
Rules-Requires-Root: no
Package: libpango-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
libcairo-perl,
libglib-perl
Description: Perl module to layout and render international text
Pango is a library for laying out and rendering text, with an emphasis on
internationalization. Pango can be used anywhere that text layout is needed,
but using Pango in conjunction with Cairo and/or Gtk2 provides a complete
solution with high quality text handling and graphics rendering.
.
This package provides the Perl bindings for the Pango library.
|