lcov 1.12-2 source package in Ubuntu

Changelog

lcov (1.12-2) unstable; urgency=medium

  * Patch for reproducibility from Reiner Herrmann. Closes: #803412. 

 -- Alastair McKinstry <email address hidden>  Fri, 30 Oct 2015 01:59:16 +0000

Upload details

Uploaded by:
Alastair McKinstry
Uploaded to:
Sid
Original maintainer:
Alastair McKinstry
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe devel

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lcov_1.12-2.dsc 1.7 KiB fb8b0cce78f3206839d8a2cc4caf79237fef6b0bf9702dc2c64487a84a90a12d
lcov_1.12.orig.tar.gz 149.4 KiB b474e49c6c962754063b3be97a757a2ba9e7a455f0aea612863bf67e9b8b8ea7
lcov_1.12-2.debian.tar.xz 21.1 KiB 84bf7bc237f957bded6032d15b4f094a578c59487292c22813d846c5697734f6

Available diffs

No changes file available.

Binary packages built by this source

lcov: Summarise Code coverage information from GCOV

 LCOV is an extension of GCOV, a GNU tool which provides information about
 what parts of a program are actually executed (i.e. "covered") while running
 a particular test case. The extension consists of a set of Perl scripts
 which build on the textual GCOV output to implement the following enhanced
 functionality:
 .
  - HTML based output: coverage rates are additionally indicated using bar
    graphs and specific colors.
  - Support for large projects: overview pages allow quick browsing of
    coverage data by providing three levels of detail: directory view,
    file view and source code view.