Dear maintainer, I've prepared an NMU for libofa (versioned as 0.9.3-3.1) and uploaded it to DELAYED/2, as per DevRef §5.11.1. The NMU contains the patch already proposed in the bugreport. Please feel free to tell me if I should delay it longer.
Regards. diff -u libofa-0.9.3/debian/changelog libofa-0.9.3/debian/changelog --- libofa-0.9.3/debian/changelog +++ libofa-0.9.3/debian/changelog @@ -1,3 +1,11 @@ +libofa (0.9.3-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with GCC 4.4, debian/patches/06_gcc44.diff added, + thanks to Martin Michlmayr (Closes: #504902) + + -- David Paleino <da...@debian.org> Mon, 21 Dec 2009 16:08:36 +0100 + libofa (0.9.3-3) unstable; urgency=low * Change policy version to 3.7.3. only in patch2: unchanged: --- libofa-0.9.3.orig/debian/patches/06_gcc44.diff +++ libofa-0.9.3/debian/patches/06_gcc44.diff @@ -0,0 +1,18 @@ +From: Martin Michlmayr <t...@cyrius.com> +Subject: FTBFS with GCC 4.4: missing #include +Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504902 +Forwarded: no +--- + examples/example.cpp | 1 + + 1 file changed, 1 insertion(+) + +--- libofa-0.9.3.orig/examples/example.cpp ++++ libofa-0.9.3/examples/example.cpp +@@ -8,6 +8,7 @@ + -------------------------------------------------------------------*/ + + #include "protocol.h" ++#include <cstdio> + #include <cctype> + #include <string.h> + -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org