lcov 1.9-3 source package in Ubuntu

Changelog

lcov (1.9-3) unstable; urgency=low


   * Apply Fedora patches by Daniel Berrange, thanks to Michael Wild:
     - gcc-compat-4.7.patch: Fix compat with gcc 4.7
     - three-arg-open.patch: Replace 2 argument open with 3 argument open
   * DH_COMPAT=8 now. 
   * Check FTBFS now fixed:  Closes: #647138.

 -- Alastair McKinstry <email address hidden>  Mon, 14 May 2012 13:42:56 +0100

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 Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
lcov_1.9-3.dsc 1.6 KiB 777992499c6d50d0d15c8b1577a4846db24496974edfa1e09c7bb673de4fd28e
lcov_1.9.orig.tar.gz 136.8 KiB c37e125d4f0773339de3600d45ad325fe710ea2f0051d7ee2b8a168f450f1aca
lcov_1.9-3.debian.tar.gz 23.4 KiB fcdd9f1385e4c5c9bba4e4700c21a34c697e502d28927d1e3455c9f3fac1a292

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.