Package: cpl-plugin-hawki / 1.8.21+dfsg-1

Metadata

Package Version Patches format
cpl-plugin-hawki 1.8.21+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
set_plugindir.patch | (download)

acinclude.m4 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 set the plugin directory so that esorex and python-cpl can find it.

use std paths for cpl.patch | (download)

m4macros/cpl.m4 | 10 7 + 3 - 0 !
1 file changed, 7 insertions(+), 3 deletions(-)

 use standard path and name for cpl

fix_test_fail.patch | (download)

irplib/tests/irplib_polynomial-test.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 increase tolerance to fix ftbs on mips, mipsel64, and ia64

force serial tests.patch | (download)

hawki/tests/Makefile.am | 2 1 + 1 - 0 !
irplib/tests/Makefile.am | 2 1 + 1 - 0 !
regtests/tests/Makefile.am | 2 1 + 1 - 0 !
tests/Makefile.am | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 force serial-tests to get better verbose output
Bug: http://bugs.debian.org/715204

fix_irplib_gcc5.patch | (download)

irplib/irplib_utils.c | 84 47 + 37 - 0 !
1 file changed, 47 insertions(+), 37 deletions(-)

 [patch] make aligned allocator more robust to weird standard
 requirements

C11 requires size to be multiple of alignment, so extend the size
internally. glibc does not require that and additionally does not require
the alignment to be a power of two. In irplib requires this for all variants
for consistency.