Python module creation failure
authorDimitrios Eftaxiopoulos <eftaxi12@otenet.gr>
Sat, 10 Mar 2012 18:05:04 +0000 (20:05 +0200)
committerDimitrios Eftaxiopoulos <eftaxi12@otenet.gr>
Sat, 10 Mar 2012 18:05:04 +0000 (20:05 +0200)
debian/control
debian/control~ [new file with mode: 0644]
debian/libmgl-data.debhelper.log
debian/libmgl-dev.debhelper.log
debian/libmgl-wnd6.debhelper.log
debian/libmgl6.debhelper.log
debian/mathgl-doc-en.debhelper.log
debian/mathgl-doc-ru.debhelper.log
debian/mathgl.debhelper.log
debian/python-mathgl.debhelper.log

index e98a980d5bcfd0546ce5770a8c7a58ed9911c2c7..a7dfba3f504110f11000bf16acb22316b37bccf5 100644 (file)
@@ -5,12 +5,12 @@ Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.
 Uploaders: Dimitrios Eftaxiopoulos <eftaxi12@otenet.gr>, D Haley <mycae@yahoo.com>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.2.3~), libltdl-dev, libgsl0-dev, freeglut3-dev,
- libgl1-mesa-dev | libgl-dev, libpng-dev, libhdf5-dev, swig,
- libjpeg-dev, libtiff-dev, libfltk1.3-dev | libfltk-dev, libqt4-dev, libwxgtk2.8-dev, 
+ libgl1-mesa-dev | libgl-dev, libpng-dev, libhdf5-dev, swig, cmake, libxft-dev,
+ libjpeg-dev, libtiff-dev, libfltk1.3-dev, libqt4-dev, libwxgtk2.8-dev, 
  texinfo, texi2html, texlive, texlive-generic-recommended, octave3.2-headers,
- libgif-dev, autoconf, automake, python, python-dev, python-numpy, python-support,
- libhdf4-dev, chrpath
-Standards-Version: 3.9.2
+ libgif-dev, python, python-dev, python-numpy, python-support, libfontconfig1-dev,
+ libhdf4-dev, chrpath, libxinerama-dev 
+Standards-Version: 3.9.3
 Homepage: http://mathgl.sourceforge.net/index.html
 Vcs-Git: git://git.debian.org/debian-science/packages/mathgl.git
 Vcs-Browser: http://git.debian.org/?p=debian-science/packages/mathgl.git
diff --git a/debian/control~ b/debian/control~
new file mode 100644 (file)
index 0000000..68214ab
--- /dev/null
@@ -0,0 +1,123 @@
+Source: mathgl
+Section: science
+Priority: optional
+Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
+Uploaders: Dimitrios Eftaxiopoulos <eftaxi12@otenet.gr>, D Haley <mycae@yahoo.com>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.2.3~), libltdl-dev, libgsl0-dev, freeglut3-dev,
+ libgl1-mesa-dev | libgl-dev, libpng-dev, libhdf5-dev, swig, cmake, libxft-dev,
+ libjpeg-dev, libtiff-dev, libfltk1.3-dev, libqt4-dev, libwxgtk2.8-dev, 
+ texinfo, texi2html, texlive, texlive-generic-recommended, octave3.2-headers,
+ libgif-dev, python, python-dev, python-numpy, python-support, libfontconfig1-dev,
+ libhdf4-dev, chrpath, libxinerama-dev 
+Standards-Version: 3.9.2
+Homepage: http://mathgl.sourceforge.net/index.html
+Vcs-Git: git://git.debian.org/debian-science/packages/mathgl.git
+Vcs-Browser: http://git.debian.org/?p=debian-science/packages/mathgl.git
+
+Package: mathgl
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl6 (= ${binary:Version})
+Description: library for scientific graphs. (utilities and examples)
+ 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 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
+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 shared object files.
+
+Package: libmgl-wnd6
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl-data
+Description: library for scientific graphs. (windows 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
+Depends: ${misc:Depends}
+Description: library for scientific graphs. (data files)
+ 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 data files.
+
+Package: libmgl-dev
+Architecture: any
+Section: libdevel
+Depends: libmgl6 (= ${binary:Version}), libmgl-wnd6 (= ${binary:Version}), 
+ ${misc:Depends}, libgsl0-dev, libgl1-mesa-dev | libgl-dev, libpng-dev
+Description: library for scientific graphs. (development files)
+ 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 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 9225e19990f7fd404d5d7e1592f9164d76f87790..a6cb3150ba075611290e3722819a71ef292e1539 100644 (file)
@@ -1,3 +1,5 @@
 dh_auto_configure
 dh_auto_configure
 dh_auto_configure
+dh_auto_configure
+dh_auto_build
index 9225e19990f7fd404d5d7e1592f9164d76f87790..c6a88af56ed01e945f76f378384196adf44f2959 100644 (file)
@@ -1,3 +1,7 @@
 dh_auto_configure
 dh_auto_configure
 dh_auto_configure
+dh_auto_configure
+dh_auto_build
+dh_prep
+dh_installdirs
index 9225e19990f7fd404d5d7e1592f9164d76f87790..c6a88af56ed01e945f76f378384196adf44f2959 100644 (file)
@@ -1,3 +1,7 @@
 dh_auto_configure
 dh_auto_configure
 dh_auto_configure
+dh_auto_configure
+dh_auto_build
+dh_prep
+dh_installdirs
index 9225e19990f7fd404d5d7e1592f9164d76f87790..c6a88af56ed01e945f76f378384196adf44f2959 100644 (file)
@@ -1,3 +1,7 @@
 dh_auto_configure
 dh_auto_configure
 dh_auto_configure
+dh_auto_configure
+dh_auto_build
+dh_prep
+dh_installdirs
index 9225e19990f7fd404d5d7e1592f9164d76f87790..a6cb3150ba075611290e3722819a71ef292e1539 100644 (file)
@@ -1,3 +1,5 @@
 dh_auto_configure
 dh_auto_configure
 dh_auto_configure
+dh_auto_configure
+dh_auto_build
index 9225e19990f7fd404d5d7e1592f9164d76f87790..a6cb3150ba075611290e3722819a71ef292e1539 100644 (file)
@@ -1,3 +1,5 @@
 dh_auto_configure
 dh_auto_configure
 dh_auto_configure
+dh_auto_configure
+dh_auto_build
index 9225e19990f7fd404d5d7e1592f9164d76f87790..c6a88af56ed01e945f76f378384196adf44f2959 100644 (file)
@@ -1,3 +1,7 @@
 dh_auto_configure
 dh_auto_configure
 dh_auto_configure
+dh_auto_configure
+dh_auto_build
+dh_prep
+dh_installdirs
index 9225e19990f7fd404d5d7e1592f9164d76f87790..c6a88af56ed01e945f76f378384196adf44f2959 100644 (file)
@@ -1,3 +1,7 @@
 dh_auto_configure
 dh_auto_configure
 dh_auto_configure
+dh_auto_configure
+dh_auto_build
+dh_prep
+dh_installdirs