lcov 1.14-2 source package in Ubuntu

Changelog

lcov (1.14-2) unstable; urgency=medium

  * Add patch for gcc 9 support from  upstream. Closes: #924573
  * Ack upgrade to 1.14. Closes: #924573
  * Use debhelper-compat (=12)
  * Standards-Version: 4.4.0
  * Point the VCS to a real salsa repo. Closes: #848955

 -- Alastair McKinstry <email address hidden>  Sat, 17 Aug 2019 09:29:20 +0100

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
Focal release universe devel

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lcov_1.14-2.dsc 1.8 KiB c54b3965a4172c9be97bf969b36fc138b664f148436e8c9bdd9cf3e27747fde8
lcov_1.14.orig.tar.gz 173.2 KiB 14995699187440e0ae4da57fe3a64adc0a3c5cf14feab971f8db38fb7d8f071a
lcov_1.14-2.debian.tar.xz 25.1 KiB 9b6fff45b18847d6f9175e45d59e81594c75f5ba11f08aa8ba464ed3318aa27f

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.