Dear maintainer, I've prepared an NMU for log4cxx (versioned as 0.10.0-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 log4cxx-0.10.0/debian/changelog log4cxx-0.10.0/debian/changelog --- log4cxx-0.10.0/debian/changelog +++ log4cxx-0.10.0/debian/changelog @@ -1,3 +1,11 @@ +log4cxx (0.10.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/patches/120-gcc-4.4.dpatch added, fixes FTBFS with + GCC 4.4, thanks to Martin Michlmayr (Closes: #510759) + + -- David Paleino <da...@debian.org> Mon, 21 Dec 2009 17:10:21 +0100 + log4cxx (0.10.0-1) unstable; urgency=low * New maintainer (Closes: #491015) diff -u log4cxx-0.10.0/debian/patches/00list log4cxx-0.10.0/debian/patches/00list --- log4cxx-0.10.0/debian/patches/00list +++ log4cxx-0.10.0/debian/patches/00list @@ -5,0 +6 @@ +120-gcc-4.4.dpatch only in patch2: unchanged: --- log4cxx-0.10.0.orig/debian/patches/120-gcc-4.4.dpatch +++ log4cxx-0.10.0/debian/patches/120-gcc-4.4.dpatch @@ -0,0 +1,18 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 120-gcc-4.4.dpatch by Martin Michlmayr <t...@cyrius.com> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: FTBFS with GCC 4.4: missing #include + +...@dpatch@ +diff -urNad log4cxx-0.10.0~/src/examples/cpp/console.cpp log4cxx-0.10.0/src/examples/cpp/console.cpp +--- log4cxx-0.10.0~/src/examples/cpp/console.cpp 2009-12-21 17:09:09.000000000 +0100 ++++ log4cxx-0.10.0/src/examples/cpp/console.cpp 2009-12-21 17:09:24.000000000 +0100 +@@ -15,6 +15,7 @@ + * limitations under the License. + */ + ++#include <stdio.h> + #include <stdlib.h> + #include <log4cxx/logger.h> + #include <log4cxx/consoleappender.h> -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org