Package: cpl-plugin-vimos / 3.2.3+dfsg-2
Metadata
Package | Version | Patches format |
---|---|---|
cpl-plugin-vimos | 3.2.3+dfsg-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Set the plugin directory so that esorex and python cpl ca.patch | (download) |
acinclude.m4 |
2 1 + 1 - 0 ! |
set the plugin directory so that esorex and python-cpl can find it. |
Make the pil library private since it should only be used.patch | (download) |
acinclude.m4 |
2 1 + 1 - 0 ! |
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 ! |
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 ! |
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 ! |
force serial-tests to get better verbose output |
Define XOPEN to explicitely declare tempnam.patch | (download) |
vimos/Makefile.am |
2 1 + 1 - 0 ! |
define xopen to explicitly 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 *). |