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
  
     | 
    
      Source: libdebian-copyright-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl
Build-Depends-Indep: libarray-unique-perl,
                     libclass-accessor-perl,
                     libparse-debcontrol-perl,
                     libperl6-slurp-perl,
                     libtest-deep-perl,
                     libtest-exception-perl,
                     libtest-longstring-perl,
                     libtest-nowarnings-perl,
                     libtie-ixhash-perl,
                     perl
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdebian-copyright-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdebian-copyright-perl.git
Homepage: https://metacpan.org/release/Debian-Copyright
Package: libdebian-copyright-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libarray-unique-perl,
         libclass-accessor-perl,
         libparse-debcontrol-perl,
         libtie-ixhash-perl
Description: perl module to parse, merge and write Debian copyright files
 Debian::Copyright can be used for the representation, manipulation and
 merging of Debian copyright files in an object-oriented way. It provides easy
 reading and writing of the debian/copyright file found in Debian source
 packages.
 
     |