Author: malat-guest Date: 2009-06-22 13:10:17 +0000 (Mon, 22 Jun 2009) New Revision: 3522
Added: trunk/packages/gdcm/tags/2.0.10-4/debian/patches/gcc44.patch Modified: trunk/packages/gdcm/tags/2.0.10-4/debian/changelog trunk/packages/gdcm/tags/2.0.10-4/debian/patches/series Log: do proper tagging Modified: trunk/packages/gdcm/tags/2.0.10-4/debian/changelog =================================================================== --- trunk/packages/gdcm/tags/2.0.10-4/debian/changelog 2009-06-22 13:08:55 UTC (rev 3521) +++ trunk/packages/gdcm/tags/2.0.10-4/debian/changelog 2009-06-22 13:10:17 UTC (rev 3522) @@ -1,3 +1,9 @@ +gdcm (2.0.10-4) unstable; urgency=low + + * Adding another patch for gcc 4.4. Closes: #529276 + + -- Mathieu Malaterre <[email protected]> Mon, 22 Jun 2009 14:33:55 +0200 + gdcm (2.0.10-3) unstable; urgency=low * Do not build libgdcm-cil when mono is not available. Closes: #531174 Added: trunk/packages/gdcm/tags/2.0.10-4/debian/patches/gcc44.patch =================================================================== --- trunk/packages/gdcm/tags/2.0.10-4/debian/patches/gcc44.patch (rev 0) +++ trunk/packages/gdcm/tags/2.0.10-4/debian/patches/gcc44.patch 2009-06-22 13:10:17 UTC (rev 3522) @@ -0,0 +1,24 @@ +This patch fix debian bug: + +diff -r -u -x .svn ../tags/gdcm-2-0-10/Source/Common/zipstreamimpl.hpp gdcm-2-0/Source/Common/zipstreamimpl.hpp +--- ../tags/gdcm-2-0-10/Source/Common/zipstreamimpl.hpp 2008-11-18 09:54:25.000000000 +0100 ++++ gdcm-2-0/Source/Common/zipstreamimpl.hpp 2009-04-29 10:36:19.000000000 +0200 +@@ -34,8 +34,6 @@ + when reading deflate bit stream in DICOM special handling of \0 is needed + also when writing deflate back to disk, the add_footer must be called + */ +-#include <string.h> // memcpy +-#include <stdio.h> // EOF + + //***************************************************************************** + // template class basic_zip_streambuf +diff -r -u -x .svn ../tags/gdcm-2-0-10/Source/Common/zipstreamimpl.h gdcm-2-0/Source/Common/zipstreamimpl.h +--- ../tags/gdcm-2-0-10/Source/Common/zipstreamimpl.h 2008-11-18 09:54:25.000000000 +0100 ++++ gdcm-2-0/Source/Common/zipstreamimpl.h 2009-04-29 10:36:19.000000000 +0200 +@@ -59,6 +59,9 @@ + #include <iostream> + #include <algorithm> + ++#include <string.h> // memcpy ++#include <stdio.h> // EOF ++ Property changes on: trunk/packages/gdcm/tags/2.0.10-4/debian/patches/gcc44.patch ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:eol-style + native Modified: trunk/packages/gdcm/tags/2.0.10-4/debian/patches/series =================================================================== --- trunk/packages/gdcm/tags/2.0.10-4/debian/patches/series 2009-06-22 13:08:55 UTC (rev 3521) +++ trunk/packages/gdcm/tags/2.0.10-4/debian/patches/series 2009-06-22 13:10:17 UTC (rev 3522) @@ -2,3 +2,4 @@ gdcmjpeg-versioning.patch gdcm210_tagbackport.patch gdcm210_branchbackport.patch +gcc44.patch _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
