tags 417235 + patch thanks Hi,
Attached is the diff for my jlint 3.0-4.2 NMU.
diff -u jlint-3.0/debian/changelog jlint-3.0/debian/changelog --- jlint-3.0/debian/changelog +++ jlint-3.0/debian/changelog @@ -1,3 +1,10 @@ +jlint (3.0-4.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 4.3 (Closes: #417235). + + -- Luk Claes <[EMAIL PROTECTED]> Sun, 09 Mar 2008 15:24:42 +0000 + jlint (3.0-4.1) unstable; urgency=low * Non-maintainer upload. only in patch2: unchanged: --- jlint-3.0.orig/string_pool.hh +++ jlint-3.0/string_pool.hh @@ -1,6 +1,9 @@ #ifndef STRING_POOL_HH #define STRING_POOL_HH +#include <cstdlib> +#include <cstring> + #ifdef __GNUC__ #if __GNUC__ > 2 using namespace std; only in patch2: unchanged: --- jlint-3.0.orig/message_node.hh +++ jlint-3.0/message_node.hh @@ -1,6 +1,6 @@ #ifndef MESSAGE_NODE_HH #define MESSAGE_NODE_HH -//#include <string> +#include <cstring> //#include "types.hh" // included by functions.hh #include "functions.hh"