Package: libgnatcoll-bindings / 21.0.0-4

Metadata

Package Version Patches format
libgnatcoll-bindings 21.0.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
compilation_options.diff | (download)

gmp/gnatcoll_gmp.gpr | 6 6 + 0 - 0 !
iconv/gnatcoll_iconv.gpr | 6 6 + 0 - 0 !
lzma/gnatcoll_lzma.gpr | 3 3 + 0 - 0 !
omp/gnatcoll_omp.gpr | 7 7 + 0 - 0 !
python/gnatcoll_python.gpr | 6 6 + 0 - 0 !
python3/gnatcoll_python.gpr | 7 7 + 0 - 0 !
readline/gnatcoll_readline.gpr | 3 3 + 0 - 0 !
syslog/gnatcoll_syslog.gpr | 12 12 + 0 - 0 !
zlib/gnatcoll_zlib.gpr | 3 3 + 0 - 0 !
9 files changed, 53 insertions(+)

 handle adaflags cflags cppflags ldflags
so_ext.diff | (download)

gmp/gnatcoll_gmp.gpr | 2 1 + 1 - 0 !
iconv/gnatcoll_iconv.gpr | 2 1 + 1 - 0 !
lzma/gnatcoll_lzma.gpr | 2 1 + 1 - 0 !
omp/gnatcoll_omp.gpr | 2 1 + 1 - 0 !
python/gnatcoll_python.gpr | 2 1 + 1 - 0 !
python3/gnatcoll_python.gpr | 2 1 + 1 - 0 !
readline/gnatcoll_readline.gpr | 2 1 + 1 - 0 !
syslog/gnatcoll_syslog.gpr | 2 1 + 1 - 0 !
zlib/gnatcoll_zlib.gpr | 2 1 + 1 - 0 !
9 files changed, 9 insertions(+), 9 deletions(-)

 do not assume that gnatcoll.gpr defines so_ext.
 Debian cannot assume that gnatcoll.gpr is the exact project
 distributed by upstream install system.
 .
 Since upstream will probably not be interested,
 this patch does not try to be portable.
example obj dir.diff | (download)

gmp/examples/gmp_examples.gpr | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use obj/ instead of ../obj/ as object directory in gmp example
 Using the parent directory only makes sense in the source tree,
 and we want to install this example.
python2.diff | (download)

gen_gps_help.py | 2 1 + 1 - 0 !
gmp/setup.py | 2 1 + 1 - 0 !
iconv/setup.py | 2 1 + 1 - 0 !
lzma/setup.py | 2 1 + 1 - 0 !
omp/setup.py | 2 1 + 1 - 0 !
python/gnatcoll-scripts-python.adb | 2 1 + 1 - 0 !
python/gnatcoll-scripts-python.ads | 2 1 + 1 - 0 !
python/setup.py | 2 1 + 1 - 0 !
python3/setup.py | 2 1 + 1 - 0 !
readline/setup.py | 2 1 + 1 - 0 !
setup_support.py | 2 1 + 1 - 0 !
syslog/setup.py | 2 1 + 1 - 0 !
testsuite/run-tests | 2 1 + 1 - 0 !
zlib/setup.py | 2 1 + 1 - 0 !
14 files changed, 14 insertions(+), 14 deletions(-)

 depend on explicit python2.
 Ubuntu does not contain an unversioned 'python' anymore.
 .
 Upstream is migrating to python3, so it does not make sense to
 forward this patch as is.
project_linker_options.diff | (download)

readline/gnatcoll_readline.gpr | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 add missing linker'linker_options in readline project.