Failed to build documentation
authorDimitrios Eftaxiopoulos <eftaxi12@otenet.gr>
Wed, 28 Sep 2011 08:43:26 +0000 (11:43 +0300)
committerDimitrios Eftaxiopoulos <eftaxi12@otenet.gr>
Wed, 28 Sep 2011 08:43:26 +0000 (11:43 +0300)
debian/control
debian/libmgl-wnd6.install [new file with mode: 0644]
debian/libmgl-wnd6.symbols [new file with mode: 0644]
debian/libmgl6.install
debian/mathgl.manpages
debian/mgl2cpp.1 [deleted file]
debian/mgl2eps.1 [deleted file]
debian/mgl2gif.1 [deleted file]
debian/mgl2png.1 [deleted file]
debian/mgl2svg.1 [deleted file]
lang/numpy.i

index ea54cdcf40bcc9ad1b24d862b0fadd24f1b726a0..934360b5f05c4489e7529285281b377c06c619d9 100644 (file)
@@ -69,6 +69,19 @@ Description: library for scientific graphs. (main runtime library)
  .
  This package contains the shared object files.
 
+Package: libmgl-wnd6
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl-data
+Description: library for scientific graphs. (main runtime library)
+ A free cross-platform library of fast C++ routines for plotting data in up
+ to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF
+ files. There are simple window interfaces based on GLUT, FLTK and/or Qt.
+ MathGL can also be used in the console. There are interfaces to a set of
+ languages, such as, C, Fortran, Pascal, Forth, Python, Octave.
+ .
+ This package contains the window opening related shared object files.
+
 Package: libmgl-data
 Architecture: all
 Section: misc
diff --git a/debian/libmgl-wnd6.install b/debian/libmgl-wnd6.install
new file mode 100644 (file)
index 0000000..f79f910
--- /dev/null
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libmgl-wnd.so*
\ No newline at end of file
diff --git a/debian/libmgl-wnd6.symbols b/debian/libmgl-wnd6.symbols
new file mode 100644 (file)
index 0000000..e69de29
index 248a51b133bfb1761fe5565cbb35aeab74f73e47..7191f21e301b843b57bd3fd61523bf4877776624 100644 (file)
@@ -1 +1 @@
-debian/tmp/usr/lib/libmgl.so.*
\ No newline at end of file
+debian/tmp/usr/lib/libmgl.so*
\ No newline at end of file
index 7ab2cbb8a3e0d52c19d4ae25a0c229fc99f279d5..f9dd4c608eeb1c1339865524149a4c0ea41cf14c 100644 (file)
@@ -1,6 +1 @@
-debian/mgl2cpp.1
-debian/mgl2eps.1 
-debian/mgl2gif.1
-debian/mgl2png.1
-debian/mgl2svg.1
 debian/mglview.1
\ No newline at end of file
diff --git a/debian/mgl2cpp.1 b/debian/mgl2cpp.1
deleted file mode 100644 (file)
index 958ce17..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-.TH "mgl2cpp" "1" "May 2010"
-.SH "NAME"
-mgl2cpp \- Execute MathGL scripts to generate C++ code
-.SH "SYNOPSIS" 
-.PP 
-mgl2cpp < scriptfile > [outputname] [parameters]
-.PP
-.SH "DESCRIPTION" 
-.PP 
-mgl2cpp converts mathgl scripts into a text file containing the C++ code required to produce plots of specified functions or data. When called with only the script file name, the program will create an output file in the same directory as the input script, with a .cpp extension. Any file entitled "scriptfile.cpp" (where scriptfile is the name of the script being executed will be overwritten.
-.PP 
-.SH "OPTIONS" 
-.PP 
-.IP "\fB-L\fP"
-Set the locale 
-.PP
-.IP "-N" 
-Sets the nth parameter, such that \-0 is the zeroth parameter. This is supported up to \-9. Parameters are passed to the mgl script, and can be used to influence execution.
-
-.PP 
-.SH "SEE ALSO" 
-.PP 
-mgl2png, mgl2gif, mgl2eps, mgl2svg
-.PP 
-.SH "AUTHOR" 
-.PP 
-mgl2cpp was written by Alexey Balakin
-http://mathgl.sourceforge.net/
-.PP 
-Bugs may be submitted online to the MathGL forums at the above web address.
-.PP 
-This build of mgl2svg is released under the GNU General Public Licence version 2 or later\& Please see the file COPYING for license details\&.
diff --git a/debian/mgl2eps.1 b/debian/mgl2eps.1
deleted file mode 100644 (file)
index 9059428..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-.TH "mgl2eps" "1" "May 2010"
-.SH "NAME"
-mgl2eps \- Execute MathGL scripts to generate Encapsulated PostScript (EPS) output
-.SH "SYNOPSIS" 
-.PP 
-mgl2eps < scriptfile > [outputname] [parameters]
-.PP
-.SH "DESCRIPTION" 
-.PP 
-mgl2eps converts mathgl scripts into Encapsulated PostScript (EPS) files, to produce plots of specified functions or data. When called with only the script file name, the program will create an output EPS file in the same directory as the input script, with a .eps extension. Any file entitled "scriptfile.eps" (where scriptfile  is the name of the script being executed) will be overwritten.
-.PP 
-.SH "OPTIONS" 
-.PP 
-.IP "\fB-L\fP"
-Set the locale 
-.PP
-.IP "-N" 
-Sets the nth parameter, such that \-0 is the zeroth parameter. This is supported up to \-9. Parameters are passed to the mgl script, and can be used to influence execution.
-
-.PP 
-.SH "SEE ALSO" 
-.PP 
-mgl2png, mgl2gif, mgl2svg, mgl2cpp
-.PP 
-.PP 
-.SH "AUTHOR" 
-.PP 
-.SH "AUTHOR" 
-.PP 
-mgl2eps was written by Alexey Balakin
-http://mathgl.sourceforge.net/
-.PP 
-Bugs may be submitted online to the MathGL forums at the above web address.
-.PP 
-This build of mgl2eps is released under the GNU General Public Licence version 2 or later\& Please see the file COPYING for license details\&.
diff --git a/debian/mgl2gif.1 b/debian/mgl2gif.1
deleted file mode 100644 (file)
index 4e4722f..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-.TH "mgl2gif" "1" "May 2010"
-.SH "NAME"
-mgl2gif \- Execute MathGL scripts to generate Graphics Interchange Format (GIF)files 
-.SH "SYNOPSIS" 
-.PP 
-mgl2gif < scriptfile > [outputname] [parameters]
-.PP
-.SH "DESCRIPTION" 
-.PP 
-mgl2gif converts mathgl scripts into Graphics Interchange Format (GIF) files, to produce plots of speicfied functions or data. When called with only the script file name, the program will create an output GIF file in the same directory as the input script, with a .gif extension. Any file entitled "scriptfile.gif" (where scriptfile  is the name of the script being executed will be overwritten.
-.PP 
-.SH "OPTIONS" 
-.PP 
-.IP "\fB-L\fP"
-Set the locale 
-.PP
-.IP "-N" 
-Sets the nth parameter, such that \-0 is the zeroth parameter. This is supported up to \-9. Parameters are passed to the mgl script, and can be used to influence execution.
-
-.PP 
-.SH "SEE ALSO" 
-.PP 
-mgl2png, mgl2svg, mgl2eps, mgl2cpp
-.PP 
-.SH "AUTHOR" 
-.PP 
-mgl2gif was written by Alexey Balakin
-http://mathgl.sourceforge.net/
-.PP 
-Bugs may be submitted online to the MathGL forums at the above web address.
-.PP 
-This build of mgl2gif is released under the GNU General Public Licence version 2 or later\& Please see the file COPYING for license details\&.
diff --git a/debian/mgl2png.1 b/debian/mgl2png.1
deleted file mode 100644 (file)
index e9b3125..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-.TH "mgl2png" "1" "May 2010"
-.SH "NAME"
-mgl2png \- Execute MathGL scripts to generate Portable Network Graphics (PNG) output
-.SH "SYNOPSIS" 
-.PP 
-mgl2png < scriptfile > [outputname] [parameters]
-.PP
-.SH "DESCRIPTION" 
-.PP 
-mgl2png converts mathgl scripts into scalable vector graphics (PNG) files, to produce plots of specified functions or data. When called with only the script file name, the program will create an output PNG file in the same directory as the input script, with a .png extension. Any file entitled "scriptfile.png" (where scriptfile  is the name of the script being executed will be overwritten.
-.PP 
-.SH "OPTIONS" 
-.PP 
-.IP "\fB-L\fP"
-Set the locale 
-.PP
-.IP "-N" 
-Sets the nth parameter, such that \-0 is the zeroth parameter. This is supported up to \-9. Parameters are passed to the mgl script, and can be used to influence execution.
-
-.PP 
-.SH "SEE ALSO" 
-.PP 
-mgl2svg, mgl2gif, mgl2eps, mgl2cpp
-.PP 
-.SH "AUTHOR" 
-.PP 
-mgl2png was written by Alexey Balakin
-http://mathgl.sourceforge.net/
-.PP 
-Bugs may be submitted online to the MathGL forums at the above web address.
-.PP 
-This build of mgl2png is released under the GNU General Public Licence version 2 or later\& Please see the file COPYING for license details\&.
diff --git a/debian/mgl2svg.1 b/debian/mgl2svg.1
deleted file mode 100644 (file)
index 3464ee8..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-.TH "mgl2svg" "1" "May 2010"
-.SH "NAME"
-mgl2svg \- Execute MathGL scripts to generate Scalable Vector Graphics (SVG) output
-.SH "SYNOPSIS" 
-.PP 
-mgl2svg < scriptfile > [outputname] [parameters]
-.PP
-.SH "DESCRIPTION" 
-.PP 
-mgl2svg converts mathgl scripts into scalable vector graphics (SVG) files, to produce plots of specified functions or data. When called with only the script file name, the program will create an output SVG file in the same directory as the input script, with a .svg extension. Any file entitled "scriptfile.svg" (where scriptfile  is the name of the script being executed will be overwritten.
-.PP 
-.SH "OPTIONS" 
-.PP 
-.IP "\fB-L\fP"
-Set the locale 
-.PP
-.IP "-N" 
-Sets the nth parameter, such that \-0 is the zeroth parameter. This is supported up to \-9. Parameters are passed to the mgl script, and can be used to influence execution.
-
-.PP 
-.SH "SEE ALSO" 
-.PP 
-mgl2png, mgl2gif, mgl2eps, mgl2cpp
-.PP 
-.SH "AUTHOR" 
-.PP 
-mgl2svg was written by Alexey Balakin
-http://mathgl.sourceforge.net/
-.PP 
-Bugs may be submitted online to the MathGL forums at the above web address.
-.PP 
-This build of mgl2svg is released under the GNU General Public Licence version 2 or later\& Please see the file COPYING for license details\&.
index 37570777e1d8514f43b956fba18f3cd9b7b385cd..25d1f1a2e2cba54352ff66a822871a491acbf7ae 100644 (file)
     if (PyModule_Check(  py_obj)) return "module"      ;
     if (PyInstance_Check(py_obj)) return "instance"    ;
 
-    return "unknown type";
+    return "unknow type";
   }
 
   /* Given a NumPy typecode, return a string describing the type.