tags 417069 + patch thanks Hi,
Attached is the diff for my acpitool 0.4.7-1.1 NMU.
diff -u acpitool-0.4.7/debian/changelog acpitool-0.4.7/debian/changelog --- acpitool-0.4.7/debian/changelog +++ acpitool-0.4.7/debian/changelog @@ -1,3 +1,10 @@ +acpitool (0.4.7-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 4.3 (Closes: #417069). + + -- Luk Claes <[EMAIL PROTECTED]> Sat, 08 Mar 2008 15:25:44 +0000 + acpitool (0.4.7-1) unstable; urgency=low * New upstream release @@ -102 +109 @@ - -- Nicolas Weyland <[EMAIL PROTECTED]> Wed, 21 Sep 2005 14:59:12 +0200 \ No newline at end of file + -- Nicolas Weyland <[EMAIL PROTECTED]> Wed, 21 Sep 2005 14:59:12 +0200 only in patch2: unchanged: --- acpitool-0.4.7.orig/src/freq.cpp +++ acpitool-0.4.7/src/freq.cpp @@ -27,6 +27,7 @@ #include <config.h> #endif +#include <cstdlib> #include <iostream> #include <iomanip> #include <fstream> only in patch2: unchanged: --- acpitool-0.4.7.orig/src/acpitool.cpp +++ acpitool-0.4.7/src/acpitool.cpp @@ -28,6 +28,7 @@ #include <config.h> #endif +#include <cstdlib> #include <iostream> #include <iomanip> #include <fstream> only in patch2: unchanged: --- acpitool-0.4.7.orig/src/cpu.cpp +++ acpitool-0.4.7/src/cpu.cpp @@ -27,6 +27,7 @@ #include <config.h> #endif +#include <cstdlib> #include <iostream> #include <iomanip> #include <fstream> only in patch2: unchanged: --- acpitool-0.4.7.orig/src/thinkpad.cpp +++ acpitool-0.4.7/src/thinkpad.cpp @@ -1,5 +1,6 @@ /* support for IBM Thinkpad acpi driver */ +#include <cstdlib> #include <iomanip> #include <iostream> #include <fstream> only in patch2: unchanged: --- acpitool-0.4.7.orig/src/main.cpp +++ acpitool-0.4.7/src/main.cpp @@ -27,6 +27,7 @@ #include <config.h> #endif +#include <cstdlib> #include <iostream> #include <iomanip> #include <fstream> only in patch2: unchanged: --- acpitool-0.4.7.orig/src/battery.cpp +++ acpitool-0.4.7/src/battery.cpp @@ -27,6 +27,7 @@ #include <config.h> #endif +#include <cstdlib> #include <iostream> #include <iomanip> #include <fstream>