gcovr 3.3-1 source package in Ubuntu

Changelog

gcovr (3.3-1) unstable; urgency=medium

  * New upstream release
  * Reference collab-maint git repository instead of github
  * Update manpage to 3.3
  * Add dh-python build-dependency
  * Use machine-readable license in copyright file
  * Update standards version to 3.9.8

 -- Wolfgang Silbermayr <email address hidden>  Sat, 27 Aug 2016 07:32:27 +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

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
gcovr_3.3-1.dsc 1.8 KiB cb6a3007cbf9e4db8cfae11fc11615bbdd6d3924934775e44dcfe4595763dc6d
gcovr_3.3.orig.tar.gz 315.7 KiB 8a60ba6242d67a58320e9e16630d80448ef6d5284fda5fb3eff927b63c8b04a2
gcovr_3.3-1.debian.tar.xz 4.2 KiB 02b3f786f2b1e65269f17eee40acc2fa4fa3acc3f955f9019c70caa365be6852

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.