Author: malat-guest Date: 2009-06-24 14:43:49 +0000 (Wed, 24 Jun 2009) New Revision: 3543
Added: trunk/packages/gdcm/trunk/debian/patches/java_covariant_return_type.patch Modified: trunk/packages/gdcm/trunk/debian/changelog trunk/packages/gdcm/trunk/debian/patches/series Log: udpate for the Eclipse Java Compiler 0.894_R34x Modified: trunk/packages/gdcm/trunk/debian/changelog =================================================================== --- trunk/packages/gdcm/trunk/debian/changelog 2009-06-24 14:19:43 UTC (rev 3542) +++ trunk/packages/gdcm/trunk/debian/changelog 2009-06-24 14:43:49 UTC (rev 3543) @@ -8,6 +8,8 @@ * New cmd line tools: gdcmanon, gdcmpdf and gdcmgendir * Adding man pages for all tools * Transition of Mono 2.0. Closes: #534297 + * Adding a special patch for the Eclipse Java Compiler 0.894_R34x as it does + not support covariant return type. -- Mathieu Malaterre <[email protected]> Mon, 15 Jun 2009 16:56:43 +0200 Added: trunk/packages/gdcm/trunk/debian/patches/java_covariant_return_type.patch =================================================================== --- trunk/packages/gdcm/trunk/debian/patches/java_covariant_return_type.patch (rev 0) +++ trunk/packages/gdcm/trunk/debian/patches/java_covariant_return_type.patch 2009-06-24 14:43:49 UTC (rev 3543) @@ -0,0 +1,10 @@ +--- gdcm-2.0.10.orig/Wrapping/Java/gdcm.i (revision 5856) ++++ gdcm-2.0.10/Wrapping/Java/gdcm.i (working copy) +@@ -563,6 +563,7 @@ + //%include "gdcmPythonFilter.h" + %include "gdcmTagPath.h" + %include "gdcmPixmapToPixmapFilter.h" ++%ignore gdcm::ImageToImageFilter::GetOutput() const; + %include "gdcmImageToImageFilter.h" + %include "gdcmSOPClassUIDToIOD.h" + %include "gdcmImageChangeTransferSyntax.h" Property changes on: trunk/packages/gdcm/trunk/debian/patches/java_covariant_return_type.patch ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:eol-style + native Modified: trunk/packages/gdcm/trunk/debian/patches/series =================================================================== --- trunk/packages/gdcm/trunk/debian/patches/series 2009-06-24 14:19:43 UTC (rev 3542) +++ trunk/packages/gdcm/trunk/debian/patches/series 2009-06-24 14:43:49 UTC (rev 3543) @@ -1,3 +1,4 @@ gdcmjpeg-versioning.patch vtk_jar.patch share_man.patch +java_covariant_return_type.patch _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
