Dear maintainer, I've prepared an NMU for libassa (versioned as 3.5.0-1.1) and uploaded it to DELAYED/2, as per DevRef §5.11.1. The NMU contains the patch already provided in the bugreport. Please feel free to tell me if I should delay it longer.
Regards. diff -u libassa-3.5.0/debian/changelog libassa-3.5.0/debian/changelog --- libassa-3.5.0/debian/changelog +++ libassa-3.5.0/debian/changelog @@ -1,3 +1,10 @@ +libassa (3.5.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with GCC 4.4, thanks to Martin Michlmayr (Closes: #504943) + + -- David Paleino <da...@debian.org> Mon, 21 Dec 2009 15:43:01 +0100 + libassa (3.5.0-1) unstable; urgency=low * New upstream release. only in patch2: unchanged: --- libassa-3.5.0.orig/assa/Logger_Impl.cpp +++ libassa-3.5.0/assa/Logger_Impl.cpp @@ -12,6 +12,7 @@ // version 2 of the License, or (at your option) any later version. //------------------------------------------------------------------------------ +#include <cstdio> #include <iostream> #include <iomanip> #include <string.h> // strerror(3) only in patch2: unchanged: --- libassa-3.5.0.orig/assa/Logger_Impl.h +++ libassa-3.5.0/assa/Logger_Impl.h @@ -15,6 +15,7 @@ #define LOGGER_IMPL_H #include <errno.h> +#include <cstdarg> #include <string> #if defined(sun) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org