Hi,
Attached is the diff for my libapt-front 0.4.0-0.2 NMU.
diff -Nru libapt-front-0.4.0/apt-front/cache/cache.h
libapt-front-0.4.0/apt-front/cache/cache.h
--- libapt-front-0.4.0/apt-front/cache/cache.h 2007-06-26 19:31:44.000000000
+0200
+++ libapt-front-0.4.0/apt-front/cache/cache.h 2008-03-16 23:23:31.000000000
+0100
@@ -4,6 +4,7 @@
*/
#include <map>
#include <set>
+#include <cstdlib>
#include <apt-pkg/progress.h> // FIXME
diff -Nru /tmp/19hncWxdhW/libapt-front-0.4.0/apt-front/init.cpp
/tmp/X4bSZwYUVN/libapt-front-0.4.0/apt-front/init.cpp
--- libapt-front-0.4.0/apt-front/init.cpp 2006-10-04 14:18:59.000000000
+0200
+++ libapt-front-0.4.0/apt-front/init.cpp 2008-03-16 23:23:31.000000000
+0100
@@ -1,5 +1,6 @@
#include <apt-pkg/init.h>
#include <apt-front/init.h>
+#include <libintl.h>
namespace aptFront {
diff -Nru /tmp/19hncWxdhW/libapt-front-0.4.0/apt-front/updater.cpp
/tmp/X4bSZwYUVN/libapt-front-0.4.0/apt-front/updater.cpp
--- libapt-front-0.4.0/apt-front/updater.cpp 2006-10-04 21:36:51.000000000
+0200
+++ libapt-front-0.4.0/apt-front/updater.cpp 2008-03-16 23:23:31.000000000
+0100
@@ -1,6 +1,7 @@
#include <apt-front/updater.h>
#include <sys/types.h>
#include <pwd.h>
+#include <stdlib.h>
/*
#include <ept/init.h>
diff -Nru /tmp/19hncWxdhW/libapt-front-0.4.0/debian/changelog
/tmp/X4bSZwYUVN/libapt-front-0.4.0/debian/changelog
--- libapt-front-0.4.0/debian/changelog 2007-07-01 01:19:01.000000000 +0200
+++ libapt-front-0.4.0/debian/changelog 2008-03-16 23:24:07.000000000 +0100
@@ -1,3 +1,10 @@
+libapt-front (0.4.0-0.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix g++-4.3 FTBFS, thanks to Brian M. Carlson (Closes: 441514).
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]> Sun, 16 Mar 2008 22:23:35 +0000
+
libapt-front (0.4.0-0.1) unstable; urgency=low
* NMU (0-day, needed for apt transition)
diff -Nru /tmp/19hncWxdhW/libapt-front-0.4.0/tests/tut-main.cpp
/tmp/X4bSZwYUVN/libapt-front-0.4.0/tests/tut-main.cpp
--- libapt-front-0.4.0/tests/tut-main.cpp 2004-09-16 17:33:08.000000000
+0200
+++ libapt-front-0.4.0/tests/tut-main.cpp 2008-03-16 23:23:31.000000000
+0100
@@ -1,6 +1,8 @@
#include <tut.h>
#include <tut_reporter.h>
#include <iostream>
+#include <string.h>
+#include <stdlib.h>
namespace tut
{