license-reconcile 0.14 source package in Ubuntu

Changelog

license-reconcile (0.14) unstable; urgency=medium

  * Update t/08-licensecheck.t to changed output of licensecheck.
    Additionally bump versioned build dependency on licensecheck.
    Thanks to Lucas Nussbaum for the bug report. (Closes: #852879)

 -- gregor herrmann <email address hidden>  Sat, 28 Jan 2017 15:51:20 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
license-reconcile_0.14.dsc 2.5 KiB 1b898a15a9fdfbd152f34a3f40563806be23706cddeec3bb4770313642c1b37e
license-reconcile_0.14.tar.xz 28.8 KiB cd5e740f9dd55c53ef703890db9229d0dd9bf8af4b8bfc61c47babb858d3d8f4

Available diffs

No changes file available.

Binary packages built by this source

license-reconcile: 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.