tags 417711 + patch thanks Hi,
Attached is the diff for my swscanner 0.2.2-2.1 NMU.
diff -u swscanner-0.2.2/debian/changelog swscanner-0.2.2/debian/changelog --- swscanner-0.2.2/debian/changelog +++ swscanner-0.2.2/debian/changelog @@ -1,3 +1,10 @@ +swscanner (0.2.2-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC 4.3 (Closes: #417711). + + -- Luk Claes <[EMAIL PROTECTED]> Sat, 15 Mar 2008 17:39:30 +0000 + swscanner (0.2.2-2) unstable; urgency=low * Moved contents from binary-indep to binary-arch rules targets. Closes: #345365 only in patch2: unchanged: --- swscanner-0.2.2.orig/src/apentry.h +++ swscanner-0.2.2/src/apentry.h @@ -24,6 +24,7 @@ #include <qmutex.h> #include <string.h> #include <stdio.h> +#include <cstdlib> #include <iostream> #include <klocale.h>