lcov 1.10-1 source package in Ubuntu
Changelog
lcov (1.10-1) unstable; urgency=low [Alastair McKinstry] * New upstream release. Closes: #699426. * Standards-Version: 3.9.5 * DH_COMPAT=9 now. * Add watch file. [Zack Weinberg] * Refresh debian/patches: - recursion.patch: Applied upstream (closes: #588322) - three-arg-open.patch: Applied upstream. - genhtml_missing_file.patch: Fixed differently upstream (closes: #578751) - utf8-output.patch: Fixed differently upstream (closes #590562) - gcc-compat-4.7.patch: Fixed differently upstream. - perl-nocaps.patch: Partially applied upstream. * New local patch (handle-equals-signs.patch) for the floods of geninfo: Argument "=====" isn't numeric. errors that you can get when processing C++ with exception handlers. Closes: #699565. -- Alastair McKinstry <email address hidden> Sat, 30 Nov 2013 15:51:29 +0000
Upload details
- Uploaded by:
- Alastair McKinstry
- Uploaded to:
- Sid
- Original maintainer:
- Alastair McKinstry
- Architectures:
- all
- Section:
- devel
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
lcov_1.10-1.dsc | 1.6 KiB | b4b1bf432df8e389e4980115c4d46b04485ab7ff31dd6e6b2254d62140127494 |
lcov_1.10.orig.tar.gz | 146.7 KiB | 8a4661becc95fafad7875786672f7f29b080437825c3ff31d55a49492c15b88f |
lcov_1.10-1.debian.tar.gz | 23.6 KiB | 3699063316a0038ef162fd80aa2180d3064fa4dd226f732da1b3c069b308dd4f |
Available diffs
- diff from 1.9-3 to 1.10-1 (33.1 KiB)
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.