Hi, The following is the diff for my vtk 5.0.3-1.1 NMU.
diff -u vtk-5.0.3/debian/changelog vtk-5.0.3/debian/changelog --- vtk-5.0.3/debian/changelog +++ vtk-5.0.3/debian/changelog @@ -1,3 +1,10 @@ +vtk (5.0.3-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with gcc-4.3. Thanks to Cyril Brulebois. Closes: #455442 + + -- Andreas Barth <[EMAIL PROTECTED]> Sun, 16 Mar 2008 23:07:05 +0000 + vtk (5.0.3-1) unstable; urgency=low * New upstream release only in patch2: unchanged: --- vtk-5.0.3.orig/Utilities/DICOMParser/DICOMAppHelper.cxx +++ vtk-5.0.3/Utilities/DICOMParser/DICOMAppHelper.cxx @@ -38,6 +38,8 @@ #include <mem.h> // for memcpy #endif +#include <cstring> + //#define DEBUG_DICOM_APP_HELPER class DICOMAppHelperImplementation only in patch2: unchanged: --- vtk-5.0.3.orig/Utilities/DICOMParser/DICOMParser.cxx +++ vtk-5.0.3/Utilities/DICOMParser/DICOMParser.cxx @@ -42,6 +42,8 @@ #include "DICOMParser.h" #include "DICOMCallback.h" +#include <cstring> + // Define DEBUG_DICOM to get debug messages sent to dicom_stream::cerr // #define DEBUG_DICOM only in patch2: unchanged: --- vtk-5.0.3.orig/Utilities/DICOMParser/DICOMFile.cxx +++ vtk-5.0.3/Utilities/DICOMParser/DICOMFile.cxx @@ -28,6 +28,8 @@ #include "DICOMConfig.h" #include "DICOMFile.h" +#include <cstring> + DICOMFile::DICOMFile() : InputStream() { /* Are we little or big endian? From Harbison&Steele. */ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]