tags 417083 + patch thanks Hi,
Attached is the diff for my apertium 3.0.5-1.2 NMU.
diff -u apertium-3.0.5/debian/changelog apertium-3.0.5/debian/changelog --- apertium-3.0.5/debian/changelog +++ apertium-3.0.5/debian/changelog @@ -1,3 +1,10 @@ +apertium (3.0.5-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with new GCC 4.3 (Closes: #417083). + + -- Luk Claes <[EMAIL PROTECTED]> Tue, 25 Mar 2008 22:42:17 +0000 + apertium (3.0.5-1.1) unstable; urgency=medium * Non-maintainer upload. only in patch2: unchanged: --- apertium-3.0.5.orig/apertium/utf_converter.loT +++ apertium-3.0.5/apertium/utf_converter.loT @@ -0,0 +1,7 @@ +# utf_converter.lo - a libtool object file +# Generated by ltmain.sh - GNU libtool 1.5.22 Debian 1.5.22-4 (1.1220.2.365 2005/12/18 22:14:06) +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# Name of the PIC object. only in patch2: unchanged: --- apertium-3.0.5.orig/apertium/utf_converter.cc +++ apertium-3.0.5/apertium/utf_converter.cc @@ -18,6 +18,7 @@ */ #include <apertium/utf_converter.h> #include <iostream> +#include <cstring> #include <cstdlib> #include <apertium/string_utils.h> only in patch2: unchanged: --- apertium-3.0.5.orig/apertium/string_utils.cc +++ apertium-3.0.5/apertium/string_utils.cc @@ -21,6 +21,7 @@ #include <apertium/string_utils.h> #include <lttoolbox/xml_parse_util.h> #include <iostream> +#include <cstring> //Delete white spaces from the end and the begining of the string wstring

