[med-svn] r3595 - in trunk/packages/gdcm/trunk/debian: . patches
Mathieu Malaterre
malat-guest at alioth.debian.org
Wed Jul 8 07:49:53 UTC 2009
Author: malat-guest
Date: 2009-07-08 07:49:51 +0000 (Wed, 08 Jul 2009)
New Revision: 3595
Added:
trunk/packages/gdcm/trunk/debian/patches/gcc44.patch
Modified:
trunk/packages/gdcm/trunk/debian/changelog
trunk/packages/gdcm/trunk/debian/patches/series
Log:
Reactivate the missing gcc44.patch (gdcm svn rev: 5852). Thanks to Andrea Gasparini for report
Modified: trunk/packages/gdcm/trunk/debian/changelog
===================================================================
--- trunk/packages/gdcm/trunk/debian/changelog 2009-07-08 07:08:06 UTC (rev 3594)
+++ trunk/packages/gdcm/trunk/debian/changelog 2009-07-08 07:49:51 UTC (rev 3595)
@@ -1,3 +1,10 @@
+gdcm (2.0.12-4) unstable; urgency=low
+
+ * Reactivate the missing gcc44.patch (gdcm svn rev: 5852).
+ Thanks to Andrea Gasparini for report
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com> Wed, 08 Jul 2009 09:48:32 +0200
+
gdcm (2.0.12-3) unstable; urgency=low
* Fix build on system without mono
Added: trunk/packages/gdcm/trunk/debian/patches/gcc44.patch
===================================================================
--- trunk/packages/gdcm/trunk/debian/patches/gcc44.patch (rev 0)
+++ trunk/packages/gdcm/trunk/debian/patches/gcc44.patch 2009-07-08 07:49:51 UTC (rev 3595)
@@ -0,0 +1,26 @@
+http://gdcm.svn.sf.net/viewvc/gdcm?view=rev&revision=5852
+
+--- trunk/Source/Common/zipstreamimpl.hpp 2009/06/19 16:28:41 5851
++++ trunk/Source/Common/zipstreamimpl.hpp 2009/06/22 09:52:14 5852
+@@ -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
+--- trunk/Source/Common/zipstreamimpl.h 2009/06/19 16:28:41 5851
++++ trunk/Source/Common/zipstreamimpl.h 2009/06/22 09:52:14 5852
+@@ -59,6 +59,9 @@
+ #include <iostream>
+ #include <algorithm>
+
++#include <string.h> // memcpy
++#include <stdio.h> // EOF
++
+ #include <gdcm_zlib.h>
+
+ #ifdef WIN32 /* Window 95 & Windows NT */
+
Modified: trunk/packages/gdcm/trunk/debian/patches/series
===================================================================
--- trunk/packages/gdcm/trunk/debian/patches/series 2009-07-08 07:08:06 UTC (rev 3594)
+++ trunk/packages/gdcm/trunk/debian/patches/series 2009-07-08 07:49:51 UTC (rev 3595)
@@ -2,3 +2,4 @@
vtk_jar.patch
share_man.patch
java_covariant_return_type.patch
+gcc44.patch
More information about the debian-med-commit
mailing list