Package: ggcov
Version: 0.6-4
Severity: normal
Tags: patch

Hi,

Attached is the diff for my ggcov 0.6-4.1 NMU.
diff -Nru /tmp/z8YDY8rYu1/ggcov-0.6/debian/changelog 
/tmp/dKNJyGjH9v/ggcov-0.6/debian/changelog
--- /tmp/z8YDY8rYu1/ggcov-0.6/debian/changelog  2006-06-24 00:28:58.000000000 
+0200
+++ /tmp/dKNJyGjH9v/ggcov-0.6/debian/changelog  2006-06-24 00:28:58.000000000 
+0200
@@ -1,3 +1,12 @@
+ggcov (0.6-4.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * 30_implicit_friend_declaration.patch: Add explicit prototypes for the
+    cov_add_* functions, as a friend declaration no longer implicitly declares
+    a prototype for the function; fixes FTBFS with GCC 4.1. (Closes: #373837)
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]>  Fri, 23 Jun 2006 21:49:44 +0200
+
 ggcov (0.6-4) unstable; urgency=low
 
   * Use dh_gconf to place gconf schema in the right place.
diff -Nru 
/tmp/z8YDY8rYu1/ggcov-0.6/debian/patches/30_implicit_friend_declaration.patch 
/tmp/dKNJyGjH9v/ggcov-0.6/debian/patches/30_implicit_friend_declaration.patch
--- 
/tmp/z8YDY8rYu1/ggcov-0.6/debian/patches/30_implicit_friend_declaration.patch   
    1970-01-01 01:00:00.000000000 +0100
+++ 
/tmp/dKNJyGjH9v/ggcov-0.6/debian/patches/30_implicit_friend_declaration.patch   
    2006-06-24 00:28:58.000000000 +0200
@@ -0,0 +1,14 @@
+diff -ruN ggcov-0.6-old/src/cov_callgraph.H ggcov-0.6/src/cov_callgraph.H
+--- ggcov-0.6-old/src/cov_callgraph.H  2005-03-14 08:49:15.000000000 +0100
++++ ggcov-0.6/src/cov_callgraph.H      2006-06-23 21:49:20.000000000 +0200
+@@ -22,6 +22,10 @@
+ 
+ #include "string_var.H"
+ #include "hashtable.H"
++    
++void cov_init(void);
++void cov_add_callnodes(cov_file_t*);
++void cov_add_callarcs(cov_file_t*);
+ 
+ class cov_function_t;
+ 

Reply via email to