Source: libpdf-create-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
           Vincent Danjean <vdanjean@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           Nick Morrott <nickm@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: perl,
                     libfile-sharedir-install-perl,
                     libfile-share-perl,
                     libjson-perl,
                     libtest-leaktrace-perl
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpdf-create-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpdf-create-perl.git
Homepage: https://metacpan.org/release/PDF-Create
Rules-Requires-Root: no

Package: libpdf-create-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libfile-share-perl,
         libjson-perl
Suggests: libpdf-api2-perl
Description: Perl module to create PDF files
 PDF::Create allows you to create documents in the Portable Document Format
 (PDF) using a large number of primitives, and emit the result as a PDF file
 or stream.
 .
 Documents can have several pages, a table of content, an information section
 and many other PDF elements. Since documents are constructed on-the-fly, the
 memory footprint is not tied to the size of the pages; only the number of
 pages.
 .
 It is intended to be simple and highly portable, as it is written purely in
 Perl. For more complex tasks, see libpdf-api2-perl.
