tags 417193 + patch
thanks

Hi,

Attached is the diff for my genparse 0.5.2-11.1 NMU.
diff -u genparse-0.5.2/src/clparam_list.cc genparse-0.5.2/src/clparam_list.cc
--- genparse-0.5.2/src/clparam_list.cc
+++ genparse-0.5.2/src/clparam_list.cc
@@ -13,6 +13,7 @@
 #include "config.h"
 #endif
 
+#include <cstring>
 #include <iostream>
 #include <fstream>
 #include <ctype.h>
diff -u genparse-0.5.2/src/eh.cc genparse-0.5.2/src/eh.cc
--- genparse-0.5.2/src/eh.cc
+++ genparse-0.5.2/src/eh.cc
@@ -7,6 +7,7 @@
 **
 ****************************************************************************/
 
+#include <cstdlib>
 #include <iostream>
 #include <sstream>
 #include "eh.h"
diff -u genparse-0.5.2/src/eh_system.cc genparse-0.5.2/src/eh_system.cc
--- genparse-0.5.2/src/eh_system.cc
+++ genparse-0.5.2/src/eh_system.cc
@@ -7,7 +7,7 @@
 **
 ****************************************************************************/
 
-#include <string>
+#include <cstring>
 #include <errno.h>
 #include "eh_system.h"
 
diff -u genparse-0.5.2/test/mycopy4.cc genparse-0.5.2/test/mycopy4.cc
--- genparse-0.5.2/test/mycopy4.cc
+++ genparse-0.5.2/test/mycopy4.cc
@@ -1,5 +1,6 @@
 /* mycopy4.cc */
 
+#include <cstdlib>
 #include <iostream>
 #include <fstream>
 #include "mycopy4_clp.h"
diff -u genparse-0.5.2/debian/changelog genparse-0.5.2/debian/changelog
--- genparse-0.5.2/debian/changelog
+++ genparse-0.5.2/debian/changelog
@@ -1,3 +1,10 @@
+genparse (0.5.2-11.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with GCC 4.3 (Closes: #417193).
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Sun, 09 Mar 2008 13:34:12 +0000
+
 genparse (0.5.2-11) unstable; urgency=low
 
   * Update of Debian Policy.

Reply via email to