[med-svn] r6793 - in trunk/packages/gdcm/trunk/debian: . patches
Steven Michael Robbins
smr at alioth.debian.org
Mon May 9 04:29:35 UTC 2011
Author: smr
Date: 2011-05-09 04:29:31 +0000 (Mon, 09 May 2011)
New Revision: 6793
Added:
trunk/packages/gdcm/trunk/debian/patches/ptrdiff.patch
Modified:
trunk/packages/gdcm/trunk/debian/changelog
trunk/packages/gdcm/trunk/debian/patches/series
Log:
Include stddef.h to define ptrdiff_t.
Modified: trunk/packages/gdcm/trunk/debian/changelog
===================================================================
--- trunk/packages/gdcm/trunk/debian/changelog 2011-05-08 13:58:38 UTC (rev 6792)
+++ trunk/packages/gdcm/trunk/debian/changelog 2011-05-09 04:29:31 UTC (rev 6793)
@@ -1,3 +1,10 @@
+gdcm (2.0.17-3) unstable; urgency=low
+
+ * patches/ptrdiff.patch: New. Include stddef.h, to define ptrdiff_t.
+ Closes: #624902.
+
+ -- Steve M. Robbins <smr at debian.org> Sun, 08 May 2011 23:28:20 -0500
+
gdcm (2.0.17-2) unstable; urgency=low
* Use doxygen-latex package. Closes: #616216
Added: trunk/packages/gdcm/trunk/debian/patches/ptrdiff.patch
===================================================================
--- trunk/packages/gdcm/trunk/debian/patches/ptrdiff.patch (rev 0)
+++ trunk/packages/gdcm/trunk/debian/patches/ptrdiff.patch 2011-05-09 04:29:31 UTC (rev 6793)
@@ -0,0 +1,10 @@
+--- gdcm-2.0.17.orig/Wrapping/Python/gdcmswig.i
++++ gdcm-2.0.17/Wrapping/Python/gdcmswig.i
+@@ -27,6 +27,7 @@
+ // "There is no option to suppress all SWIG warning messages."
+ #pragma SWIG nowarn=302,303,312,362,383,389,401,503,504,509,510,514,516
+ %{
++#include "stddef.h"
+ #include "gdcmTypes.h"
+ #include "gdcmASN1.h"
+ #include "gdcmSmartPointer.h"
Modified: trunk/packages/gdcm/trunk/debian/patches/series
===================================================================
--- trunk/packages/gdcm/trunk/debian/patches/series 2011-05-08 13:58:38 UTC (rev 6792)
+++ trunk/packages/gdcm/trunk/debian/patches/series 2011-05-09 04:29:31 UTC (rev 6793)
@@ -0,0 +1 @@
+ptrdiff.patch
More information about the debian-med-commit
mailing list