lcov 2.0-1ubuntu0.2 source package in Ubuntu

Changelog

lcov (2.0-1ubuntu0.2) mantic; urgency=medium

  [ Sudip Mukherjee ]
  * Remove patches supporting old gcc. (LP: #2029924)
    - These patches modified geninfo which are now affecting gcc-13 in Mantic.

  [ Dave Jones ]
  * Add missing libtimedate-perl runtime dependency

 -- Dave Jones <email address hidden>  Mon, 25 Mar 2024 16:41:06 +0000

Upload details

Uploaded by:
Dave Jones
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe devel

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lcov_2.0.orig.tar.xz 240.9 KiB 3cc07b91ca9662b0b91970c2e58865002f2b76f8913930e7c5d273f61621a120
lcov_2.0-1ubuntu0.2.debian.tar.xz 20.1 KiB 2d9db8be0d1aacd142ac6a6a0c9f7f7e778d212e9b205078103b88138ed03b96
lcov_2.0-1ubuntu0.2.dsc 2.0 KiB b75d79d91721ea71441cc779a1f132b5de45d6e9ceff6107838cf973008a22ca

Available diffs

View changes file

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.