[med-svn] r21833 - in trunk/packages/mgltools/gle/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Sun May 1 06:15:24 UTC 2016


Author: tille
Date: 2016-05-01 06:15:24 +0000 (Sun, 01 May 2016)
New Revision: 21833

Added:
   trunk/packages/mgltools/gle/trunk/debian/patches/
   trunk/packages/mgltools/gle/trunk/debian/patches/series
   trunk/packages/mgltools/gle/trunk/debian/patches/typemap-comments.patch
Log:
Add ubuntu patch


Added: trunk/packages/mgltools/gle/trunk/debian/patches/series
===================================================================
--- trunk/packages/mgltools/gle/trunk/debian/patches/series	                        (rev 0)
+++ trunk/packages/mgltools/gle/trunk/debian/patches/series	2016-05-01 06:15:24 UTC (rev 21833)
@@ -0,0 +1 @@
+typemap-comments.patch

Added: trunk/packages/mgltools/gle/trunk/debian/patches/typemap-comments.patch
===================================================================
--- trunk/packages/mgltools/gle/trunk/debian/patches/typemap-comments.patch	                        (rev 0)
+++ trunk/packages/mgltools/gle/trunk/debian/patches/typemap-comments.patch	2016-05-01 06:15:24 UTC (rev 21833)
@@ -0,0 +1,42 @@
+Description: Fix FTBFS with stricter new swig
+Author: Adam Conrad <adconrad at ubuntu.com>
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/1562470
+
+--- mgltools-gle-1.5.7~rc1+cvs.20140424.orig/gle/gle.i
++++ mgltools-gle-1.5.7~rc1+cvs.20140424/gle/gle.i
+@@ -149,7 +149,7 @@ glePolyCone_c4f (int npoints,	 /* numpoi
+                    gleColor4f color_array[1],	/* colors at polyline verts */
+                    gleDouble radius_array[1]); /* cone radii at polyline verts */
+ 
+-#typemaps for Numeric arrays
++/* typemaps for Numeric arrays */
+ DOUBLE_ARRAY2D( contour, [1][2], ncp )
+ %apply double ARRAY2D[ANY][ANY] { double cont_normal[1][2] };
+ %apply double VECTOR_NULL[ANY] { double up[3] };
+@@ -172,7 +172,7 @@ gleExtrusion_c4f (int ncp,         /* nu
+                 gleDouble point_array[1][3], /* polyline vertices */
+                 gleColor4f color_array[1]); /* colors at polyline verts */
+ 
+-#typemaps for Numeric arrays
++/* typemaps for Numeric arrays */
+ %apply double VECTOR[ANY] { double twist_array[1] };
+ 
+ /* extrude 2D contour, specifying local rotations (twists) */
+@@ -195,7 +195,7 @@ gleTwistExtrusion_c4f (int ncp,
+                 gleDouble twist_array[1]);   /* countour twists (in degrees) */
+ 
+ 
+-#typemaps for Numeric arrays
++/* typemaps for Numeric arrays */
+ %apply double ARRAY3D_NULL[ANY][ANY][ANY] { double xform_array[1][2][3] };
+ 
+ /* extrude 2D contour, specifying local affine tranformations */
+@@ -218,7 +218,7 @@ gleSuperExtrusion_c4f (int ncp,  /* numb
+                 gleColor4f color_array[1],        /* color at polyline verts */
+                 gleDouble xform_array[1][2][3]);   /* 2D contour xforms */
+ 
+-#typemaps for Numeric arrays
++/* typemaps for Numeric arrays */
+ %apply double ARRAY2D_NULL[ANY][ANY] { double startXform[2][3] };
+ %apply double ARRAY2D_NULL[ANY][ANY] { double dXformdTheta[2][3] };
+ 




More information about the debian-med-commit mailing list