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 37 38 39 40 41 42 43 44 45 46 47
|
Source: libsoftware-copyright-perl
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),
libdist-zilla-plugin-podspellingtests-perl,
libdist-zilla-plugin-podweaver-perl,
libdist-zilla-plugin-prepender-perl,
libdist-zilla-plugin-signature-perl,
libmodule-build-perl
Build-Depends-Indep: libarray-intspan-perl <!nocheck>,
libmouse-perl <!nocheck>,
libmousex-nativetraits-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>,
libtimedate-perl <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsoftware-copyright-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsoftware-copyright-perl.git
Homepage: https://metacpan.org/dist/Software-Copyright
Rules-Requires-Root: no
Package: libsoftware-copyright-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libarray-intspan-perl,
libmouse-perl,
libmousex-nativetraits-perl,
libpath-tiny-perl,
libtimedate-perl
Breaks: libconfig-model-dpkg-perl (<= 3.001)
Description: Perl module to manage copyright statements
Software::Copyright is a Perl module to manage and cleanup copyright
statements found in most Open-Source Software project. This module is
intended 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
|