| 12
 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
 
 | Source: libgraphics-primitive-driver-cairo-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
                     libcairo-perl,
                     libgraphics-color-perl,
                     libgeometry-primitive-perl,
                     libgraphics-primitive-perl,
                     libtext-flow-perl,
                     libmoose-perl
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgraphics-primitive-driver-cairo-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgraphics-primitive-driver-cairo-perl.git
Homepage: https://metacpan.org/release/Graphics-Primitive-Driver-Cairo
Package: libgraphics-primitive-driver-cairo-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libcairo-perl,
         libmoose-perl,
         libgraphics-primitive-perl,
         libgeometry-primitive-perl,
         libtext-flow-perl
Description: backend providing graphics support using Cairo
 Graphics::Primitive::Driver::Cairo is a backend implementation using Cairo
 that draws Graphics::Primitive objects (see libgraphics-primitive-perl). In
 most cases, this module will not be used directly, but rather as part of your
 application using Graphics::Primitive.
 |