tags 504982 + pending thanks Dear maintainer,
I've prepared an NMU for xqilla (versioned as 2.0.0-2.3) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards.
diff -u xqilla-2.0.0/debian/changelog xqilla-2.0.0/debian/changelog --- xqilla-2.0.0/debian/changelog +++ xqilla-2.0.0/debian/changelog @@ -1,3 +1,10 @@ +xqilla (2.0.0-2.3) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with gcc-4.4 (Closes: #504982). + + -- Luca Falavigna <dktrkr...@debian.org> Wed, 30 Dec 2009 09:41:29 +0000 + xqilla (2.0.0-2.2) unstable; urgency=low * Non-maintainer upload. only in patch2: unchanged: --- xqilla-2.0.0.orig/src/lexer/XQLexer.cpp +++ xqilla-2.0.0/src/lexer/XQLexer.cpp @@ -40,6 +40,7 @@ #include <stdlib.h> #include <iostream> +#include <cstdio> /* Use prototypes in function declarations. */ #define YY_USE_PROTOS only in patch2: unchanged: --- xqilla-2.0.0.orig/src/items/Numeric.cpp +++ xqilla-2.0.0/src/items/Numeric.cpp @@ -20,6 +20,7 @@ */ #include <assert.h> +#include <cstdio> #include "../config/xqilla_config.h" #include <xqilla/items/Numeric.hpp> only in patch2: unchanged: --- xqilla-2.0.0.orig/src/parser/XQParser.cpp +++ xqilla-2.0.0/src/parser/XQParser.cpp @@ -43,6 +43,8 @@ define necessary library symbols; they are noted "INFRINGES ON USER NAME SPACE" below. */ +#include <cstdio> + /* Identify Bison output. */ #define YYBISON 1