lcov 2.0-1 source package in Ubuntu

Changelog

lcov (2.0-1) unstable; urgency=medium

  * New upstream release
  * Patches now obsolete/merged:
    - handle-equals-signs.patch
    - fix-undef-behaviour.patch
    - reproducibility2.patch
    - 0001-bin-updateversion.pl-avoid-setting-timestamp-bui.patch
  * Fix by Vagrant Cascadian of embedded tz in timestamps breaking
    reproucibility. Closes: #10354394
  * Standards-Version: 4.6.2
  * Build-Dep on libdatetime-perl, libcapture-tiny-perl

 -- Alastair McKinstry <email address hidden>  Thu, 03 Aug 2023 16:19:48 +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
Mantic release universe devel

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
lcov_2.0-1.dsc 1.9 KiB ac548cf2128091dfd7eb9525a812c662ddb71773fa96e027dc2c6d00aaf36096
lcov_2.0.orig.tar.xz 240.9 KiB 3cc07b91ca9662b0b91970c2e58865002f2b76f8913930e7c5d273f61621a120
lcov_2.0-1.debian.tar.xz 23.0 KiB fe1c1d5772e14d5a40a31afd825c90646c241ab0a1781b54519f692dfeefd236

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.