Package: gnudatalanguage / 0.9.7-2

Metadata

Package Version Patches format
gnudatalanguage 0.9.7-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
create shared lib | (download)

CMakeLists.txt | 6 1 + 5 - 0 !
src/CMakeLists.txt | 39 23 + 16 - 0 !
2 files changed, 24 insertions(+), 21 deletions(-)

 create a shared library to link to gdl executable and python extension
 The library is called libgnudatalanguage.so to avoid confusion with the
 libgdl from the GNOME project.
debian multiarch | (download)

src/CMakeLists.txt | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 make shared library and python extension multiarch aware.
 Also, fix the RPATH issues.

build with debian antlr instead embedded one | (download)

CMakeLists.txt | 4 0 + 4 - 0 !
src/CMakeLists.txt | 7 2 + 5 - 0 !
src/cformat.g | 2 1 + 1 - 0 !
src/format.g | 4 2 + 2 - 0 !
src/gdlc.g | 10 5 + 5 - 0 !
5 files changed, 10 insertions(+), 17 deletions(-)

 build with debian's antlr instead of the embedded copy in src/antlr

fix spelling errors | (download)

ChangeLog | 30 15 + 15 - 0 !
NEWS | 6 3 + 3 - 0 !
TODO | 8 4 + 4 - 0 !
doc/gdl.1 | 2 1 + 1 - 0 !
src/basic_pro.cpp | 4 2 + 2 - 0 !
src/gdl.cpp | 2 1 + 1 - 0 !
src/gdljournal.cpp | 2 1 + 1 - 0 !
src/magick_cl.cpp | 2 1 + 1 - 0 !
src/math_fun_ac.cpp | 2 1 + 1 - 0 !
src/pro/get_login_info.pro | 4 2 + 2 - 0 !
src/pro/idl_validname.pro | 2 1 + 1 - 0 !
src/pro/ploterr.pro | 4 2 + 2 - 0 !
src/pro/strsplit.pro | 2 1 + 1 - 0 !
src/pro/tvscl.pro | 2 1 + 1 - 0 !
testsuite/test_known_bugs.pro | 2 1 + 1 - 0 !
testsuite/test_mpfit.pro | 2 1 + 1 - 0 !
16 files changed, 38 insertions(+), 38 deletions(-)

 fix various spelling errors found by lintian
gdl fun fix | (download)

src/pythongdl.cpp | 44 25 + 19 - 0 !
1 file changed, 25 insertions(+), 19 deletions(-)

 fix direct calling of direct function calls from python
Bug: https://sourceforge.net/p/gnudatalanguage/bugs/678

gdl template.patch | (download)

src/specializations.hpp | 10 0 + 10 - 0 !
1 file changed, 10 deletions(-)

 fix "error: 'operator>>' is not a template function" with gcc6
Bug: https://bugs.debian.org/811918
hdf5 1.10.patch | (download)

src/hdf5_fun.cpp | 49 42 + 7 - 0 !
1 file changed, 42 insertions(+), 7 deletions(-)

 support hdf5 1.10
bugfix 852682.patch | (download)

src/accessdesc.hpp | 3 2 + 1 - 0 !
src/dimension.hpp | 16 9 + 7 - 0 !
2 files changed, 11 insertions(+), 8 deletions(-)

 reverted to previous version since correction of bug#709 was
 making a mess with array dimensions.
Bug: https://bugs.debian.org/852682