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
|
Source: libtext-layout-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Roland Rosenfeld <roland@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libobject-pad-perl (>= 0.78) <!nocheck>,
libpdf-api2-perl <!nocheck>,
libpdf-builder-perl <!nocheck>,
libtest-simple-perl <!nocheck>,
perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-layout-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-layout-perl.git
Homepage: https://metacpan.org/release/Text-Layout
Rules-Requires-Root: no
Package: libtext-layout-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libobject-pad-perl (>= 0.78),
libpdf-api2-perl
Description: Pango style markup formatting
Text::Layout provides methods for Pango style text formatting. Where
possible the methods have identical names and (near) identical
behavior as their Pango counterparts.
|