File: control

package info (click to toggle)
licensecheck 3.0.31-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,492 kB
  • sloc: perl: 923; ansic: 196; ruby: 21; python: 21; xml: 16; sh: 5; makefile: 4
file content (65 lines) | stat: -rw-r--r-- 1,891 bytes parent folder | download
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
65
Source: licensecheck
Section: admin
Priority: optional
Build-Depends:
 bash-completion,
 debhelper,
 libgetopt-long-descriptive-perl,
 libmoo-perl,
 libnamespace-clean-perl,
 libpath-iterator-rule-perl,
 libpath-tiny-perl (>= 0.062),
 libpod-constants-perl,
 libregexp-pattern-license-perl,
 libscalar-list-utils-perl (>= 1:1.45) | perl (>= 5.25.1),
 libsoftware-license-perl <!nocheck>,
 libsort-key-perl,
 libstrictures-perl (>= 2),
 libstring-copyright-perl,
 libstring-escape-perl,
 libtest-requires-perl <!nocheck>,
 libtest-roo-perl <!nocheck>,
 libtest-script-perl <!nocheck>,
 libtry-tiny-perl,
 libuniversal-require-perl <!nocheck>,
 perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.2.1
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:
 libgetopt-long-descriptive-perl,
 libmoo-perl,
 libnamespace-clean-perl,
 libpath-iterator-rule-perl,
 libpath-tiny-perl (>= 0.062),
 libpod-constants-perl,
 libregexp-pattern-license-perl,
 libscalar-list-utils-perl (>= 1:1.45) | perl (>= 5.25.1),
 libsort-key-perl,
 libstrictures-perl (>= 2),
 libstring-copyright-perl,
 libstring-escape-perl,
 libtry-tiny-perl,
 ${misc:Depends},
 ${perl:Depends},
Suggests:
 bash-completion,
Breaks:
 devscripts (<< 2.16.6~),
Replaces:
 devscripts (<< 2.16.6~),
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.