Package: ggcov / 0.9-6

Metadata

Package Version Patches format
ggcov 0.9-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
desktop_apps.patch | (download)

ui/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 change desktopdir
Last-Updated: 2014-04-08
as_needed.patch | (download)

src/Makefile.am | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 link to libs as needed only
pointer_arithmetic.patch | (download)

configure.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove warning on ptr arithmetic as was breaking builds
Last-Updated: 2014-03-24
binutils gold.patch | (download)

src/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs with binutils-gold, particularly at ubuntu.
c++.patch | (download)

src/cov.C | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 support c++ extension.
Origin-Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684401
gcc48.patch | (download)

src/cov_file.C | 12 9 + 3 - 0 !
src/cov_file.H | 9 8 + 1 - 0 !
src/cov_function.C | 36 31 + 5 - 0 !
src/cov_function.H | 13 13 + 0 - 0 !
4 files changed, 61 insertions(+), 9 deletions(-)

 gcc 4.8 and 4.9 support
hurd.patch | (download)

src/filetest.c | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 minor fix needed for gnu hurd
params.patch | (download)

src/libiberty/demangle.h | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 definition for params no longer provided in libiberty-dev on debian,
 so included here to fix compile failure.