Package: openjpeg2 / 2.1.0-2

Metadata

Package Version Patches format
openjpeg2 2.1.0-2 3.0 (quilt)

Patch series

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

doc/man/man1/opj_compress.1 | 40 20 + 20 - 0 !
doc/man/man1/opj_decompress.1 | 10 5 + 5 - 0 !
doc/man/man1/opj_dump.1 | 10 5 + 5 - 0 !
src/bin/jp2/opj_compress.c | 6 3 + 3 - 0 !
4 files changed, 33 insertions(+), 33 deletions(-)

 fix minor typos reported by lintian
multiarch_path.patch | (download)

cmake/OpenJPEGConfig.cmake.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 upstream did not handle multi-arch installation path
 It naively assumed the include location to be two levels above the lib
 installation.