[SCM] Packaging for mathgl branch, experimental, updated. debian/2_rc2+svn368-1-4-g9646b18

Dimitrios Eftaxiopoulos eftaxi12 at otenet.gr
Fri Mar 23 08:57:38 UTC 2012


The following commit has been merged in the experimental branch:
commit 9646b189665a2df9aac025019de2f2fe0395fc64
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date:   Fri Mar 23 10:54:14 2012 +0200

    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 <eftaxi12 at otenet.gr>  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

-- 
Packaging for mathgl



More information about the debian-science-commits mailing list