gcovr 5.0-1 source package in Ubuntu

Changelog

gcovr (5.0-1) unstable; urgency=medium

  * New upstream version 5.0
  * Drop dependency on lcov (Closes: #987818)
  * Generate manpage at build time
  * Add Upstream-Contact to debian/copyright

 -- Wolfgang Silbermayr <email address hidden>  Mon, 23 Aug 2021 07:48:18 +0200

Upload details

Uploaded by:
Wolfgang Silbermayr
Uploaded to:
Sid
Original maintainer:
Wolfgang Silbermayr
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
gcovr_5.0-1.dsc 1.7 KiB 852d57f0fa90c558fe868a9bc8acdf0a5831361f919bab392741f526b81dff86
gcovr_5.0.orig.tar.gz 631.9 KiB 170864d834d4084f9ae51e68588cc62d8c8791a2a06a6609d3e3bd25e393d769
gcovr_5.0-1.debian.tar.xz 3.4 KiB d8f369a0878d0f8b0c1ed76a46fd4d47c92d9b7da3408d80cc5f81a45f71661a

Available diffs

No changes file available.

Binary packages built by this source

gcovr: Manages the compilation of coverage information from gcov

 The gcovr command provides a utility for running the gcov command and
 summarizing code coverage results. This command is inspired by the
 Python coverage.py package, which provides a similar utility in
 Python. Further, gcovr can be viewed as a command-line alternative of
 the lcov utility, which runs gcov and generates an HTML output.