[Pkg-cli-libs-commits] [taoframework] 44/91: taoframework (2.0.0.svn20071027-4) unstable; urgency=high

Jo Shields directhex at moszumanska.debian.org
Mon Sep 22 08:33:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to branch master
in repository taoframework.

commit 26b3a53b10f8ea84ba691557329dcbc990c0531f
Author: Sam Hocevar <sam at zoy.org>
Date:   Tue Aug 19 12:58:17 2008 +0000

    taoframework (2.0.0.svn20071027-4) unstable; urgency=high
    
      * debian/control:
        + Build-depend on newer libavcodec-dev packages to cope with soname
          bumps (Closes: #482739).
        + Rebuild against openal for the openal-soft transition (Closes: #492310).
        + Build-depend on the proper libgl{u,}1-mesa-dev packages.
      * debian/patches/202_disable_parts_of_glu_doc.diff:
        + Fix an old FTBFS by disabling a few documentation comments in the GLU
          bindings.
    
     -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Tue, 19 Aug 2008 09:44:09 +0000
---
 debian/changelog                                 |  13 +
 debian/control                                   |   4 +-
 debian/patches/202_disable_parts_of_glu_doc.diff | 359 +++++++++++++++++++++++
 debian/patches/series                            |   1 +
 4 files changed, 375 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c6fa582..1510771 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+taoframework (2.0.0.svn20071027-4) unstable; urgency=high
+
+  * debian/control:
+    + Build-depend on newer libavcodec-dev packages to cope with soname
+      bumps (Closes: #482739).
+    + Rebuild against openal for the openal-soft transition (Closes: #492310).
+    + Build-depend on the proper libgl{u,}1-mesa-dev packages.
+  * debian/patches/202_disable_parts_of_glu_doc.diff:
+    + Fix an old FTBFS by disabling a few documentation comments in the GLU
+      bindings.
+
+ -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Tue, 19 Aug 2008 09:44:09 +0000
+
 taoframework (2.0.0.svn20071027-3) unstable; urgency=low
 
   * debian/control:
diff --git a/debian/control b/debian/control
index 04a5b9b..5f97270 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
 Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
 Uploaders: Sebastian Dröge <slomo at debian.org>, Dylan R. E. Moonfire <debian at mfgames.com>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>
 Build-Depends: debhelper (>= 5), quilt
-Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-gac, mono-gmcs, mono-utils, libmono-dev, libopenal-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libsdl-ttf2.0-dev, libsdl1.2-dev, libsmpeg-dev, libode0-dev, libdevil-dev, libphysfs-dev, freeglut3-dev, libglu1-xorg-dev | libglu1-dev, xlibmesa-gl-dev | libgl1-mesa-dev, monodoc-base, liblua5.1-0-dev, libavcodec-dev, libavformat-dev, libnunit2.2.6-cil
-Standards-Version: 3.7.3
+Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-gac, mono-gmcs, mono-utils, libmono-dev, libopenal-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libsdl-ttf2.0-dev, libsdl1.2-dev, libsmpeg-dev, libode0-dev, libdevil-dev, libphysfs-dev, freeglut3-dev, libglu1-mesa-dev | libglu1-dev, libgl1-mesa-dev | libgl1-dev, monodoc-base, liblua5.1-0-dev, libavcodec-dev, libavformat-dev, libnunit2.2.6-cil
+Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-libs/packages/taoframework/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-libs/packages/taoframework/trunk?op=log
 
diff --git a/debian/patches/202_disable_parts_of_glu_doc.diff b/debian/patches/202_disable_parts_of_glu_doc.diff
new file mode 100644
index 0000000..ce930d5
--- /dev/null
+++ b/debian/patches/202_disable_parts_of_glu_doc.diff
@@ -0,0 +1,359 @@
+Index: taoframework-2.0.0.svn20071027/Tao.OpenGl/Tao.OpenGl/Glu.cs
+===================================================================
+--- taoframework-2.0.0.svn20071027.orig/Tao.OpenGl/Tao.OpenGl/Glu.cs	2008-08-19 10:46:37.000000000 +0000
++++ taoframework-2.0.0.svn20071027/Tao.OpenGl/Tao.OpenGl/Glu.cs	2008-08-19 10:46:50.000000000 +0000
+@@ -1498,118 +1498,118 @@
+ 
+         // --- Public Delegates ---
+         #region NurbsBeginCallback(int type)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
+         // void begin(GLenum type);
+         public delegate void NurbsBeginCallback(int type);
+         #endregion NurbsBeginCallback(int type)
+ 
+         #region NurbsBeginDataCallback(int type, [In] IntPtr[] userData)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
+         // void beginData(GLenum type, void *userData);
+         public delegate void NurbsBeginDataCallback(int type, [In] IntPtr[] userData);
+         #endregion NurbsBeginDataCallback(int type, [In] IntPtr[] userData)
+ 
+         #region NurbsColorCallback([In] float[] colorData)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
+         // void color(GLfloat *color);
+         public delegate void NurbsColorCallback([In] float[] colorData);
+         #endregion NurbsColorCallback([In] float[] colorData)
+ 
+         #region NurbsColorDataCallback([In] float[] colorData, [In] IntPtr[] userData)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
+         // void colorData(GLfloat *color, void *userData);
+         public delegate void NurbsColorDataCallback([In] float[] colorData, [In] IntPtr[] userData);
+         #endregion NurbsColorDataCallback([In] float[] colorData, [In] IntPtr[] userData)
+ 
+         #region NurbsEndCallback()
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
+         // void end(void);
+         public delegate void NurbsEndCallback();
+         #endregion NurbsEndCallback()
+ 
+         #region NurbsEndDataCallback([In] IntPtr[] userData)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
+         // void endData(void *userData);
+         public delegate void NurbsEndDataCallback([In] IntPtr[] userData);
+         #endregion NurbsEndDataCallback([In] IntPtr[] userData)
+ 
+         #region NurbsErrorCallback(int type)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
+         // typedef void (CALLBACK* GLUnurbsErrorProc) (GLenum);
+         public delegate void NurbsErrorCallback(int type);
+         #endregion NurbsErrorCallback(int type)
+ 
+         #region NurbsNormalCallback([In] float[] normalData)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
+         // void normal(GLfloat *normal);
+         public delegate void NurbsNormalCallback([In] float[] normalData);
+         #endregion NurbsNormalCallback([In] float[] normalData)
+ 
+         #region NurbsNormalDataCallback([In] float[] normalData, [In] IntPtr[] userData)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
+         // void normalData(GLfloat *normal, void *userData);
+         public delegate void NurbsNormalDataCallback([In] float[] normalData, [In] IntPtr[] userData);
+         #endregion NurbsNormalDataCallback([In] float[] normalData, [In] IntPtr[] userData)
+ 
+         #region NurbsTexCoordCallback([In] float[] texCoord)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
+         // void texCoord(GLfloat *tex coord);
+         public delegate void NurbsTexCoordCallback([In] float[] texCoord);
+         #endregion NurbsTexCoordCallback([In] float[] texCoord)
+ 
+         #region NurbsTexCoordDataCallback([In] float[] texCoord, [In] IntPtr[] userData)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
+         // void texCoordData(GLfloat *tex coord, void *userData);
+         public delegate void NurbsTexCoordDataCallback([In] float[] texCoord, [In] IntPtr[] userData);
+         #endregion NurbsTexCoordDataCallback([In] float[] texCoord, [In] IntPtr[] userData)
+ 
+         #region NurbsVertexCallback([In] float[] vertexData)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
+         // void vertex(GLfloat *vertex);
+         public delegate void NurbsVertexCallback([In] float[] vertexData);
+         #endregion NurbsVertexCallback([In] float[] vertexData)
+ 
+         #region NurbsVertexDataCallback([In] float[] vertexData, [In] IntPtr[] userData)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluNurbsCallback(Tao.OpenGl.Glu.GLUnurbs, int, Tao.OpenGl.Glu.NurbsBeginCallback)" />
+         // void vertexData(GLfloat *vertex, void *userData);
+         public delegate void NurbsVertexDataCallback([In] float[] vertexData, [In] IntPtr[] userData);
+         #endregion NurbsVertexDataCallback([In] float[] vertexData, [In] IntPtr[] userData)
+@@ -1624,127 +1624,127 @@
+         #endregion QuadricErrorCallback(int errorCode)
+ 
+         #region TessBeginCallback(int type)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
+         // typedef void (CALLBACK* GLUtessBeginProc) (GLenum);
+         public delegate void TessBeginCallback(int type);
+         #endregion TessBeginCallback(int type)
+ 
+         #region TessBeginDataCallback(int type, [In] IntPtr polygonData)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
+         // typedef void (CALLBACK* GLUtessBeginDataProc) (GLenum, void *);
+         public delegate void TessBeginDataCallback(int type, [In] IntPtr polygonData);
+         #endregion TessBeginDataCallback(int type, [In] IntPtr polygonData)
+ 
+         #region TessCombineCallback([In] double[] coordinates, [In] IntPtr[] vertexData, [In] float[] weight, [Out] IntPtr[] outData)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
+         // typedef void (CALLBACK* GLUtessCombineProc) (GLdouble[3], void*[4], GLfloat[4], void**);
+         public delegate void TessCombineCallback([In] double[] coordinates, [In] IntPtr[] vertexData, [In] float[] weight, [Out] IntPtr[] outData);
+         #endregion TessCombineCallback([In] double[] coordinates, [In] IntPtr[] vertexData, [In] float[] weight, [Out] IntPtr[] outData)
+ 
+         #region TessCombineCallback1([In] double[] coordinates, [In] double[][] vertexData, [In] float[] weight, [Out] double[] outData)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
+         // typedef void (CALLBACK* GLUtessCombineProc) (GLdouble[3], void*[4], GLfloat[4], void**);
+         public delegate void TessCombineCallback1([MarshalAs(UnmanagedType.LPArray, SizeConst=3)] [In] double[] coordinates, [MarshalAs(UnmanagedType.LPArray, SizeConst=4)] [In] double[] vertexData, [MarshalAs(UnmanagedType.LPArray, SizeConst=4)] [In] float[] weight, [Out] double[] outData);
+         #endregion TessCombineCallback1([In] double[] coordinates, [In] double[][] vertexData, [In] float[] weight, [Out] double[] outData)
+ 
+         #region TessCombineDataCallback([In] double[] coordinates, [In] IntPtr[] vertexData, [In] float[] weight, [Out] IntPtr[] outData, [In] IntPtr polygonData)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
+         // typedef void (CALLBACK* GLUtessCombineDataProc) (GLdouble[3], void*[4], GLfloat[4], void**, void*);
+         public delegate void TessCombineDataCallback([In] double[] coordinates, [In] IntPtr[] vertexData, [In] float[] weight, [Out] IntPtr[] outData, [In] IntPtr polygonData);
+         #endregion TessCombineDataCallback([In] double[] coordinates, [In] IntPtr[] vertexData, [In] float[] weight, [Out] IntPtr[] outData, [In] IntPtr polygonData)
+ 
+         #region TessEdgeFlagCallback(int flag)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
+         // typedef void (CALLBACK* GLUtessEdgeFlagProc) (GLboolean);
+         public delegate void TessEdgeFlagCallback(int flag);
+         #endregion TessEdgeFlagCallback(int flag)
+ 
+         #region TessEdgeFlagDataCallback(int flag, [In] IntPtr polygonData)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
+         // typedef void (CALLBACK* GLUtessEdgeFlagDataProc) (GLboolean, void *);
+         public delegate void TessEdgeFlagDataCallback(int flag, [In] IntPtr polygonData);
+         #endregion TessEdgeFlagDataCallback(int flag, [In] IntPtr polygonData)
+ 
+         #region TessEndCallback()
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
+         // typedef void (CALLBACK* GLUtessEndProc) (void);
+         public delegate void TessEndCallback();
+         #endregion TessEndCallback()
+ 
+         #region TessEndDataCallback([In] IntPtr polygonData)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
+         // typedef void (CALLBACK* GLUtessEndDataProc) (void *);
+         public delegate void TessEndDataCallback(IntPtr polygonData);
+         #endregion TessEndDataCallback(IntPtr polygonData)
+ 
+         #region TessErrorCallback(int errorCode)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
+         // typedef void (CALLBACK* GLUtessErrorProc) (GLenum);
+         public delegate void TessErrorCallback(int errorCode);
+         #endregion TessErrorCallback(int errorCode)
+ 
+         #region TessErrorDataCallback(int errorCode, [In] IntPtr polygonData)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
+         // typedef void (CALLBACK* GLUtessErrorDataProc) (GLenum, void *);
+         public delegate void TessErrorDataCallback(int errorCode, [In] IntPtr polygonData);
+         #endregion TessErrorDataCallback(int errorCode, [In] IntPtr polygonData)
+ 
+         #region TessVertexCallback([In] IntPtr vertexData)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
+         // typedef void (CALLBACK* GLUtessVertexProc) (void *);
+         public delegate void TessVertexCallback([In] IntPtr vertexData);
+         #endregion TessVertexCallback([In] IntPtr vertexData)
+ 
+         #region TessVertexCallback1([In] double[] vertexData)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
+         // typedef void (CALLBACK* GLUtessVertexProc) (void *);
+         public delegate void TessVertexCallback1([In] double[] vertexData);
+         #endregion TessVertexCallback1([In] double[] vertexData)
+ 
+         #region TessVertexDataCallback([In] IntPtr vertexData, [In] IntPtr polygonData)
+-        /// <summary>
+-        ///     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
+-        /// </summary>
+-        /// <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
++        // <summary>
++        //     Callback (delegate) for use with <see cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />.
++        // </summary>
++        // <seealso cref="gluTessCallback(Tao.OpenGl.Glu.GLUtesselator, int, Tao.OpenGl.Glu.TessBeginCallback)" />
+         // typedef void (CALLBACK* GLUtessVertexDataProc) (void *, void *);
+         public delegate void TessVertexDataCallback([In] IntPtr vertexData, [In] IntPtr polygonData);
+         #endregion TessVertexDataCallback([In] IntPtr vertexData, [In] IntPtr polygonData)
diff --git a/debian/patches/series b/debian/patches/series
index 8b8a382..cb3ed4e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
 100_nunit_pkg_config.diff
 200_dllimport_attributes.diff
 201_no_resources.diff
+202_disable_parts_of_glu_doc.diff
 300_proper_dll_config.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/taoframework.git



More information about the Pkg-cli-libs-commits mailing list