Dear maintainer, I've prepared an NMU for swac-explore (versioned as 0.2-1.1) and uploaded it to DELAYED/2, as per DevRef §5.11.1. Please feel free to tell me if I should delay it longer.
Regards. diff -u swac-explore-0.2/debian/changelog swac-explore-0.2/debian/changelog --- swac-explore-0.2/debian/changelog +++ swac-explore-0.2/debian/changelog @@ -1,3 +1,11 @@ +swac-explore (0.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS for GCC 4.4, thanks to Martin Michlmayr + (Closes: #504935) + + -- David Paleino <[email protected]> Mon, 21 Dec 2009 21:57:43 +0100 + swac-explore (0.2-1) unstable; urgency=low * Initial release only in patch2: unchanged: --- swac-explore-0.2.orig/src/posix.cc +++ swac-explore-0.2/src/posix.cc @@ -23,6 +23,7 @@ #include <pwd.h> #include <unistd.h> #include <dirent.h> +#include <stdio.h> #include <string> #include <string.h> #include <list> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

