Hi, I uploaded an NMU of your package.
Please see this as help to get the package into a releaseable condition again. Please find the used diff below. Cheers, Andi diff -u libofx-0.9.0/debian/changelog libofx-0.9.0/debian/changelog --- libofx-0.9.0/debian/changelog +++ libofx-0.9.0/debian/changelog @@ -1,3 +1,10 @@ +libofx (1:0.9.0-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with gcc-4.3. Thanks to Martin Michlmayr. Closes: #417361 + + -- Andreas Barth <[EMAIL PROTECTED]> Sun, 16 Mar 2008 22:48:14 +0000 + libofx (1:0.9.0-2) unstable; urgency=low * debian/control (libofx4): Don't Conflict, Provide, or Replace only in patch2: unchanged: --- libofx-0.9.0.orig/lib/ofx_utilities.cpp +++ libofx-0.9.0/lib/ofx_utilities.cpp @@ -16,6 +16,7 @@ * * ***************************************************************************/ #include <config.h> +#include <cstdlib> #include <iostream> #include <assert.h> only in patch2: unchanged: --- libofx-0.9.0.orig/lib/ofx_container_transaction.cpp +++ libofx-0.9.0/lib/ofx_container_transaction.cpp @@ -21,6 +21,7 @@ #include <config.h> #endif +#include <cstdlib> #include <string> #include "messages.hh" #include "libofx.h" only in patch2: unchanged: --- libofx-0.9.0.orig/lib/ofx_request_accountinfo.cpp +++ libofx-0.9.0/lib/ofx_request_accountinfo.cpp @@ -21,6 +21,7 @@ #include <config.h> #endif +#include <cstdlib> #include <string> #include "libofx.h" #include "ofx_request_accountinfo.hh" only in patch2: unchanged: --- libofx-0.9.0.orig/lib/ofx_request_statement.cpp +++ libofx-0.9.0/lib/ofx_request_statement.cpp @@ -21,6 +21,7 @@ #include <config.h> #endif +#include <cstdlib> #include <string> #include "libofx.h" #include "ofx_utilities.hh" only in patch2: unchanged: --- libofx-0.9.0.orig/ofxdump/ofxdump.cpp +++ libofx-0.9.0/ofxdump/ofxdump.cpp @@ -27,6 +27,7 @@ * (at your option) any later version. * * * ***************************************************************************/ +#include <cstdlib> #include <iostream> #include <iomanip> #include <string> only in patch2: unchanged: --- libofx-0.9.0.orig/ofxconnect/ofxpartner.cpp +++ libofx-0.9.0/ofxconnect/ofxpartner.cpp @@ -35,6 +35,7 @@ #include <iostream> #include <string> #include <vector> +#include <algorithm> using std::string; using std::vector; -- http://home.arcor.de/andreas-barth/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]