Dear maintainer, I've prepared an NMU for libfcgi (versioned as 2.4.0-7.1) and uploaded it to DELAYED/2, as per DevRef §5.11.1. The NMU contains the patch already attached to this bugreport. Please feel free to tell me if I should delay it longer.
Regards. diff -u libfcgi-2.4.0/debian/changelog libfcgi-2.4.0/debian/changelog --- libfcgi-2.4.0/debian/changelog +++ libfcgi-2.4.0/debian/changelog @@ -1,3 +1,10 @@ +libfcgi (2.4.0-7.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with GCC 4.4, thanks to Martin Michlmayr (Closes: #504963) + + -- David Paleino <da...@debian.org> Mon, 21 Dec 2009 15:45:39 +0100 + libfcgi (2.4.0-7) unstable; urgency=low * rebuild for long double 128bit transition. (Closes: #430250) only in patch2: unchanged: --- libfcgi-2.4.0.orig/libfcgi/fcgio.cpp +++ libfcgi-2.4.0/libfcgi/fcgio.cpp @@ -22,6 +22,7 @@ #define DLLAPI __declspec(dllexport) #endif +#include <cstdio> #include <limits.h> #include "fcgio.h" -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org