From: Dimitrios Eftaxiopoulos Date: Fri, 23 Mar 2012 08:54:14 +0000 (+0200) Subject: Failed to install python module X-Git-Tag: archive/raspbian/2.5-2+rpi1^2~193^2~7^2~26 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9646b189665a2df9aac025019de2f2fe0395fc64;p=mathgl.git Failed to install python module --- diff --git a/debian/changelog b/debian/changelog index 86f7e53..eee3cd8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mathgl (2~rc2+svn376-1) experimental; urgency=low + + * Updated source from svn repository. + + -- Dimitrios Eftaxiopoulos Thu, 22 Mar 2012 19:49:00 +0200 + mathgl (2~rc2+svn368-1) experimental; urgency=low * Updated source from svn repository. diff --git a/debian/control b/debian/control index 804d9c2..d8dfdf4 100644 --- a/debian/control +++ b/debian/control @@ -28,6 +28,34 @@ Description: library for scientific graphs. (utilities and examples) . This package contains MathGL utilities and examples. +Package: mathgl-doc-en +Architecture: all +Section: doc +Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends} +Replaces: mathgl-doc +Description: library for scientific graphs. (English documentation) + 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 MathGL documentation in English. + +Package: mathgl-doc-ru +Architecture: all +Section: doc +Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends} +Replaces: mathgl-doc +Description: library for scientific graphs. (Russian documentation) + 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 MathGL documentation in Russian. + Package: libmgl6 Architecture: any Section: libs @@ -80,3 +108,16 @@ Description: library for scientific graphs. (development files) languages, such as, C, Fortran, Pascal, Forth, Python, Octave. . This package contains the development files. + +Package: python-mathgl +Architecture: any +Section: python +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-numpy-abi9 +Description: library for scientific graphs. (Python module) + 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 provides the Python module for mathgl. \ No newline at end of file diff --git a/debian/patches/series b/debian/patches/series index 031a966..4277de1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ CMakeLists-txt.patch -texinfo-CMakeLists-txt.patch diff --git a/debian/patches/texinfo-CMakeLists-txt.patch b/debian/patches/texinfo-CMakeLists-txt.patch deleted file mode 100644 index 87e311f..0000000 --- a/debian/patches/texinfo-CMakeLists-txt.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/texinfo/CMakeLists.txt -+++ b/texinfo/CMakeLists.txt -@@ -4,7 +4,7 @@ - - if(MGL_HAVE_DOC) - add_custom_command(OUTPUT ${CMAKE_SOURCE_DIR}/texinfo/png/all.png -- COMMAND LD_LIBRARY_PATH=${CMAKE_BINARY_DIR}/mgl ${CMAKE_BINARY_DIR}/examples/mgl_example -+ COMMAND ${CMAKE_BINARY_DIR}/examples/mgl_example - COMMAND touch ${CMAKE_SOURCE_DIR}/texinfo/png/all.png - # MAIN_DEPENDENCY ${CMAKE_BINARY_DIR}/examples/mgl_example - WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/texinfo/png