Package: cpl-plugin-vimos / 3.1.7+dfsg-1

Metadata

Package Version Patches format
cpl-plugin-vimos 3.1.7+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Set the plugin directory so that esorex and python cpl ca.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 standard path and name for cpl.patch | (download)

libpil/m4macros/cpl.m4 | 9 6 + 3 - 0 !
m4macros/cpl.m4 | 9 6 + 3 - 0 !
2 files changed, 12 insertions(+), 6 deletions(-)

 use standard path and name for cpl


Make the pil library private since it should only be used.patch | (download)

acinclude.m4 | 2 1 + 1 - 0 !
libpil/acinclude.m4 | 5 5 + 0 - 0 !
2 files changed, 6 insertions(+), 1 deletion(-)

 make the "pil" library private since it should only be used by this
 pipeline.


Use the system provided sextractor binary instead of the .patch | (download)

acinclude.m4 | 2 1 + 1 - 0 !
configure.ac | 2 1 + 1 - 0 !
external/Makefile.am | 6 3 + 3 - 0 !
3 files changed, 5 insertions(+), 5 deletions(-)

 use the system provided sextractor binary instead of the convenience
 copy


Increase tolerance to fix FTBS on mips mipsel64 and ia64.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 to get better verbose output.patch | (download)

irplib/tests/Makefile.am | 2 1 + 1 - 0 !
libpil/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


fix truncation of cpl_size passed to int cpl_parameter PI.patch | (download)

mosca/hdrl/hdrl_utils.c | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix truncation of cpl_size passed to int cpl_parameter (pipe-5461)

git-svn-id: http://svnhq2.hq.eso.org/p2/trunk/Pipelines/common/hdrl@166234 318c8218-2dab-440d-9263-6f70bac63e5b

Define XOPEN to explicitely declare tempnam.patch | (download)

vimos/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 define xopen to explicitely declare tempnam()

Otherwise, tempnam gets the default "int" return value which will cause
an implicit pointer conversion that may fail since sizeof(int) != sizeof(void *).