tags 477505 + patch thanks Hi,
find attached the diff for my libcommoncpp2 1.6.1-1.1 NMU, which i will upload to delay-7. Greetings Martin
diff -u libcommoncpp2-1.6.1/debian/changelog libcommoncpp2-1.6.1/debian/changelog --- libcommoncpp2-1.6.1/debian/changelog +++ libcommoncpp2-1.6.1/debian/changelog @@ -1,3 +1,12 @@ +libcommoncpp2 (1.6.1-1.1) unstable; urgency=high + + * Non-maintainer (but porter) upload to fix FTBFS on sparc + thus, urgency=high + * add dpatch to add missing include on src/mempager.cpp (Closes: #477505) + Thanks for Jurij Smakov for the patch. + + -- Martin Zobel-Helas <[EMAIL PROTECTED]> Sat, 16 Aug 2008 08:45:05 +0200 + libcommoncpp2 (1.6.1-1) unstable; urgency=low * New upstream release diff -u libcommoncpp2-1.6.1/debian/patches/00list libcommoncpp2-1.6.1/debian/patches/00list --- libcommoncpp2-1.6.1/debian/patches/00list +++ libcommoncpp2-1.6.1/debian/patches/00list @@ -4,0 +5 @@ +cstdlib_sparc only in patch2: unchanged: --- libcommoncpp2-1.6.1.orig/debian/patches/cstdlib_sparc.dpatch +++ libcommoncpp2-1.6.1/debian/patches/cstdlib_sparc.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## cstdlib_sparc.dpatch by <[EMAIL PROTECTED]> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: fix FTBFS on sparc + [EMAIL PROTECTED]@ +diff -urNad libcommoncpp2-1.6.1~/src/mempager.cpp libcommoncpp2-1.6.1/src/mempager.cpp +--- libcommoncpp2-1.6.1~/src/mempager.cpp 2007-12-08 13:56:24.000000000 +0100 ++++ libcommoncpp2-1.6.1/src/mempager.cpp 2008-08-16 08:42:19.761161207 +0200 +@@ -42,6 +42,8 @@ + #include <cc++/misc.h> + #include "private.h" + ++#include <cstdlib> ++ + #ifdef CCXX_NAMESPACES + namespace ost { + using std::endl;