From: Dimitrios Eftaxiopoulos Date: Tue, 27 Jan 2015 15:06:48 +0000 (+0200) Subject: Change the library package names to reflect the new soname X-Git-Tag: archive/raspbian/2.5-2+rpi1^2~114 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c983afd8fa2f01d0e79d3b5c39085828f311a138;p=mathgl.git Change the library package names to reflect the new soname --- diff --git a/debian/libmgl-fltk7.2.0.install b/debian/libmgl-fltk7.2.0.install deleted file mode 100644 index 8ccf313..0000000 --- a/debian/libmgl-fltk7.2.0.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/libmgl-fltk.so.* \ No newline at end of file diff --git a/debian/libmgl-fltk7.2.0.postinst.debhelper b/debian/libmgl-fltk7.2.0.postinst.debhelper deleted file mode 100644 index 3d89d3e..0000000 --- a/debian/libmgl-fltk7.2.0.postinst.debhelper +++ /dev/null @@ -1,5 +0,0 @@ -# Automatically added by dh_makeshlibs -if [ "$1" = "configure" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl-fltk7.2.0.postrm.debhelper b/debian/libmgl-fltk7.2.0.postrm.debhelper deleted file mode 100644 index 7f44047..0000000 --- a/debian/libmgl-fltk7.2.0.postrm.debhelper +++ /dev/null @@ -1,5 +0,0 @@ -# Automatically added by dh_makeshlibs -if [ "$1" = "remove" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl-fltk7.2.0.substvars b/debian/libmgl-fltk7.2.0.substvars deleted file mode 100644 index 77f5625..0000000 --- a/debian/libmgl-fltk7.2.0.substvars +++ /dev/null @@ -1,3 +0,0 @@ -python:Depends=python-numpy (>= 1:1.8.0), python-numpy-abi9 -shlibs:Depends=libc6 (>= 2.15), libfontconfig1 (>= 2.11), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgomp1 (>= 4.2.1), libgsl0ldbl (>= 1.9), libhdf4-0, libhdf5-8, libhpdf-2.2.1, libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libmgl7.2.0, libpng12-0 (>= 1.2.13-4), libsm6, libstdc++6 (>= 4.1.1), libx11-6, libxext6, libxft2 (>> 2.1.1), libxinerama1, zlib1g (>= 1:1.1.4) -misc:Depends= diff --git a/debian/libmgl-fltk7.2.0/DEBIAN/control b/debian/libmgl-fltk7.2.0/DEBIAN/control deleted file mode 100644 index 5b39c4e..0000000 --- a/debian/libmgl-fltk7.2.0/DEBIAN/control +++ /dev/null @@ -1,21 +0,0 @@ -Package: libmgl-fltk7.2.0 -Source: mathgl -Version: 2.3.1-1 -Architecture: amd64 -Maintainer: Debian Science Maintainers -Installed-Size: 855 -Depends: libc6 (>= 2.15), libfontconfig1 (>= 2.11), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgomp1 (>= 4.2.1), libgsl0ldbl (>= 1.9), libhdf4-0, libhdf5-8, libhpdf-2.2.1, libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libmgl7.2.0, libpng12-0 (>= 1.2.13-4), libsm6, libstdc++6 (>= 4.1.1), libx11-6, libxext6, libxft2 (>> 2.1.1), libxinerama1, zlib1g (>= 1:1.1.4), libmgl-data -Conflicts: libmgl-fltk5, libmgl-fltk7.1.0 -Replaces: libmgl-fltk5, libmgl-fltk7.1.0 -Section: libs -Priority: optional -Homepage: http://mathgl.sourceforge.net/doc_en/Main.html -Description: library for scientific graphs (fltk interface for windows) - 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 fltk interface shared object files for window - opening. diff --git a/debian/libmgl-fltk7.2.0/DEBIAN/md5sums b/debian/libmgl-fltk7.2.0/DEBIAN/md5sums deleted file mode 100644 index 2fc3013..0000000 --- a/debian/libmgl-fltk7.2.0/DEBIAN/md5sums +++ /dev/null @@ -1,4 +0,0 @@ -9346768c56e04cd3316950f3537510dd usr/lib/libmgl-fltk.so.7.4.0 -e6359d6b69fa83bc17836cc9fa789924 usr/share/doc/libmgl-fltk7.2.0/changelog.Debian.gz -47d1d6f2dcc10f279f6c994be32d5647 usr/share/doc/libmgl-fltk7.2.0/changelog.gz -930ef1d07bc5d860edf125f962ed6940 usr/share/doc/libmgl-fltk7.2.0/copyright diff --git a/debian/libmgl-fltk7.2.0/DEBIAN/postinst b/debian/libmgl-fltk7.2.0/DEBIAN/postinst deleted file mode 100755 index 379f1fa..0000000 --- a/debian/libmgl-fltk7.2.0/DEBIAN/postinst +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -e -# Automatically added by dh_makeshlibs -if [ "$1" = "configure" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl-fltk7.2.0/DEBIAN/postrm b/debian/libmgl-fltk7.2.0/DEBIAN/postrm deleted file mode 100755 index 3e73d38..0000000 --- a/debian/libmgl-fltk7.2.0/DEBIAN/postrm +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -e -# Automatically added by dh_makeshlibs -if [ "$1" = "remove" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl-fltk7.2.0/DEBIAN/shlibs b/debian/libmgl-fltk7.2.0/DEBIAN/shlibs deleted file mode 100644 index dbfb09b..0000000 --- a/debian/libmgl-fltk7.2.0/DEBIAN/shlibs +++ /dev/null @@ -1 +0,0 @@ -libmgl-fltk 7.4.0 libmgl-fltk7.2.0 diff --git a/debian/libmgl-fltk7.2.0/usr/lib/libmgl-fltk.so.7.4.0 b/debian/libmgl-fltk7.2.0/usr/lib/libmgl-fltk.so.7.4.0 deleted file mode 100644 index e664b14..0000000 Binary files a/debian/libmgl-fltk7.2.0/usr/lib/libmgl-fltk.so.7.4.0 and /dev/null differ diff --git a/debian/libmgl-fltk7.2.0/usr/share/doc/libmgl-fltk7.2.0/changelog.Debian.gz b/debian/libmgl-fltk7.2.0/usr/share/doc/libmgl-fltk7.2.0/changelog.Debian.gz deleted file mode 100644 index ac5ca1f..0000000 Binary files a/debian/libmgl-fltk7.2.0/usr/share/doc/libmgl-fltk7.2.0/changelog.Debian.gz and /dev/null differ diff --git a/debian/libmgl-fltk7.2.0/usr/share/doc/libmgl-fltk7.2.0/changelog.gz b/debian/libmgl-fltk7.2.0/usr/share/doc/libmgl-fltk7.2.0/changelog.gz deleted file mode 100644 index 6d1ef01..0000000 Binary files a/debian/libmgl-fltk7.2.0/usr/share/doc/libmgl-fltk7.2.0/changelog.gz and /dev/null differ diff --git a/debian/libmgl-fltk7.2.0/usr/share/doc/libmgl-fltk7.2.0/copyright b/debian/libmgl-fltk7.2.0/usr/share/doc/libmgl-fltk7.2.0/copyright deleted file mode 100644 index d4b6c9b..0000000 --- a/debian/libmgl-fltk7.2.0/usr/share/doc/libmgl-fltk7.2.0/copyright +++ /dev/null @@ -1,197 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: MathGL -Upstream-Contact: Alexey Balakin -Source: http://mathgl.sourceforge.net/ - -Files: * -Copyright: (C) 2007 Alexey Balakin - (C) 2007 Xavier Delacour - (C) 2007 Alexander Filov - (C) 2008 Dmitry Kulagin - (C) 2008 Michail Vidiassov - (C) 2007-2008 Sergey Plis -License: GPL-2+ - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - for more details. - -Files: include/mgl2/*.h -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: include/mgl2/mgl.h include/mgl2/mpi.h -Copyright: (C) 2007-2012 Alexey Balakin -License: GPL-2+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - -Files: mgllab/*.cpp mgllab/*.h mgllab/*.rc -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: src/addon.cpp src/axis.cpp src/base.cpp src/base_cf.cpp - src/canvas.cpp src/canvas_cf.cpp src/complex.cpp - src/complex_io.cpp src/cont.cpp src/crust.cpp - src/data.cpp src/data_io.cpp src/data_new.cpp - src/data_png.cpp src/eval.cpp src/evalp.cpp - src/exec.cpp src/export.cpp src/export_2d.cpp - src/export_3d.cpp src/fft.cpp src/fit.cpp - src/font.cpp src/obj.cpp src/other.cpp - src/parser.cpp src/pde.cpp src/pixel.cpp - src/plot.cpp src/prc.cpp src/prim.cpp src/surf.cpp - src/tex_table.cpp src/vect.cpp src/volume.cpp - src/window.cpp -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: src/prc/*File* src/prc/*Stream* src/prc/*write* -Copyright: (C) 2008 Orest Shardt -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: src/s_hull/* -Copyright: (C) 2012 David Sinclair -License: permissive - S-hull is free software and may be obtained from www.s-hull.org. - It may be freely copied, modified, and redistributed under the conditions - described in `src/s_hull/COPYING.txt' - . - This is permission to use s-hull-pro in mathgl as long as the routines - retain my copyright notice. I am happy for it to be included in an LGPL - product and I am happy for the source to be bundled with mathgl under - whatever license you use for that. - . - The complete text of the license can be found in - `src/s_hull/COPYING.txt'. - -Files: udav/textedit.cpp udav/textedit.h -Copyright: (C) 2010 Nokia Corporation and/or its subsidiary(-ies) -License: BSD - Copyright (c) The Regents of the University of California. - All rights reserved. - . - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - 3. Neither the name of the University nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - . - THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND - ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE - FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. - -Files: widgets/*.cpp -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - . - On Debian GNU/Linux systems, the complete text of the GNU Lesser General - Public License can be found in `/usr/share/common-licenses/LGPL-3'. - -Files: texinfo/* -Copyright: (C) 2008 Alexey Balakin -License: GFDL-NIV-1.2+ - Permission is granted to copy, distribute and/or modify this document - under the terms of the GNU Free Documentation License, Version 1.2 - or any later version published by the Free Software Foundation; - with no Invariant Sections, no Front-Cover Texts, and no Back-Cover - Texts. A copy of the license is included in the section entitled ``GNU - Free Documentation License.'' - . - On Debian GNU/Linux systems, the complete text of the GNU Free Documentation - License can be found in `/usr/share/common-licenses/GFDL-1.2'. - -Files: texinfo/mathgl.js -Copyright: (C) 2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - . - On Debian GNU/Linux systems, the complete text of the GNU Lesser General - Public License can be found in `/usr/share/common-licenses/LGPL-3'. - -Files: debian/* -Copyright: (C) 2008 Bradley Smith - (C) 2010 Dimitrios Eftaxiopoulos -License: GPL-2+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - On Debian GNU/Linux systems, the complete text of the GNU General Public License - can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/debian/libmgl-fltk7.4.0.install b/debian/libmgl-fltk7.4.0.install new file mode 100644 index 0000000..8ccf313 --- /dev/null +++ b/debian/libmgl-fltk7.4.0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libmgl-fltk.so.* \ No newline at end of file diff --git a/debian/libmgl-glut7.2.0.install b/debian/libmgl-glut7.2.0.install deleted file mode 100644 index 68de839..0000000 --- a/debian/libmgl-glut7.2.0.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/libmgl-glut.so.* \ No newline at end of file diff --git a/debian/libmgl-glut7.2.0.postinst.debhelper b/debian/libmgl-glut7.2.0.postinst.debhelper deleted file mode 100644 index 3d89d3e..0000000 --- a/debian/libmgl-glut7.2.0.postinst.debhelper +++ /dev/null @@ -1,5 +0,0 @@ -# Automatically added by dh_makeshlibs -if [ "$1" = "configure" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl-glut7.2.0.postrm.debhelper b/debian/libmgl-glut7.2.0.postrm.debhelper deleted file mode 100644 index 7f44047..0000000 --- a/debian/libmgl-glut7.2.0.postrm.debhelper +++ /dev/null @@ -1,5 +0,0 @@ -# Automatically added by dh_makeshlibs -if [ "$1" = "remove" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl-glut7.2.0.substvars b/debian/libmgl-glut7.2.0.substvars deleted file mode 100644 index 740af0a..0000000 --- a/debian/libmgl-glut7.2.0.substvars +++ /dev/null @@ -1,3 +0,0 @@ -python:Depends=python-numpy (>= 1:1.8.0), python-numpy-abi9 -shlibs:Depends=freeglut3, libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgomp1 (>= 4.2.1), libgsl0ldbl (>= 1.9), libhdf4-0, libhdf5-8, libhpdf-2.2.1, libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libmgl7.2.0, libpng12-0 (>= 1.2.13-4), libsm6, libstdc++6 (>= 4.1.1), libx11-6, libxext6, libxi6, libxmu6, zlib1g (>= 1:1.1.4) -misc:Depends= diff --git a/debian/libmgl-glut7.2.0/DEBIAN/control b/debian/libmgl-glut7.2.0/DEBIAN/control deleted file mode 100644 index 778e33b..0000000 --- a/debian/libmgl-glut7.2.0/DEBIAN/control +++ /dev/null @@ -1,21 +0,0 @@ -Package: libmgl-glut7.2.0 -Source: mathgl -Version: 2.3.1-1 -Architecture: amd64 -Maintainer: Debian Science Maintainers -Installed-Size: 70 -Depends: freeglut3, libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgomp1 (>= 4.2.1), libgsl0ldbl (>= 1.9), libhdf4-0, libhdf5-8, libhpdf-2.2.1, libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libmgl7.2.0, libpng12-0 (>= 1.2.13-4), libsm6, libstdc++6 (>= 4.1.1), libx11-6, libxext6, libxi6, libxmu6, zlib1g (>= 1:1.1.4), libmgl-data -Conflicts: libmgl-glut5, libmgl-glut6.0.0, libmgl-glut7.1.0 -Replaces: libmgl-glut5, libmgl-glut6.0.0, libmgl-glut7.1.0 -Section: libs -Priority: optional -Homepage: http://mathgl.sourceforge.net/doc_en/Main.html -Description: library for scientific graphs (glut interface for windows) - 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 glut interface shared object files for window - opening. diff --git a/debian/libmgl-glut7.2.0/DEBIAN/md5sums b/debian/libmgl-glut7.2.0/DEBIAN/md5sums deleted file mode 100644 index 578a5b6..0000000 --- a/debian/libmgl-glut7.2.0/DEBIAN/md5sums +++ /dev/null @@ -1,4 +0,0 @@ -0dfe6cbd5f6d9ae893fc4efc7396da06 usr/lib/libmgl-glut.so.7.4.0 -e6359d6b69fa83bc17836cc9fa789924 usr/share/doc/libmgl-glut7.2.0/changelog.Debian.gz -47d1d6f2dcc10f279f6c994be32d5647 usr/share/doc/libmgl-glut7.2.0/changelog.gz -930ef1d07bc5d860edf125f962ed6940 usr/share/doc/libmgl-glut7.2.0/copyright diff --git a/debian/libmgl-glut7.2.0/DEBIAN/postinst b/debian/libmgl-glut7.2.0/DEBIAN/postinst deleted file mode 100755 index 379f1fa..0000000 --- a/debian/libmgl-glut7.2.0/DEBIAN/postinst +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -e -# Automatically added by dh_makeshlibs -if [ "$1" = "configure" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl-glut7.2.0/DEBIAN/postrm b/debian/libmgl-glut7.2.0/DEBIAN/postrm deleted file mode 100755 index 3e73d38..0000000 --- a/debian/libmgl-glut7.2.0/DEBIAN/postrm +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -e -# Automatically added by dh_makeshlibs -if [ "$1" = "remove" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl-glut7.2.0/DEBIAN/shlibs b/debian/libmgl-glut7.2.0/DEBIAN/shlibs deleted file mode 100644 index f8469a0..0000000 --- a/debian/libmgl-glut7.2.0/DEBIAN/shlibs +++ /dev/null @@ -1 +0,0 @@ -libmgl-glut 7.4.0 libmgl-glut7.2.0 diff --git a/debian/libmgl-glut7.2.0/usr/lib/libmgl-glut.so.7.4.0 b/debian/libmgl-glut7.2.0/usr/lib/libmgl-glut.so.7.4.0 deleted file mode 100644 index 970255f..0000000 Binary files a/debian/libmgl-glut7.2.0/usr/lib/libmgl-glut.so.7.4.0 and /dev/null differ diff --git a/debian/libmgl-glut7.2.0/usr/share/doc/libmgl-glut7.2.0/changelog.Debian.gz b/debian/libmgl-glut7.2.0/usr/share/doc/libmgl-glut7.2.0/changelog.Debian.gz deleted file mode 100644 index ac5ca1f..0000000 Binary files a/debian/libmgl-glut7.2.0/usr/share/doc/libmgl-glut7.2.0/changelog.Debian.gz and /dev/null differ diff --git a/debian/libmgl-glut7.2.0/usr/share/doc/libmgl-glut7.2.0/changelog.gz b/debian/libmgl-glut7.2.0/usr/share/doc/libmgl-glut7.2.0/changelog.gz deleted file mode 100644 index 6d1ef01..0000000 Binary files a/debian/libmgl-glut7.2.0/usr/share/doc/libmgl-glut7.2.0/changelog.gz and /dev/null differ diff --git a/debian/libmgl-glut7.2.0/usr/share/doc/libmgl-glut7.2.0/copyright b/debian/libmgl-glut7.2.0/usr/share/doc/libmgl-glut7.2.0/copyright deleted file mode 100644 index d4b6c9b..0000000 --- a/debian/libmgl-glut7.2.0/usr/share/doc/libmgl-glut7.2.0/copyright +++ /dev/null @@ -1,197 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: MathGL -Upstream-Contact: Alexey Balakin -Source: http://mathgl.sourceforge.net/ - -Files: * -Copyright: (C) 2007 Alexey Balakin - (C) 2007 Xavier Delacour - (C) 2007 Alexander Filov - (C) 2008 Dmitry Kulagin - (C) 2008 Michail Vidiassov - (C) 2007-2008 Sergey Plis -License: GPL-2+ - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - for more details. - -Files: include/mgl2/*.h -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: include/mgl2/mgl.h include/mgl2/mpi.h -Copyright: (C) 2007-2012 Alexey Balakin -License: GPL-2+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - -Files: mgllab/*.cpp mgllab/*.h mgllab/*.rc -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: src/addon.cpp src/axis.cpp src/base.cpp src/base_cf.cpp - src/canvas.cpp src/canvas_cf.cpp src/complex.cpp - src/complex_io.cpp src/cont.cpp src/crust.cpp - src/data.cpp src/data_io.cpp src/data_new.cpp - src/data_png.cpp src/eval.cpp src/evalp.cpp - src/exec.cpp src/export.cpp src/export_2d.cpp - src/export_3d.cpp src/fft.cpp src/fit.cpp - src/font.cpp src/obj.cpp src/other.cpp - src/parser.cpp src/pde.cpp src/pixel.cpp - src/plot.cpp src/prc.cpp src/prim.cpp src/surf.cpp - src/tex_table.cpp src/vect.cpp src/volume.cpp - src/window.cpp -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: src/prc/*File* src/prc/*Stream* src/prc/*write* -Copyright: (C) 2008 Orest Shardt -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: src/s_hull/* -Copyright: (C) 2012 David Sinclair -License: permissive - S-hull is free software and may be obtained from www.s-hull.org. - It may be freely copied, modified, and redistributed under the conditions - described in `src/s_hull/COPYING.txt' - . - This is permission to use s-hull-pro in mathgl as long as the routines - retain my copyright notice. I am happy for it to be included in an LGPL - product and I am happy for the source to be bundled with mathgl under - whatever license you use for that. - . - The complete text of the license can be found in - `src/s_hull/COPYING.txt'. - -Files: udav/textedit.cpp udav/textedit.h -Copyright: (C) 2010 Nokia Corporation and/or its subsidiary(-ies) -License: BSD - Copyright (c) The Regents of the University of California. - All rights reserved. - . - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - 3. Neither the name of the University nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - . - THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND - ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE - FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. - -Files: widgets/*.cpp -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - . - On Debian GNU/Linux systems, the complete text of the GNU Lesser General - Public License can be found in `/usr/share/common-licenses/LGPL-3'. - -Files: texinfo/* -Copyright: (C) 2008 Alexey Balakin -License: GFDL-NIV-1.2+ - Permission is granted to copy, distribute and/or modify this document - under the terms of the GNU Free Documentation License, Version 1.2 - or any later version published by the Free Software Foundation; - with no Invariant Sections, no Front-Cover Texts, and no Back-Cover - Texts. A copy of the license is included in the section entitled ``GNU - Free Documentation License.'' - . - On Debian GNU/Linux systems, the complete text of the GNU Free Documentation - License can be found in `/usr/share/common-licenses/GFDL-1.2'. - -Files: texinfo/mathgl.js -Copyright: (C) 2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - . - On Debian GNU/Linux systems, the complete text of the GNU Lesser General - Public License can be found in `/usr/share/common-licenses/LGPL-3'. - -Files: debian/* -Copyright: (C) 2008 Bradley Smith - (C) 2010 Dimitrios Eftaxiopoulos -License: GPL-2+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - On Debian GNU/Linux systems, the complete text of the GNU General Public License - can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/debian/libmgl-glut7.4.0.install b/debian/libmgl-glut7.4.0.install new file mode 100644 index 0000000..68de839 --- /dev/null +++ b/debian/libmgl-glut7.4.0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libmgl-glut.so.* \ No newline at end of file diff --git a/debian/libmgl-mpi7.2.0.install b/debian/libmgl-mpi7.2.0.install deleted file mode 100644 index b90da4d..0000000 --- a/debian/libmgl-mpi7.2.0.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/libmgl-mpi.so.* \ No newline at end of file diff --git a/debian/libmgl-mpi7.2.0.postinst.debhelper b/debian/libmgl-mpi7.2.0.postinst.debhelper deleted file mode 100644 index 3d89d3e..0000000 --- a/debian/libmgl-mpi7.2.0.postinst.debhelper +++ /dev/null @@ -1,5 +0,0 @@ -# Automatically added by dh_makeshlibs -if [ "$1" = "configure" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl-mpi7.2.0.postrm.debhelper b/debian/libmgl-mpi7.2.0.postrm.debhelper deleted file mode 100644 index 7f44047..0000000 --- a/debian/libmgl-mpi7.2.0.postrm.debhelper +++ /dev/null @@ -1,5 +0,0 @@ -# Automatically added by dh_makeshlibs -if [ "$1" = "remove" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl-mpi7.2.0.substvars b/debian/libmgl-mpi7.2.0.substvars deleted file mode 100644 index b61d5d6..0000000 --- a/debian/libmgl-mpi7.2.0.substvars +++ /dev/null @@ -1,3 +0,0 @@ -python:Depends=python-numpy (>= 1:1.8.0), python-numpy-abi9 -shlibs:Depends=libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libgomp1 (>= 4.9), libhwloc5 (>= 1.10.0), libopenmpi1.6, libstdc++6 (>= 4.9) -misc:Depends= diff --git a/debian/libmgl-mpi7.2.0/DEBIAN/control b/debian/libmgl-mpi7.2.0/DEBIAN/control deleted file mode 100644 index 2f85fac..0000000 --- a/debian/libmgl-mpi7.2.0/DEBIAN/control +++ /dev/null @@ -1,21 +0,0 @@ -Package: libmgl-mpi7.2.0 -Source: mathgl -Version: 2.3.1-1 -Architecture: amd64 -Maintainer: Debian Science Maintainers -Installed-Size: 118 -Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libgomp1 (>= 4.9), libhwloc5 (>= 1.10.0), libopenmpi1.6, libstdc++6 (>= 4.9), libmgl-data -Conflicts: libmgl-mpi7.0.0, libmgl-mpi7.1.0 -Replaces: libmgl-mpi7.0.0, libmgl-mpi7.1.0 -Section: libs -Priority: optional -Homepage: http://mathgl.sourceforge.net/doc_en/Main.html -Description: library for scientific graphs (mpi enhanced 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, parallel interface enhanced, shared object - files. diff --git a/debian/libmgl-mpi7.2.0/DEBIAN/md5sums b/debian/libmgl-mpi7.2.0/DEBIAN/md5sums deleted file mode 100644 index 4586171..0000000 --- a/debian/libmgl-mpi7.2.0/DEBIAN/md5sums +++ /dev/null @@ -1,4 +0,0 @@ -251dd75bce83c3e59c1a93a81a5fef5a usr/lib/libmgl-mpi.so.7.4.0 -e6359d6b69fa83bc17836cc9fa789924 usr/share/doc/libmgl-mpi7.2.0/changelog.Debian.gz -47d1d6f2dcc10f279f6c994be32d5647 usr/share/doc/libmgl-mpi7.2.0/changelog.gz -930ef1d07bc5d860edf125f962ed6940 usr/share/doc/libmgl-mpi7.2.0/copyright diff --git a/debian/libmgl-mpi7.2.0/DEBIAN/postinst b/debian/libmgl-mpi7.2.0/DEBIAN/postinst deleted file mode 100755 index 379f1fa..0000000 --- a/debian/libmgl-mpi7.2.0/DEBIAN/postinst +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -e -# Automatically added by dh_makeshlibs -if [ "$1" = "configure" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl-mpi7.2.0/DEBIAN/postrm b/debian/libmgl-mpi7.2.0/DEBIAN/postrm deleted file mode 100755 index 3e73d38..0000000 --- a/debian/libmgl-mpi7.2.0/DEBIAN/postrm +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -e -# Automatically added by dh_makeshlibs -if [ "$1" = "remove" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl-mpi7.2.0/DEBIAN/shlibs b/debian/libmgl-mpi7.2.0/DEBIAN/shlibs deleted file mode 100644 index 8ab43be..0000000 --- a/debian/libmgl-mpi7.2.0/DEBIAN/shlibs +++ /dev/null @@ -1 +0,0 @@ -libmgl-mpi 7.4.0 libmgl-mpi7.2.0 diff --git a/debian/libmgl-mpi7.2.0/usr/lib/libmgl-mpi.so.7.4.0 b/debian/libmgl-mpi7.2.0/usr/lib/libmgl-mpi.so.7.4.0 deleted file mode 100644 index f79dc40..0000000 Binary files a/debian/libmgl-mpi7.2.0/usr/lib/libmgl-mpi.so.7.4.0 and /dev/null differ diff --git a/debian/libmgl-mpi7.2.0/usr/share/doc/libmgl-mpi7.2.0/changelog.Debian.gz b/debian/libmgl-mpi7.2.0/usr/share/doc/libmgl-mpi7.2.0/changelog.Debian.gz deleted file mode 100644 index ac5ca1f..0000000 Binary files a/debian/libmgl-mpi7.2.0/usr/share/doc/libmgl-mpi7.2.0/changelog.Debian.gz and /dev/null differ diff --git a/debian/libmgl-mpi7.2.0/usr/share/doc/libmgl-mpi7.2.0/changelog.gz b/debian/libmgl-mpi7.2.0/usr/share/doc/libmgl-mpi7.2.0/changelog.gz deleted file mode 100644 index 6d1ef01..0000000 Binary files a/debian/libmgl-mpi7.2.0/usr/share/doc/libmgl-mpi7.2.0/changelog.gz and /dev/null differ diff --git a/debian/libmgl-mpi7.2.0/usr/share/doc/libmgl-mpi7.2.0/copyright b/debian/libmgl-mpi7.2.0/usr/share/doc/libmgl-mpi7.2.0/copyright deleted file mode 100644 index d4b6c9b..0000000 --- a/debian/libmgl-mpi7.2.0/usr/share/doc/libmgl-mpi7.2.0/copyright +++ /dev/null @@ -1,197 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: MathGL -Upstream-Contact: Alexey Balakin -Source: http://mathgl.sourceforge.net/ - -Files: * -Copyright: (C) 2007 Alexey Balakin - (C) 2007 Xavier Delacour - (C) 2007 Alexander Filov - (C) 2008 Dmitry Kulagin - (C) 2008 Michail Vidiassov - (C) 2007-2008 Sergey Plis -License: GPL-2+ - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - for more details. - -Files: include/mgl2/*.h -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: include/mgl2/mgl.h include/mgl2/mpi.h -Copyright: (C) 2007-2012 Alexey Balakin -License: GPL-2+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - -Files: mgllab/*.cpp mgllab/*.h mgllab/*.rc -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: src/addon.cpp src/axis.cpp src/base.cpp src/base_cf.cpp - src/canvas.cpp src/canvas_cf.cpp src/complex.cpp - src/complex_io.cpp src/cont.cpp src/crust.cpp - src/data.cpp src/data_io.cpp src/data_new.cpp - src/data_png.cpp src/eval.cpp src/evalp.cpp - src/exec.cpp src/export.cpp src/export_2d.cpp - src/export_3d.cpp src/fft.cpp src/fit.cpp - src/font.cpp src/obj.cpp src/other.cpp - src/parser.cpp src/pde.cpp src/pixel.cpp - src/plot.cpp src/prc.cpp src/prim.cpp src/surf.cpp - src/tex_table.cpp src/vect.cpp src/volume.cpp - src/window.cpp -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: src/prc/*File* src/prc/*Stream* src/prc/*write* -Copyright: (C) 2008 Orest Shardt -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: src/s_hull/* -Copyright: (C) 2012 David Sinclair -License: permissive - S-hull is free software and may be obtained from www.s-hull.org. - It may be freely copied, modified, and redistributed under the conditions - described in `src/s_hull/COPYING.txt' - . - This is permission to use s-hull-pro in mathgl as long as the routines - retain my copyright notice. I am happy for it to be included in an LGPL - product and I am happy for the source to be bundled with mathgl under - whatever license you use for that. - . - The complete text of the license can be found in - `src/s_hull/COPYING.txt'. - -Files: udav/textedit.cpp udav/textedit.h -Copyright: (C) 2010 Nokia Corporation and/or its subsidiary(-ies) -License: BSD - Copyright (c) The Regents of the University of California. - All rights reserved. - . - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - 3. Neither the name of the University nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - . - THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND - ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE - FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. - -Files: widgets/*.cpp -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - . - On Debian GNU/Linux systems, the complete text of the GNU Lesser General - Public License can be found in `/usr/share/common-licenses/LGPL-3'. - -Files: texinfo/* -Copyright: (C) 2008 Alexey Balakin -License: GFDL-NIV-1.2+ - Permission is granted to copy, distribute and/or modify this document - under the terms of the GNU Free Documentation License, Version 1.2 - or any later version published by the Free Software Foundation; - with no Invariant Sections, no Front-Cover Texts, and no Back-Cover - Texts. A copy of the license is included in the section entitled ``GNU - Free Documentation License.'' - . - On Debian GNU/Linux systems, the complete text of the GNU Free Documentation - License can be found in `/usr/share/common-licenses/GFDL-1.2'. - -Files: texinfo/mathgl.js -Copyright: (C) 2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - . - On Debian GNU/Linux systems, the complete text of the GNU Lesser General - Public License can be found in `/usr/share/common-licenses/LGPL-3'. - -Files: debian/* -Copyright: (C) 2008 Bradley Smith - (C) 2010 Dimitrios Eftaxiopoulos -License: GPL-2+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - On Debian GNU/Linux systems, the complete text of the GNU General Public License - can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/debian/libmgl-mpi7.4.0.install b/debian/libmgl-mpi7.4.0.install new file mode 100644 index 0000000..b90da4d --- /dev/null +++ b/debian/libmgl-mpi7.4.0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libmgl-mpi.so.* \ No newline at end of file diff --git a/debian/libmgl-qt7.2.0.install b/debian/libmgl-qt7.2.0.install deleted file mode 100644 index 1a85e9a..0000000 --- a/debian/libmgl-qt7.2.0.install +++ /dev/null @@ -1,2 +0,0 @@ -debian/tmp/usr/lib/libmgl-qt.so.* -debian/tmp/usr/lib/libmgl-qt4.so.* \ No newline at end of file diff --git a/debian/libmgl-qt7.2.0.postinst.debhelper b/debian/libmgl-qt7.2.0.postinst.debhelper deleted file mode 100644 index 3d89d3e..0000000 --- a/debian/libmgl-qt7.2.0.postinst.debhelper +++ /dev/null @@ -1,5 +0,0 @@ -# Automatically added by dh_makeshlibs -if [ "$1" = "configure" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl-qt7.2.0.postrm.debhelper b/debian/libmgl-qt7.2.0.postrm.debhelper deleted file mode 100644 index 7f44047..0000000 --- a/debian/libmgl-qt7.2.0.postrm.debhelper +++ /dev/null @@ -1,5 +0,0 @@ -# Automatically added by dh_makeshlibs -if [ "$1" = "remove" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl-qt7.2.0.substvars b/debian/libmgl-qt7.2.0.substvars deleted file mode 100644 index 26a6870..0000000 --- a/debian/libmgl-qt7.2.0.substvars +++ /dev/null @@ -1,3 +0,0 @@ -python:Depends=python-numpy (>= 1:1.8.0), python-numpy-abi9 -shlibs:Depends=libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgomp1 (>= 4.2.1), libgsl0ldbl (>= 1.9), libhdf4-0, libhdf5-8, libhpdf-2.2.1, libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libmgl7.2.0, libpng12-0 (>= 1.2.13-4), libqt4-network (>= 4:4.5.3), libqt4-xmlpatterns (>= 4:4.5.3), libqtcore4 (>= 4:4.5.3), libqtgui4 (>= 4:4.5.3), libqtwebkit4 (>= 2.1.0~2011week13), libsm6, libstdc++6 (>= 4.1.1), libx11-6, libxext6, zlib1g (>= 1:1.1.4) -misc:Depends= diff --git a/debian/libmgl-qt7.2.0/DEBIAN/control b/debian/libmgl-qt7.2.0/DEBIAN/control deleted file mode 100644 index f81df7a..0000000 --- a/debian/libmgl-qt7.2.0/DEBIAN/control +++ /dev/null @@ -1,21 +0,0 @@ -Package: libmgl-qt7.2.0 -Source: mathgl -Version: 2.3.1-1 -Architecture: amd64 -Maintainer: Debian Science Maintainers -Installed-Size: 422 -Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgomp1 (>= 4.2.1), libgsl0ldbl (>= 1.9), libhdf4-0, libhdf5-8, libhpdf-2.2.1, libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libmgl7.2.0, libpng12-0 (>= 1.2.13-4), libqt4-network (>= 4:4.5.3), libqt4-xmlpatterns (>= 4:4.5.3), libqtcore4 (>= 4:4.5.3), libqtgui4 (>= 4:4.5.3), libqtwebkit4 (>= 2.1.0~2011week13), libsm6, libstdc++6 (>= 4.1.1), libx11-6, libxext6, zlib1g (>= 1:1.1.4), libmgl-data -Conflicts: libmgl-qt5, libmgl-qt7.1.0 -Replaces: libmgl-qt5, libmgl-qt7.1.0 -Section: libs -Priority: optional -Homepage: http://mathgl.sourceforge.net/doc_en/Main.html -Description: library for scientific graphs (Qt interface for windows) - 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 Qt interface shared object files for window - opening. diff --git a/debian/libmgl-qt7.2.0/DEBIAN/md5sums b/debian/libmgl-qt7.2.0/DEBIAN/md5sums deleted file mode 100644 index bec513b..0000000 --- a/debian/libmgl-qt7.2.0/DEBIAN/md5sums +++ /dev/null @@ -1,5 +0,0 @@ -2ece776e01bae92be176f26d65aacf6d usr/lib/libmgl-qt.so.7.4.0 -7fdc6e79b2eebeb954658897b257de3f usr/lib/libmgl-qt4.so.7.4.0 -e6359d6b69fa83bc17836cc9fa789924 usr/share/doc/libmgl-qt7.2.0/changelog.Debian.gz -47d1d6f2dcc10f279f6c994be32d5647 usr/share/doc/libmgl-qt7.2.0/changelog.gz -930ef1d07bc5d860edf125f962ed6940 usr/share/doc/libmgl-qt7.2.0/copyright diff --git a/debian/libmgl-qt7.2.0/DEBIAN/postinst b/debian/libmgl-qt7.2.0/DEBIAN/postinst deleted file mode 100755 index 379f1fa..0000000 --- a/debian/libmgl-qt7.2.0/DEBIAN/postinst +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -e -# Automatically added by dh_makeshlibs -if [ "$1" = "configure" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl-qt7.2.0/DEBIAN/postrm b/debian/libmgl-qt7.2.0/DEBIAN/postrm deleted file mode 100755 index 3e73d38..0000000 --- a/debian/libmgl-qt7.2.0/DEBIAN/postrm +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -e -# Automatically added by dh_makeshlibs -if [ "$1" = "remove" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl-qt7.2.0/DEBIAN/shlibs b/debian/libmgl-qt7.2.0/DEBIAN/shlibs deleted file mode 100644 index 7a8cb66..0000000 --- a/debian/libmgl-qt7.2.0/DEBIAN/shlibs +++ /dev/null @@ -1,2 +0,0 @@ -libmgl-qt 7.4.0 libmgl-qt7.2.0 -libmgl-qt4 7.4.0 libmgl-qt7.2.0 diff --git a/debian/libmgl-qt7.2.0/usr/lib/libmgl-qt.so.7.4.0 b/debian/libmgl-qt7.2.0/usr/lib/libmgl-qt.so.7.4.0 deleted file mode 100644 index 784c8c3..0000000 Binary files a/debian/libmgl-qt7.2.0/usr/lib/libmgl-qt.so.7.4.0 and /dev/null differ diff --git a/debian/libmgl-qt7.2.0/usr/lib/libmgl-qt4.so.7.4.0 b/debian/libmgl-qt7.2.0/usr/lib/libmgl-qt4.so.7.4.0 deleted file mode 100644 index da992d0..0000000 Binary files a/debian/libmgl-qt7.2.0/usr/lib/libmgl-qt4.so.7.4.0 and /dev/null differ diff --git a/debian/libmgl-qt7.2.0/usr/share/doc/libmgl-qt7.2.0/changelog.Debian.gz b/debian/libmgl-qt7.2.0/usr/share/doc/libmgl-qt7.2.0/changelog.Debian.gz deleted file mode 100644 index ac5ca1f..0000000 Binary files a/debian/libmgl-qt7.2.0/usr/share/doc/libmgl-qt7.2.0/changelog.Debian.gz and /dev/null differ diff --git a/debian/libmgl-qt7.2.0/usr/share/doc/libmgl-qt7.2.0/changelog.gz b/debian/libmgl-qt7.2.0/usr/share/doc/libmgl-qt7.2.0/changelog.gz deleted file mode 100644 index 6d1ef01..0000000 Binary files a/debian/libmgl-qt7.2.0/usr/share/doc/libmgl-qt7.2.0/changelog.gz and /dev/null differ diff --git a/debian/libmgl-qt7.2.0/usr/share/doc/libmgl-qt7.2.0/copyright b/debian/libmgl-qt7.2.0/usr/share/doc/libmgl-qt7.2.0/copyright deleted file mode 100644 index d4b6c9b..0000000 --- a/debian/libmgl-qt7.2.0/usr/share/doc/libmgl-qt7.2.0/copyright +++ /dev/null @@ -1,197 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: MathGL -Upstream-Contact: Alexey Balakin -Source: http://mathgl.sourceforge.net/ - -Files: * -Copyright: (C) 2007 Alexey Balakin - (C) 2007 Xavier Delacour - (C) 2007 Alexander Filov - (C) 2008 Dmitry Kulagin - (C) 2008 Michail Vidiassov - (C) 2007-2008 Sergey Plis -License: GPL-2+ - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - for more details. - -Files: include/mgl2/*.h -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: include/mgl2/mgl.h include/mgl2/mpi.h -Copyright: (C) 2007-2012 Alexey Balakin -License: GPL-2+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - -Files: mgllab/*.cpp mgllab/*.h mgllab/*.rc -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: src/addon.cpp src/axis.cpp src/base.cpp src/base_cf.cpp - src/canvas.cpp src/canvas_cf.cpp src/complex.cpp - src/complex_io.cpp src/cont.cpp src/crust.cpp - src/data.cpp src/data_io.cpp src/data_new.cpp - src/data_png.cpp src/eval.cpp src/evalp.cpp - src/exec.cpp src/export.cpp src/export_2d.cpp - src/export_3d.cpp src/fft.cpp src/fit.cpp - src/font.cpp src/obj.cpp src/other.cpp - src/parser.cpp src/pde.cpp src/pixel.cpp - src/plot.cpp src/prc.cpp src/prim.cpp src/surf.cpp - src/tex_table.cpp src/vect.cpp src/volume.cpp - src/window.cpp -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: src/prc/*File* src/prc/*Stream* src/prc/*write* -Copyright: (C) 2008 Orest Shardt -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: src/s_hull/* -Copyright: (C) 2012 David Sinclair -License: permissive - S-hull is free software and may be obtained from www.s-hull.org. - It may be freely copied, modified, and redistributed under the conditions - described in `src/s_hull/COPYING.txt' - . - This is permission to use s-hull-pro in mathgl as long as the routines - retain my copyright notice. I am happy for it to be included in an LGPL - product and I am happy for the source to be bundled with mathgl under - whatever license you use for that. - . - The complete text of the license can be found in - `src/s_hull/COPYING.txt'. - -Files: udav/textedit.cpp udav/textedit.h -Copyright: (C) 2010 Nokia Corporation and/or its subsidiary(-ies) -License: BSD - Copyright (c) The Regents of the University of California. - All rights reserved. - . - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - 3. Neither the name of the University nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - . - THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND - ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE - FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. - -Files: widgets/*.cpp -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - . - On Debian GNU/Linux systems, the complete text of the GNU Lesser General - Public License can be found in `/usr/share/common-licenses/LGPL-3'. - -Files: texinfo/* -Copyright: (C) 2008 Alexey Balakin -License: GFDL-NIV-1.2+ - Permission is granted to copy, distribute and/or modify this document - under the terms of the GNU Free Documentation License, Version 1.2 - or any later version published by the Free Software Foundation; - with no Invariant Sections, no Front-Cover Texts, and no Back-Cover - Texts. A copy of the license is included in the section entitled ``GNU - Free Documentation License.'' - . - On Debian GNU/Linux systems, the complete text of the GNU Free Documentation - License can be found in `/usr/share/common-licenses/GFDL-1.2'. - -Files: texinfo/mathgl.js -Copyright: (C) 2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - . - On Debian GNU/Linux systems, the complete text of the GNU Lesser General - Public License can be found in `/usr/share/common-licenses/LGPL-3'. - -Files: debian/* -Copyright: (C) 2008 Bradley Smith - (C) 2010 Dimitrios Eftaxiopoulos -License: GPL-2+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - On Debian GNU/Linux systems, the complete text of the GNU General Public License - can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/debian/libmgl-qt7.4.0.install b/debian/libmgl-qt7.4.0.install new file mode 100644 index 0000000..1a85e9a --- /dev/null +++ b/debian/libmgl-qt7.4.0.install @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/libmgl-qt.so.* +debian/tmp/usr/lib/libmgl-qt4.so.* \ No newline at end of file diff --git a/debian/libmgl-wnd7.2.0.install b/debian/libmgl-wnd7.2.0.install deleted file mode 100644 index f9595a3..0000000 --- a/debian/libmgl-wnd7.2.0.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/libmgl-wnd.so.* \ No newline at end of file diff --git a/debian/libmgl-wnd7.2.0.postinst.debhelper b/debian/libmgl-wnd7.2.0.postinst.debhelper deleted file mode 100644 index 3d89d3e..0000000 --- a/debian/libmgl-wnd7.2.0.postinst.debhelper +++ /dev/null @@ -1,5 +0,0 @@ -# Automatically added by dh_makeshlibs -if [ "$1" = "configure" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl-wnd7.2.0.postrm.debhelper b/debian/libmgl-wnd7.2.0.postrm.debhelper deleted file mode 100644 index 7f44047..0000000 --- a/debian/libmgl-wnd7.2.0.postrm.debhelper +++ /dev/null @@ -1,5 +0,0 @@ -# Automatically added by dh_makeshlibs -if [ "$1" = "remove" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl-wnd7.2.0.substvars b/debian/libmgl-wnd7.2.0.substvars deleted file mode 100644 index aa908cd..0000000 --- a/debian/libmgl-wnd7.2.0.substvars +++ /dev/null @@ -1,3 +0,0 @@ -python:Depends=python-numpy (>= 1:1.8.0), python-numpy-abi9 -shlibs:Depends=libc6 (>= 2.15), libfontconfig1 (>= 2.11), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgomp1 (>= 4.2.1), libgsl0ldbl (>= 1.9), libhdf4-0, libhdf5-8, libhpdf-2.2.1, libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libmgl7.2.0, libpng12-0 (>= 1.2.13-4), libqt4-network (>= 4:4.5.3), libqt4-xmlpatterns (>= 4:4.5.3), libqtcore4 (>= 4:4.5.3), libqtgui4 (>= 4:4.5.3), libqtwebkit4 (>= 2.1.0~2011week13), libsm6, libstdc++6 (>= 4.1.1), libx11-6, libxext6, libxft2 (>> 2.1.1), libxinerama1, zlib1g (>= 1:1.1.4) -misc:Depends= diff --git a/debian/libmgl-wnd7.2.0/DEBIAN/control b/debian/libmgl-wnd7.2.0/DEBIAN/control deleted file mode 100644 index 17fcda5..0000000 --- a/debian/libmgl-wnd7.2.0/DEBIAN/control +++ /dev/null @@ -1,21 +0,0 @@ -Package: libmgl-wnd7.2.0 -Source: mathgl -Version: 2.3.1-1 -Architecture: amd64 -Maintainer: Debian Science Maintainers -Installed-Size: 1027 -Depends: libc6 (>= 2.15), libfontconfig1 (>= 2.11), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgomp1 (>= 4.2.1), libgsl0ldbl (>= 1.9), libhdf4-0, libhdf5-8, libhpdf-2.2.1, libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libmgl7.2.0, libpng12-0 (>= 1.2.13-4), libqt4-network (>= 4:4.5.3), libqt4-xmlpatterns (>= 4:4.5.3), libqtcore4 (>= 4:4.5.3), libqtgui4 (>= 4:4.5.3), libqtwebkit4 (>= 2.1.0~2011week13), libsm6, libstdc++6 (>= 4.1.1), libx11-6, libxext6, libxft2 (>> 2.1.1), libxinerama1, zlib1g (>= 1:1.1.4), libmgl-data -Conflicts: libmgl-fltk5, libmgl-qt5, libmgl-wnd6, libmgl-wx5 -Replaces: libmgl-fltk5, libmgl-qt5, libmgl-wnd6, libmgl-wnd6.0.0, libmgl-wnd7.1.0, libmgl-wx5 -Section: libs -Priority: optional -Homepage: http://mathgl.sourceforge.net/doc_en/Main.html -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 based - on Fltk, Qt and Wx. diff --git a/debian/libmgl-wnd7.2.0/DEBIAN/md5sums b/debian/libmgl-wnd7.2.0/DEBIAN/md5sums deleted file mode 100644 index dc5c53a..0000000 --- a/debian/libmgl-wnd7.2.0/DEBIAN/md5sums +++ /dev/null @@ -1,4 +0,0 @@ -722f2af987e0885e3bca1c2dd9c618ec usr/lib/libmgl-wnd.so.7.4.0 -e6359d6b69fa83bc17836cc9fa789924 usr/share/doc/libmgl-wnd7.2.0/changelog.Debian.gz -47d1d6f2dcc10f279f6c994be32d5647 usr/share/doc/libmgl-wnd7.2.0/changelog.gz -930ef1d07bc5d860edf125f962ed6940 usr/share/doc/libmgl-wnd7.2.0/copyright diff --git a/debian/libmgl-wnd7.2.0/DEBIAN/postinst b/debian/libmgl-wnd7.2.0/DEBIAN/postinst deleted file mode 100755 index 379f1fa..0000000 --- a/debian/libmgl-wnd7.2.0/DEBIAN/postinst +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -e -# Automatically added by dh_makeshlibs -if [ "$1" = "configure" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl-wnd7.2.0/DEBIAN/postrm b/debian/libmgl-wnd7.2.0/DEBIAN/postrm deleted file mode 100755 index 3e73d38..0000000 --- a/debian/libmgl-wnd7.2.0/DEBIAN/postrm +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -e -# Automatically added by dh_makeshlibs -if [ "$1" = "remove" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl-wnd7.2.0/DEBIAN/shlibs b/debian/libmgl-wnd7.2.0/DEBIAN/shlibs deleted file mode 100644 index d616161..0000000 --- a/debian/libmgl-wnd7.2.0/DEBIAN/shlibs +++ /dev/null @@ -1 +0,0 @@ -libmgl-wnd 7.4.0 libmgl-wnd7.2.0 diff --git a/debian/libmgl-wnd7.2.0/usr/lib/libmgl-wnd.so.7.4.0 b/debian/libmgl-wnd7.2.0/usr/lib/libmgl-wnd.so.7.4.0 deleted file mode 100644 index 399a32a..0000000 Binary files a/debian/libmgl-wnd7.2.0/usr/lib/libmgl-wnd.so.7.4.0 and /dev/null differ diff --git a/debian/libmgl-wnd7.2.0/usr/share/doc/libmgl-wnd7.2.0/changelog.Debian.gz b/debian/libmgl-wnd7.2.0/usr/share/doc/libmgl-wnd7.2.0/changelog.Debian.gz deleted file mode 100644 index ac5ca1f..0000000 Binary files a/debian/libmgl-wnd7.2.0/usr/share/doc/libmgl-wnd7.2.0/changelog.Debian.gz and /dev/null differ diff --git a/debian/libmgl-wnd7.2.0/usr/share/doc/libmgl-wnd7.2.0/changelog.gz b/debian/libmgl-wnd7.2.0/usr/share/doc/libmgl-wnd7.2.0/changelog.gz deleted file mode 100644 index 6d1ef01..0000000 Binary files a/debian/libmgl-wnd7.2.0/usr/share/doc/libmgl-wnd7.2.0/changelog.gz and /dev/null differ diff --git a/debian/libmgl-wnd7.2.0/usr/share/doc/libmgl-wnd7.2.0/copyright b/debian/libmgl-wnd7.2.0/usr/share/doc/libmgl-wnd7.2.0/copyright deleted file mode 100644 index d4b6c9b..0000000 --- a/debian/libmgl-wnd7.2.0/usr/share/doc/libmgl-wnd7.2.0/copyright +++ /dev/null @@ -1,197 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: MathGL -Upstream-Contact: Alexey Balakin -Source: http://mathgl.sourceforge.net/ - -Files: * -Copyright: (C) 2007 Alexey Balakin - (C) 2007 Xavier Delacour - (C) 2007 Alexander Filov - (C) 2008 Dmitry Kulagin - (C) 2008 Michail Vidiassov - (C) 2007-2008 Sergey Plis -License: GPL-2+ - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - for more details. - -Files: include/mgl2/*.h -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: include/mgl2/mgl.h include/mgl2/mpi.h -Copyright: (C) 2007-2012 Alexey Balakin -License: GPL-2+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - -Files: mgllab/*.cpp mgllab/*.h mgllab/*.rc -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: src/addon.cpp src/axis.cpp src/base.cpp src/base_cf.cpp - src/canvas.cpp src/canvas_cf.cpp src/complex.cpp - src/complex_io.cpp src/cont.cpp src/crust.cpp - src/data.cpp src/data_io.cpp src/data_new.cpp - src/data_png.cpp src/eval.cpp src/evalp.cpp - src/exec.cpp src/export.cpp src/export_2d.cpp - src/export_3d.cpp src/fft.cpp src/fit.cpp - src/font.cpp src/obj.cpp src/other.cpp - src/parser.cpp src/pde.cpp src/pixel.cpp - src/plot.cpp src/prc.cpp src/prim.cpp src/surf.cpp - src/tex_table.cpp src/vect.cpp src/volume.cpp - src/window.cpp -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: src/prc/*File* src/prc/*Stream* src/prc/*write* -Copyright: (C) 2008 Orest Shardt -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: src/s_hull/* -Copyright: (C) 2012 David Sinclair -License: permissive - S-hull is free software and may be obtained from www.s-hull.org. - It may be freely copied, modified, and redistributed under the conditions - described in `src/s_hull/COPYING.txt' - . - This is permission to use s-hull-pro in mathgl as long as the routines - retain my copyright notice. I am happy for it to be included in an LGPL - product and I am happy for the source to be bundled with mathgl under - whatever license you use for that. - . - The complete text of the license can be found in - `src/s_hull/COPYING.txt'. - -Files: udav/textedit.cpp udav/textedit.h -Copyright: (C) 2010 Nokia Corporation and/or its subsidiary(-ies) -License: BSD - Copyright (c) The Regents of the University of California. - All rights reserved. - . - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - 3. Neither the name of the University nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - . - THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND - ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE - FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. - -Files: widgets/*.cpp -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - . - On Debian GNU/Linux systems, the complete text of the GNU Lesser General - Public License can be found in `/usr/share/common-licenses/LGPL-3'. - -Files: texinfo/* -Copyright: (C) 2008 Alexey Balakin -License: GFDL-NIV-1.2+ - Permission is granted to copy, distribute and/or modify this document - under the terms of the GNU Free Documentation License, Version 1.2 - or any later version published by the Free Software Foundation; - with no Invariant Sections, no Front-Cover Texts, and no Back-Cover - Texts. A copy of the license is included in the section entitled ``GNU - Free Documentation License.'' - . - On Debian GNU/Linux systems, the complete text of the GNU Free Documentation - License can be found in `/usr/share/common-licenses/GFDL-1.2'. - -Files: texinfo/mathgl.js -Copyright: (C) 2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - . - On Debian GNU/Linux systems, the complete text of the GNU Lesser General - Public License can be found in `/usr/share/common-licenses/LGPL-3'. - -Files: debian/* -Copyright: (C) 2008 Bradley Smith - (C) 2010 Dimitrios Eftaxiopoulos -License: GPL-2+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - On Debian GNU/Linux systems, the complete text of the GNU General Public License - can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/debian/libmgl-wnd7.4.0.install b/debian/libmgl-wnd7.4.0.install new file mode 100644 index 0000000..f9595a3 --- /dev/null +++ b/debian/libmgl-wnd7.4.0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libmgl-wnd.so.* \ No newline at end of file diff --git a/debian/libmgl-wx7.2.0.install b/debian/libmgl-wx7.2.0.install deleted file mode 100644 index d6b927f..0000000 --- a/debian/libmgl-wx7.2.0.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/libmgl-wx.so.* \ No newline at end of file diff --git a/debian/libmgl-wx7.2.0.postinst.debhelper b/debian/libmgl-wx7.2.0.postinst.debhelper deleted file mode 100644 index 3d89d3e..0000000 --- a/debian/libmgl-wx7.2.0.postinst.debhelper +++ /dev/null @@ -1,5 +0,0 @@ -# Automatically added by dh_makeshlibs -if [ "$1" = "configure" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl-wx7.2.0.postrm.debhelper b/debian/libmgl-wx7.2.0.postrm.debhelper deleted file mode 100644 index 7f44047..0000000 --- a/debian/libmgl-wx7.2.0.postrm.debhelper +++ /dev/null @@ -1,5 +0,0 @@ -# Automatically added by dh_makeshlibs -if [ "$1" = "remove" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl-wx7.2.0.substvars b/debian/libmgl-wx7.2.0.substvars deleted file mode 100644 index b0e06e0..0000000 --- a/debian/libmgl-wx7.2.0.substvars +++ /dev/null @@ -1,3 +0,0 @@ -python:Depends=python-numpy (>= 1:1.8.0), python-numpy-abi9 -shlibs:Depends=libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgomp1 (>= 4.2.1), libgsl0ldbl (>= 1.9), libhdf4-0, libhdf5-8, libhpdf-2.2.1, libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libmgl7.2.0, libpng12-0 (>= 1.2.13-4), libsm6, libstdc++6 (>= 4.1.1), libwxbase3.0-0 (>= 3.0.2), libwxgtk3.0-0 (>= 3.0.2), libx11-6, libxext6, zlib1g (>= 1:1.1.4) -misc:Depends= diff --git a/debian/libmgl-wx7.2.0/DEBIAN/control b/debian/libmgl-wx7.2.0/DEBIAN/control deleted file mode 100644 index 9778d0d..0000000 --- a/debian/libmgl-wx7.2.0/DEBIAN/control +++ /dev/null @@ -1,21 +0,0 @@ -Package: libmgl-wx7.2.0 -Source: mathgl -Version: 2.3.1-1 -Architecture: amd64 -Maintainer: Debian Science Maintainers -Installed-Size: 158 -Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgomp1 (>= 4.2.1), libgsl0ldbl (>= 1.9), libhdf4-0, libhdf5-8, libhpdf-2.2.1, libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libmgl7.2.0, libpng12-0 (>= 1.2.13-4), libsm6, libstdc++6 (>= 4.1.1), libwxbase3.0-0 (>= 3.0.2), libwxgtk3.0-0 (>= 3.0.2), libx11-6, libxext6, zlib1g (>= 1:1.1.4), libmgl-data -Conflicts: libmgl-wx5, libmgl-wx7.1.0 -Replaces: libmgl-wx5, libmgl-wx7.1.0 -Section: libs -Priority: optional -Homepage: http://mathgl.sourceforge.net/doc_en/Main.html -Description: library for scientific graphs (wx interface for windows) - 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 wx interface shared object files for window - opening. diff --git a/debian/libmgl-wx7.2.0/DEBIAN/md5sums b/debian/libmgl-wx7.2.0/DEBIAN/md5sums deleted file mode 100644 index 96b6fc5..0000000 --- a/debian/libmgl-wx7.2.0/DEBIAN/md5sums +++ /dev/null @@ -1,4 +0,0 @@ -15565df48fdf3d718cad5b942454ccca usr/lib/libmgl-wx.so.7.4.0 -e6359d6b69fa83bc17836cc9fa789924 usr/share/doc/libmgl-wx7.2.0/changelog.Debian.gz -47d1d6f2dcc10f279f6c994be32d5647 usr/share/doc/libmgl-wx7.2.0/changelog.gz -930ef1d07bc5d860edf125f962ed6940 usr/share/doc/libmgl-wx7.2.0/copyright diff --git a/debian/libmgl-wx7.2.0/DEBIAN/postinst b/debian/libmgl-wx7.2.0/DEBIAN/postinst deleted file mode 100755 index 379f1fa..0000000 --- a/debian/libmgl-wx7.2.0/DEBIAN/postinst +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -e -# Automatically added by dh_makeshlibs -if [ "$1" = "configure" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl-wx7.2.0/DEBIAN/postrm b/debian/libmgl-wx7.2.0/DEBIAN/postrm deleted file mode 100755 index 3e73d38..0000000 --- a/debian/libmgl-wx7.2.0/DEBIAN/postrm +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -e -# Automatically added by dh_makeshlibs -if [ "$1" = "remove" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl-wx7.2.0/DEBIAN/shlibs b/debian/libmgl-wx7.2.0/DEBIAN/shlibs deleted file mode 100644 index 27d140d..0000000 --- a/debian/libmgl-wx7.2.0/DEBIAN/shlibs +++ /dev/null @@ -1 +0,0 @@ -libmgl-wx 7.4.0 libmgl-wx7.2.0 diff --git a/debian/libmgl-wx7.2.0/usr/lib/libmgl-wx.so.7.4.0 b/debian/libmgl-wx7.2.0/usr/lib/libmgl-wx.so.7.4.0 deleted file mode 100644 index 55772b1..0000000 Binary files a/debian/libmgl-wx7.2.0/usr/lib/libmgl-wx.so.7.4.0 and /dev/null differ diff --git a/debian/libmgl-wx7.2.0/usr/share/doc/libmgl-wx7.2.0/changelog.Debian.gz b/debian/libmgl-wx7.2.0/usr/share/doc/libmgl-wx7.2.0/changelog.Debian.gz deleted file mode 100644 index ac5ca1f..0000000 Binary files a/debian/libmgl-wx7.2.0/usr/share/doc/libmgl-wx7.2.0/changelog.Debian.gz and /dev/null differ diff --git a/debian/libmgl-wx7.2.0/usr/share/doc/libmgl-wx7.2.0/changelog.gz b/debian/libmgl-wx7.2.0/usr/share/doc/libmgl-wx7.2.0/changelog.gz deleted file mode 100644 index 6d1ef01..0000000 Binary files a/debian/libmgl-wx7.2.0/usr/share/doc/libmgl-wx7.2.0/changelog.gz and /dev/null differ diff --git a/debian/libmgl-wx7.2.0/usr/share/doc/libmgl-wx7.2.0/copyright b/debian/libmgl-wx7.2.0/usr/share/doc/libmgl-wx7.2.0/copyright deleted file mode 100644 index d4b6c9b..0000000 --- a/debian/libmgl-wx7.2.0/usr/share/doc/libmgl-wx7.2.0/copyright +++ /dev/null @@ -1,197 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: MathGL -Upstream-Contact: Alexey Balakin -Source: http://mathgl.sourceforge.net/ - -Files: * -Copyright: (C) 2007 Alexey Balakin - (C) 2007 Xavier Delacour - (C) 2007 Alexander Filov - (C) 2008 Dmitry Kulagin - (C) 2008 Michail Vidiassov - (C) 2007-2008 Sergey Plis -License: GPL-2+ - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - for more details. - -Files: include/mgl2/*.h -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: include/mgl2/mgl.h include/mgl2/mpi.h -Copyright: (C) 2007-2012 Alexey Balakin -License: GPL-2+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - -Files: mgllab/*.cpp mgllab/*.h mgllab/*.rc -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: src/addon.cpp src/axis.cpp src/base.cpp src/base_cf.cpp - src/canvas.cpp src/canvas_cf.cpp src/complex.cpp - src/complex_io.cpp src/cont.cpp src/crust.cpp - src/data.cpp src/data_io.cpp src/data_new.cpp - src/data_png.cpp src/eval.cpp src/evalp.cpp - src/exec.cpp src/export.cpp src/export_2d.cpp - src/export_3d.cpp src/fft.cpp src/fit.cpp - src/font.cpp src/obj.cpp src/other.cpp - src/parser.cpp src/pde.cpp src/pixel.cpp - src/plot.cpp src/prc.cpp src/prim.cpp src/surf.cpp - src/tex_table.cpp src/vect.cpp src/volume.cpp - src/window.cpp -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: src/prc/*File* src/prc/*Stream* src/prc/*write* -Copyright: (C) 2008 Orest Shardt -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: src/s_hull/* -Copyright: (C) 2012 David Sinclair -License: permissive - S-hull is free software and may be obtained from www.s-hull.org. - It may be freely copied, modified, and redistributed under the conditions - described in `src/s_hull/COPYING.txt' - . - This is permission to use s-hull-pro in mathgl as long as the routines - retain my copyright notice. I am happy for it to be included in an LGPL - product and I am happy for the source to be bundled with mathgl under - whatever license you use for that. - . - The complete text of the license can be found in - `src/s_hull/COPYING.txt'. - -Files: udav/textedit.cpp udav/textedit.h -Copyright: (C) 2010 Nokia Corporation and/or its subsidiary(-ies) -License: BSD - Copyright (c) The Regents of the University of California. - All rights reserved. - . - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - 3. Neither the name of the University nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - . - THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND - ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE - FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. - -Files: widgets/*.cpp -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - . - On Debian GNU/Linux systems, the complete text of the GNU Lesser General - Public License can be found in `/usr/share/common-licenses/LGPL-3'. - -Files: texinfo/* -Copyright: (C) 2008 Alexey Balakin -License: GFDL-NIV-1.2+ - Permission is granted to copy, distribute and/or modify this document - under the terms of the GNU Free Documentation License, Version 1.2 - or any later version published by the Free Software Foundation; - with no Invariant Sections, no Front-Cover Texts, and no Back-Cover - Texts. A copy of the license is included in the section entitled ``GNU - Free Documentation License.'' - . - On Debian GNU/Linux systems, the complete text of the GNU Free Documentation - License can be found in `/usr/share/common-licenses/GFDL-1.2'. - -Files: texinfo/mathgl.js -Copyright: (C) 2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - . - On Debian GNU/Linux systems, the complete text of the GNU Lesser General - Public License can be found in `/usr/share/common-licenses/LGPL-3'. - -Files: debian/* -Copyright: (C) 2008 Bradley Smith - (C) 2010 Dimitrios Eftaxiopoulos -License: GPL-2+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - On Debian GNU/Linux systems, the complete text of the GNU General Public License - can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/debian/libmgl-wx7.4.0.install b/debian/libmgl-wx7.4.0.install new file mode 100644 index 0000000..d6b927f --- /dev/null +++ b/debian/libmgl-wx7.4.0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libmgl-wx.so.* \ No newline at end of file diff --git a/debian/libmgl7.2.0.install b/debian/libmgl7.2.0.install deleted file mode 100644 index 248a51b..0000000 --- a/debian/libmgl7.2.0.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/libmgl.so.* \ No newline at end of file diff --git a/debian/libmgl7.2.0.postinst.debhelper b/debian/libmgl7.2.0.postinst.debhelper deleted file mode 100644 index 3d89d3e..0000000 --- a/debian/libmgl7.2.0.postinst.debhelper +++ /dev/null @@ -1,5 +0,0 @@ -# Automatically added by dh_makeshlibs -if [ "$1" = "configure" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl7.2.0.postrm.debhelper b/debian/libmgl7.2.0.postrm.debhelper deleted file mode 100644 index 7f44047..0000000 --- a/debian/libmgl7.2.0.postrm.debhelper +++ /dev/null @@ -1,5 +0,0 @@ -# Automatically added by dh_makeshlibs -if [ "$1" = "remove" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl7.2.0.substvars b/debian/libmgl7.2.0.substvars deleted file mode 100644 index 1bb552f..0000000 --- a/debian/libmgl7.2.0.substvars +++ /dev/null @@ -1,3 +0,0 @@ -python:Depends=python-numpy (>= 1:1.8.0), python-numpy-abi9 -shlibs:Depends=libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgomp1 (>= 4.9), libgsl0ldbl (>= 1.9), libhdf4-0, libhdf5-8, libhpdf-2.2.1, libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libpng12-0 (>= 1.2.13-4), libsm6, libstdc++6 (>= 4.9), libx11-6, libxext6, zlib1g (>= 1:1.2.0) -misc:Depends= diff --git a/debian/libmgl7.2.0/DEBIAN/control b/debian/libmgl7.2.0/DEBIAN/control deleted file mode 100644 index bd8838d..0000000 --- a/debian/libmgl7.2.0/DEBIAN/control +++ /dev/null @@ -1,20 +0,0 @@ -Package: libmgl7.2.0 -Source: mathgl -Version: 2.3.1-1 -Architecture: amd64 -Maintainer: Debian Science Maintainers -Installed-Size: 4121 -Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgif4 (>= 4.1.4), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libgomp1 (>= 4.9), libgsl0ldbl (>= 1.9), libhdf4-0, libhdf5-8, libhpdf-2.2.1, libice6 (>= 1:1.0.0), libjpeg62-turbo (>= 1.3.1), libpng12-0 (>= 1.2.13-4), libsm6, libstdc++6 (>= 4.9), libx11-6, libxext6, zlib1g (>= 1:1.2.0), libmgl-data -Conflicts: libmgl5, libmgl6, libmgl6.0.0, libmgl7.1.0 -Replaces: libmgl5, libmgl6, libmgl6.0.0, libmgl7.1.0 -Section: libs -Priority: optional -Homepage: http://mathgl.sourceforge.net/doc_en/Main.html -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. diff --git a/debian/libmgl7.2.0/DEBIAN/md5sums b/debian/libmgl7.2.0/DEBIAN/md5sums deleted file mode 100644 index 5236d44..0000000 --- a/debian/libmgl7.2.0/DEBIAN/md5sums +++ /dev/null @@ -1,4 +0,0 @@ -a371f0928f8644ee6ed1a0934c4ecc78 usr/lib/libmgl.so.7.4.0 -e6359d6b69fa83bc17836cc9fa789924 usr/share/doc/libmgl7.2.0/changelog.Debian.gz -47d1d6f2dcc10f279f6c994be32d5647 usr/share/doc/libmgl7.2.0/changelog.gz -930ef1d07bc5d860edf125f962ed6940 usr/share/doc/libmgl7.2.0/copyright diff --git a/debian/libmgl7.2.0/DEBIAN/postinst b/debian/libmgl7.2.0/DEBIAN/postinst deleted file mode 100755 index 379f1fa..0000000 --- a/debian/libmgl7.2.0/DEBIAN/postinst +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -e -# Automatically added by dh_makeshlibs -if [ "$1" = "configure" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl7.2.0/DEBIAN/postrm b/debian/libmgl7.2.0/DEBIAN/postrm deleted file mode 100755 index 3e73d38..0000000 --- a/debian/libmgl7.2.0/DEBIAN/postrm +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -e -# Automatically added by dh_makeshlibs -if [ "$1" = "remove" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libmgl7.2.0/DEBIAN/shlibs b/debian/libmgl7.2.0/DEBIAN/shlibs deleted file mode 100644 index 774dcdd..0000000 --- a/debian/libmgl7.2.0/DEBIAN/shlibs +++ /dev/null @@ -1 +0,0 @@ -libmgl 7.4.0 libmgl7.2.0 diff --git a/debian/libmgl7.2.0/usr/lib/libmgl.so.7.4.0 b/debian/libmgl7.2.0/usr/lib/libmgl.so.7.4.0 deleted file mode 100644 index 50dfb0e..0000000 Binary files a/debian/libmgl7.2.0/usr/lib/libmgl.so.7.4.0 and /dev/null differ diff --git a/debian/libmgl7.2.0/usr/share/doc/libmgl7.2.0/changelog.Debian.gz b/debian/libmgl7.2.0/usr/share/doc/libmgl7.2.0/changelog.Debian.gz deleted file mode 100644 index ac5ca1f..0000000 Binary files a/debian/libmgl7.2.0/usr/share/doc/libmgl7.2.0/changelog.Debian.gz and /dev/null differ diff --git a/debian/libmgl7.2.0/usr/share/doc/libmgl7.2.0/changelog.gz b/debian/libmgl7.2.0/usr/share/doc/libmgl7.2.0/changelog.gz deleted file mode 100644 index 6d1ef01..0000000 Binary files a/debian/libmgl7.2.0/usr/share/doc/libmgl7.2.0/changelog.gz and /dev/null differ diff --git a/debian/libmgl7.2.0/usr/share/doc/libmgl7.2.0/copyright b/debian/libmgl7.2.0/usr/share/doc/libmgl7.2.0/copyright deleted file mode 100644 index d4b6c9b..0000000 --- a/debian/libmgl7.2.0/usr/share/doc/libmgl7.2.0/copyright +++ /dev/null @@ -1,197 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: MathGL -Upstream-Contact: Alexey Balakin -Source: http://mathgl.sourceforge.net/ - -Files: * -Copyright: (C) 2007 Alexey Balakin - (C) 2007 Xavier Delacour - (C) 2007 Alexander Filov - (C) 2008 Dmitry Kulagin - (C) 2008 Michail Vidiassov - (C) 2007-2008 Sergey Plis -License: GPL-2+ - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - for more details. - -Files: include/mgl2/*.h -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: include/mgl2/mgl.h include/mgl2/mpi.h -Copyright: (C) 2007-2012 Alexey Balakin -License: GPL-2+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - -Files: mgllab/*.cpp mgllab/*.h mgllab/*.rc -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: src/addon.cpp src/axis.cpp src/base.cpp src/base_cf.cpp - src/canvas.cpp src/canvas_cf.cpp src/complex.cpp - src/complex_io.cpp src/cont.cpp src/crust.cpp - src/data.cpp src/data_io.cpp src/data_new.cpp - src/data_png.cpp src/eval.cpp src/evalp.cpp - src/exec.cpp src/export.cpp src/export_2d.cpp - src/export_3d.cpp src/fft.cpp src/fit.cpp - src/font.cpp src/obj.cpp src/other.cpp - src/parser.cpp src/pde.cpp src/pixel.cpp - src/plot.cpp src/prc.cpp src/prim.cpp src/surf.cpp - src/tex_table.cpp src/vect.cpp src/volume.cpp - src/window.cpp -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: src/prc/*File* src/prc/*Stream* src/prc/*write* -Copyright: (C) 2008 Orest Shardt -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - -Files: src/s_hull/* -Copyright: (C) 2012 David Sinclair -License: permissive - S-hull is free software and may be obtained from www.s-hull.org. - It may be freely copied, modified, and redistributed under the conditions - described in `src/s_hull/COPYING.txt' - . - This is permission to use s-hull-pro in mathgl as long as the routines - retain my copyright notice. I am happy for it to be included in an LGPL - product and I am happy for the source to be bundled with mathgl under - whatever license you use for that. - . - The complete text of the license can be found in - `src/s_hull/COPYING.txt'. - -Files: udav/textedit.cpp udav/textedit.h -Copyright: (C) 2010 Nokia Corporation and/or its subsidiary(-ies) -License: BSD - Copyright (c) The Regents of the University of California. - All rights reserved. - . - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - 3. Neither the name of the University nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - . - THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND - ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE - FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. - -Files: widgets/*.cpp -Copyright: (C) 2007-2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - . - On Debian GNU/Linux systems, the complete text of the GNU Lesser General - Public License can be found in `/usr/share/common-licenses/LGPL-3'. - -Files: texinfo/* -Copyright: (C) 2008 Alexey Balakin -License: GFDL-NIV-1.2+ - Permission is granted to copy, distribute and/or modify this document - under the terms of the GNU Free Documentation License, Version 1.2 - or any later version published by the Free Software Foundation; - with no Invariant Sections, no Front-Cover Texts, and no Back-Cover - Texts. A copy of the license is included in the section entitled ``GNU - Free Documentation License.'' - . - On Debian GNU/Linux systems, the complete text of the GNU Free Documentation - License can be found in `/usr/share/common-licenses/GFDL-1.2'. - -Files: texinfo/mathgl.js -Copyright: (C) 2012 Alexey Balakin -License: LGPL-3 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU Less General Public License as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Less General Public License for more details. - . - On Debian GNU/Linux systems, the complete text of the GNU Lesser General - Public License can be found in `/usr/share/common-licenses/LGPL-3'. - -Files: debian/* -Copyright: (C) 2008 Bradley Smith - (C) 2010 Dimitrios Eftaxiopoulos -License: GPL-2+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - On Debian GNU/Linux systems, the complete text of the GNU General Public License - can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/debian/libmgl7.4.0.install b/debian/libmgl7.4.0.install new file mode 100644 index 0000000..248a51b --- /dev/null +++ b/debian/libmgl7.4.0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libmgl.so.* \ No newline at end of file