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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
Source: licensecheck
Section: admin
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-bash-completion,
libencode-locale-perl <!nocheck>,
libfeature-compat-class-perl <!nocheck>,
libfeature-compat-try-perl <!nocheck>,
libio-interactive-perl <!nocheck>,
liblist-someutils-perl <!nocheck>,
liblog-any-perl <!nocheck>,
liblog-any-adapter-screen-perl <!nocheck>,
libnamespace-clean-perl <!nocheck>,
libpath-iterator-rule-perl <!nocheck>,
libpath-tiny-perl <!nocheck>,
libpod-constants-perl <!nocheck>,
libstring-copyright-perl <!nocheck>,
libstring-escape-perl <!nocheck>,
libstring-license-perl <!nocheck>,
libtest2-suite-perl <!nocheck>,
libtest2-tools-command-perl <!nocheck>,
libunicode-linebreak-perl <!nocheck>,
perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/licensecheck.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/licensecheck
Homepage: https://metacpan.org/pod/App::Licensecheck
Rules-Requires-Root: no
Package: licensecheck
Architecture: all
Depends:
libfeature-compat-class-perl,
libfeature-compat-try-perl,
libio-interactive-perl,
liblist-someutils-perl,
liblog-any-perl,
liblog-any-adapter-screen-perl,
libnamespace-clean-perl,
libpath-iterator-rule-perl,
libpath-tiny-perl,
libpod-constants-perl,
libstrictures-perl,
libstring-copyright-perl,
libstring-escape-perl,
libstring-license-perl,
${misc:Depends},
${perl:Depends}
Recommends:
libregexp-pattern-license-perl (>= 3.9),
Suggests:
bash-completion,
Multi-Arch: foreign
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.
.
Support for bash tab-completion requires the package bash-completion.
|