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
|
Source: licensecheck
Section: admin
Priority: optional
Build-Depends: cdbs,
perl,
debhelper,
dh-buildinfo,
libgetopt-long-descriptive-perl,
libpod-constants-perl,
libsort-key-perl,
libstring-escape-perl,
libtry-tiny-perl,
libnamespace-clean-perl,
libpath-iterator-rule-perl,
libmoo-perl (>= 1.001000),
libpath-tiny-perl (>= 0.062),
perl (>= 5.19.11) | libexperimental-perl,
libscalar-list-utils-perl (>= 1:1.45),
libstrictures-perl (>= 2),
libstring-copyright-perl (>=0.003),
bash-completion,
libtest-requires-perl,
libtest-roo-perl,
libtest-script-perl,
libuniversal-require-perl,
libsoftware-license-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/licensecheck.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/licensecheck.git
Homepage: https://metacpan.org/pod/App::Licensecheck
Package: licensecheck
Architecture: all
Depends: ${cdbs:Depends},
${misc:Depends},
${perl:Depends}
Recommends: ${cdbs:Recommends}
Breaks: devscripts (<< 2.16.6~)
Replaces: devscripts (<< 2.16.6~)
Description: simple license checker for source files
Licensecheck attempts to determine the license that applies to each
file passed to it, by searching the start of the file for text
belonging to various licenses.
|