Failed to install python module
authorDimitrios Eftaxiopoulos <eftaxi12@otenet.gr>
Fri, 23 Mar 2012 08:54:14 +0000 (10:54 +0200)
committerDimitrios Eftaxiopoulos <eftaxi12@otenet.gr>
Fri, 23 Mar 2012 08:54:14 +0000 (10:54 +0200)
debian/changelog
debian/control
debian/patches/series
debian/patches/texinfo-CMakeLists-txt.patch [deleted file]

index 86f7e5323a9bb7061761e7beafc26f8748beae4b..eee3cd8241dc6cc6c006af261bc7372766c9480e 100644 (file)
@@ -1,3 +1,9 @@
+mathgl (2~rc2+svn376-1) experimental; urgency=low
+
+  * Updated source from svn repository.
+
+ -- Dimitrios Eftaxiopoulos <eftaxi12@otenet.gr>  Thu, 22 Mar 2012 19:49:00 +0200
+
 mathgl (2~rc2+svn368-1) experimental; urgency=low
 
   * Updated source from svn repository.
index 804d9c297f73224556ea546bcba0cd7e396731fd..d8dfdf42e1e7c60667635325357e9949752cdd4b 100644 (file)
@@ -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
index 031a96623e851cd68155fc5212878d97195d9f99..4277de1289da0f79046007582058505143729fb1 100644 (file)
@@ -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 (file)
index 87e311f..0000000
+++ /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