File: control

package info (click to toggle)
license-reconcile 0.14
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 396 kB
  • ctags: 65
  • sloc: perl: 2,379; ansic: 17; sh: 12; makefile: 2
file content (70 lines) | stat: -rw-r--r-- 3,115 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
66
67
68
69
70
Source: license-reconcile
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl,
               perl (>= 5.18),
               bash-completion
Build-Depends-Indep: licensecheck (>= 3.0.29),
                     libclass-xsaccessor-perl,
                     libconfig-any-perl,
                     libdebian-copyright-perl (>= 0.2),
                     libdpkg-perl,
                     libemail-address-perl,
                     libfile-fnmatch-perl,
                     libfile-mmagic-perl,
                     libfile-slurp-perl,
                     liblist-moreutils-perl,
                     libparse-debianchangelog-perl,
                     libreadonly-perl (>= 1.600) | libreadonly-perl (<< 1.500),
                     libreadonly-perl (>= 1.500) | libreadonly-xs-perl,
                     libset-intspan-perl (>= 1.19),
                     libsmart-comments-perl,
                     libtest-compile-perl,
                     libtest-deep-perl,
                     libtest-exception-perl,
                     libtest-nowarnings-perl,
                     libtest-output-perl,
                     libtext-levenshteinxs-perl,
                     libuniversal-require-perl,
                     libyaml-libyaml-perl,
                     libsoftware-license-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/license-reconcile.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/license-reconcile.git

Package: license-reconcile
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         licensecheck,
         libclass-xsaccessor-perl,
         libconfig-any-perl,
         libdebian-copyright-perl (>= 0.2),
         libdpkg-perl,
         libemail-address-perl,
         libfile-fnmatch-perl,
         libfile-mmagic-perl,
         libfile-slurp-perl,
         liblist-moreutils-perl,
         libparse-debianchangelog-perl,
         libreadonly-perl (>= 1.600) | libreadonly-perl (<< 1.500),
         libreadonly-perl (>= 1.500) | libreadonly-xs-perl,
         libset-intspan-perl,
         libsmart-comments-perl,
         libtext-levenshteinxs-perl,
         libuniversal-require-perl
Recommends: libyaml-libyaml-perl
Description: tool to reconcile copyright file and source
 Out of the box the license-reconcile tool compares licensecheck output
 and the debian/changelog file against the debian/copyright file. However
 the power of the tool is that the behaviour can be overridden and complemented
 by rules. Rules include the ability to file match, to match against
 licensecheck output and to extract copyright years. The rules can be defined
 in a file and should need to be changed less often than the debian/copyright
 file itself. If necessary copyright and license data can be extracted
 from the source code in more specialized ways by adding Perl modules
 below Debian::LicenseReconcile::Filter.