Source: software-copyright
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: dh-sequence-dist-zilla,
               dh-dist-zilla,
               debhelper-compat (= 13)
Build-Depends-Indep: libarray-intspan-perl <!nocheck>,
                     libmouse-perl <!nocheck>,
                     libpath-tiny-perl <!nocheck>,
                     libtest-differences-perl <!nocheck>,
                     libtest-file-contents-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     libtest-spelling-perl <!nocheck>,
                     libtest-synopsis-expectation-perl <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/software-copyright
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/software-copyright.git
Homepage: https://metacpan.org/dist/Software-Copyright
Rules-Requires-Root: no

Package: libsoftware-copyright-perl
Architecture: all
Depends: libarray-intspan-perl,
         libmouse-perl,
         libpath-tiny-perl,
         ${misc:Depends}
Description: Perl module to manage copyright statements
 A Perl module to manage and cleanup copyright statements found in most
 Open-Source Software project. This module is intented to be used with
 software able to extract copyright-statements from source code like
 Debian's licensecheck.
 .
 This module is made of code refactored out of libconfig-model-dpkg-perl
