1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: licenserecon
Section: utils
Maintainer: Peter Blackman <peterb@debian.org>
Uploaders: Simon Josefsson <simon@josefsson.org>
Homepage: https://salsa.debian.org/debian/licenserecon
Build-Depends:
debhelper-compat (= 13),
fp-compiler,
fp-units-fcl,
fp-utils,
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/debian/licenserecon.git
Vcs-Browser: https://salsa.debian.org/debian/licenserecon
Package: licenserecon
Architecture: any
Multi-Arch: foreign
Depends:
licensecheck,
${misc:Depends},
${shlibs:Depends},
Description: Reconcile licenses from debian/copyright against licensecheck
lrc uses licensecheck to determine file licences,
and if not 'UNKNOWN', checks them against Dep5 debian/copyright.
|