tags 417433 + patch thanks Hi,
Attached is the diff for my mp3blaster 1:3.2.3-3.1 NMU.
diff -u mp3blaster-3.2.3/debian/changelog mp3blaster-3.2.3/debian/changelog --- mp3blaster-3.2.3/debian/changelog +++ mp3blaster-3.2.3/debian/changelog @@ -1,3 +1,10 @@ +mp3blaster (1:3.2.3-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 4.3 (Closes: #417433). + + -- Luk Claes <[EMAIL PROTECTED]> Thu, 13 Mar 2008 22:47:37 +0000 + mp3blaster (1:3.2.3-3) unstable; urgency=low * Disable USLEEP in play_list(). This change between 3.2.2 and 3.2.3 only in patch2: unchanged: --- mp3blaster-3.2.3.orig/src/history.cc +++ mp3blaster-3.2.3/src/history.cc @@ -1,5 +1,6 @@ #include <config.h> #include "history.h" +#include <cstdlib> #include <string.h> History::History()

