Package: gnudatalanguage / 0.9.7-2
Metadata
Package | Version | Patches format |
---|---|---|
gnudatalanguage | 0.9.7-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
create shared lib | (download) |
CMakeLists.txt |
6 1 + 5 - 0 ! |
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 ! |
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 ! |
build with debian's antlr instead of the embedded copy in src/antlr |
fix spelling errors | (download) |
ChangeLog |
30 15 + 15 - 0 ! |
fix various spelling errors found by lintian |
gdl fun fix | (download) |
src/pythongdl.cpp |
44 25 + 19 - 0 ! |
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 ! |
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 ! |
support hdf5 1.10 |
bugfix 852682.patch | (download) |
src/accessdesc.hpp |
3 2 + 1 - 0 ! |
reverted to previous version since correction of bug#709 was making a mess with array dimensions. Bug: https://bugs.debian.org/852682 |