tags 454856 + patch thanks Hi,
Attached is the diff for my libsigcx 0.6.6-1.1 NMU. -- Mark Hymers <mhy at debian dot org>
diff -u libsigcx-0.6.6/debian/changelog libsigcx-0.6.6/debian/changelog --- libsigcx-0.6.6/debian/changelog +++ libsigcx-0.6.6/debian/changelog @@ -1,3 +1,10 @@ +libsigcx (0.6.6-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with gcc-4.3. Patch from Cyril Brulebois. Closes: #454856 + + -- Mark Hymers <[EMAIL PROTECTED]> Sat, 05 Apr 2008 22:55:48 +0000 + libsigcx (0.6.6-1) unstable; urgency=low * New upstream release. only in patch2: unchanged: --- libsigcx-0.6.6.orig/sigcx/util.cc +++ libsigcx-0.6.6/sigcx/util.cc @@ -8,6 +8,7 @@ #include "sigcx/util.h" +#include <cstring> namespace SigCX { only in patch2: unchanged: --- libsigcx-0.6.6.orig/tests/convert_test.cc +++ libsigcx-0.6.6/tests/convert_test.cc @@ -1,5 +1,7 @@ #include <string> #include <iostream> +#include <cstring> + #include <sigcx/convert.h> /*