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
  
     | 
    
      Source: libgraphics-primitive-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13), libmodule-install-perl
Build-Depends-Indep: perl,
                     libforest-perl,
                     libgeometry-primitive-perl,
                     libgraphics-color-perl,
                     libjson-any-perl,
                     libmoose-perl,
                     libmoosex-clone-perl,
                     libmoosex-storage-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgraphics-primitive-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgraphics-primitive-perl.git
Homepage: https://metacpan.org/release/Graphics-Primitive
Package: libgraphics-primitive-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libforest-perl,
         libgeometry-primitive-perl,
         libgraphics-color-perl,
         libjson-any-perl,
         libmoose-perl,
         libmoosex-clone-perl,
         libmoosex-storage-perl
Description: system to portably create and manipulate graphical components
 Graphics::Primitive is a Perl module that provides an abstraction layer for
 creating and manipulating graphical elements such as Borders, Fonts, Paths
 and the like. It provides mechanisms to create graphical layouts and pass it
 along to drivers for the actual on-screen rendering.
 
     |