[SCM] Packaging for mathgl branch, experimental, updated. debian/2.rc1-1-5-g4e90f85

Dimitrios Eftaxiopoulos eftaxi12 at otenet.gr
Wed Sep 28 12:28:35 UTC 2011


The following commit has been merged in the experimental branch:
commit ee1104733e934c8ff8fdb8d66228517b67abb443
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date:   Wed Sep 28 11:43:26 2011 +0300

    Failed to build documentation

diff --git a/debian/control b/debian/control
index ea54cdc..934360b 100644
--- a/debian/control
+++ b/debian/control
@@ -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
index 0000000..f79f910
--- /dev/null
+++ b/debian/libmgl-wnd6.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libmgl-wnd.so*
\ No newline at end of file
diff --git a/lang/INDEX b/debian/libmgl-wnd6.symbols
similarity index 100%
copy from lang/INDEX
copy to debian/libmgl-wnd6.symbols
diff --git a/debian/libmgl6.install b/debian/libmgl6.install
index 248a51b..7191f21 100644
--- a/debian/libmgl6.install
+++ b/debian/libmgl6.install
@@ -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
diff --git a/debian/mathgl.manpages b/debian/mathgl.manpages
index 7ab2cbb..f9dd4c6 100644
--- a/debian/mathgl.manpages
+++ b/debian/mathgl.manpages
@@ -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
index 958ce17..0000000
--- a/debian/mgl2cpp.1
+++ /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
index 9059428..0000000
--- a/debian/mgl2eps.1
+++ /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
index 4e4722f..0000000
--- a/debian/mgl2gif.1
+++ /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
index e9b3125..0000000
--- a/debian/mgl2png.1
+++ /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
index 3464ee8..0000000
--- a/debian/mgl2svg.1
+++ /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\&.
diff --git a/lang/numpy.i b/lang/numpy.i
index 3757077..25d1f1a 100644
--- a/lang/numpy.i
+++ b/lang/numpy.i
@@ -111,7 +111,7 @@
     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.

-- 
Packaging for mathgl



More information about the debian-science-commits mailing list