From 4263c3e73928dc59b930fd33327786aad85fa22f Mon Sep 17 00:00:00 2001 From: Dimitrios Eftaxiopoulos Date: Sat, 10 Mar 2012 20:05:04 +0200 Subject: [PATCH] Python module creation failure --- debian/control | 10 +-- debian/control~ | 123 +++++++++++++++++++++++++++++ debian/libmgl-data.debhelper.log | 2 + debian/libmgl-dev.debhelper.log | 4 + debian/libmgl-wnd6.debhelper.log | 4 + debian/libmgl6.debhelper.log | 4 + debian/mathgl-doc-en.debhelper.log | 2 + debian/mathgl-doc-ru.debhelper.log | 2 + debian/mathgl.debhelper.log | 4 + debian/python-mathgl.debhelper.log | 4 + 10 files changed, 154 insertions(+), 5 deletions(-) create mode 100644 debian/control~ diff --git a/debian/control b/debian/control index e98a980..a7dfba3 100644 --- a/debian/control +++ b/debian/control @@ -5,12 +5,12 @@ Maintainer: Debian Science Maintainers , D Haley 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 index 0000000..68214ab --- /dev/null +++ b/debian/control~ @@ -0,0 +1,123 @@ +Source: mathgl +Section: science +Priority: optional +Maintainer: Debian Science Maintainers +Uploaders: Dimitrios Eftaxiopoulos , D Haley +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 diff --git a/debian/libmgl-data.debhelper.log b/debian/libmgl-data.debhelper.log index 9225e19..a6cb315 100644 --- a/debian/libmgl-data.debhelper.log +++ b/debian/libmgl-data.debhelper.log @@ -1,3 +1,5 @@ dh_auto_configure dh_auto_configure dh_auto_configure +dh_auto_configure +dh_auto_build diff --git a/debian/libmgl-dev.debhelper.log b/debian/libmgl-dev.debhelper.log index 9225e19..c6a88af 100644 --- a/debian/libmgl-dev.debhelper.log +++ b/debian/libmgl-dev.debhelper.log @@ -1,3 +1,7 @@ dh_auto_configure dh_auto_configure dh_auto_configure +dh_auto_configure +dh_auto_build +dh_prep +dh_installdirs diff --git a/debian/libmgl-wnd6.debhelper.log b/debian/libmgl-wnd6.debhelper.log index 9225e19..c6a88af 100644 --- a/debian/libmgl-wnd6.debhelper.log +++ b/debian/libmgl-wnd6.debhelper.log @@ -1,3 +1,7 @@ dh_auto_configure dh_auto_configure dh_auto_configure +dh_auto_configure +dh_auto_build +dh_prep +dh_installdirs diff --git a/debian/libmgl6.debhelper.log b/debian/libmgl6.debhelper.log index 9225e19..c6a88af 100644 --- a/debian/libmgl6.debhelper.log +++ b/debian/libmgl6.debhelper.log @@ -1,3 +1,7 @@ dh_auto_configure dh_auto_configure dh_auto_configure +dh_auto_configure +dh_auto_build +dh_prep +dh_installdirs diff --git a/debian/mathgl-doc-en.debhelper.log b/debian/mathgl-doc-en.debhelper.log index 9225e19..a6cb315 100644 --- a/debian/mathgl-doc-en.debhelper.log +++ b/debian/mathgl-doc-en.debhelper.log @@ -1,3 +1,5 @@ dh_auto_configure dh_auto_configure dh_auto_configure +dh_auto_configure +dh_auto_build diff --git a/debian/mathgl-doc-ru.debhelper.log b/debian/mathgl-doc-ru.debhelper.log index 9225e19..a6cb315 100644 --- a/debian/mathgl-doc-ru.debhelper.log +++ b/debian/mathgl-doc-ru.debhelper.log @@ -1,3 +1,5 @@ dh_auto_configure dh_auto_configure dh_auto_configure +dh_auto_configure +dh_auto_build diff --git a/debian/mathgl.debhelper.log b/debian/mathgl.debhelper.log index 9225e19..c6a88af 100644 --- a/debian/mathgl.debhelper.log +++ b/debian/mathgl.debhelper.log @@ -1,3 +1,7 @@ dh_auto_configure dh_auto_configure dh_auto_configure +dh_auto_configure +dh_auto_build +dh_prep +dh_installdirs diff --git a/debian/python-mathgl.debhelper.log b/debian/python-mathgl.debhelper.log index 9225e19..c6a88af 100644 --- a/debian/python-mathgl.debhelper.log +++ b/debian/python-mathgl.debhelper.log @@ -1,3 +1,7 @@ dh_auto_configure dh_auto_configure dh_auto_configure +dh_auto_configure +dh_auto_build +dh_prep +dh_installdirs -- 2.30.2