Package: opencpn / 1:5.10.2+dfsg-1

Metadata

Package Version Patches format
opencpn 1:5.10.2+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 build Drop removed CoC 1973_2018 InlandECDIS_2022091.patch | (download)

CMakeLists.txt | 21 4 + 17 - 0 !
1 file changed, 4 insertions(+), 17 deletions(-)

 [patch 3/3] build: drop removed
 CoC-1973_2018-InlandECDIS_20220912.pdf

Remove references to pdf file without sources which is
excluded from upstream sources in d/copyright

Not acceptable upstream.

0002 Add missing libs like tinyxml Debian work around.patch | (download)

CMakeLists.txt | 1 0 + 1 - 0 !
cmake/SystemLibs.cmake | 28 28 + 0 - 0 !
cmake/in-files/config.h.in | 1 1 + 0 - 0 !
3 files changed, 29 insertions(+), 1 deletion(-)

 add missing libs like tinyxml debian work-around

Since we remove some bundled libs when repacking the sources,
references to these libs causes build problems which must
be patched in the cmake files.

Not acceptable upstream, it's our problem that we remove stuff from
the sources.

0003 tests Disable time dependent Buffer.RateLimit2 test.patch | (download)

test/buffer_tests.cpp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 tests: disable time dependent buffer.ratelimit2 test.

Bug: https://github.com/OpenCPN/OpenCPN/issues/4090

0004 CMakeLists handle help_web.html location.patch | (download)

CMakeLists.txt | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 cmakelists: handle help_web.html location3

Not acceptable upstream, this is a consequence of us removing the manual.

0005 tests disable rest server tests for now.patch | (download)

test/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 tests: disable rest server tests for now

Bug: https://github.com/OpenCPN/OpenCPN/issues/4090

0006 build add latomic linkage.patch | (download)

CMakeLists.txt | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 build: add  -latomic linkage

Fix armel build.

Bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81358

0007 chartdldr Don t use unarr for libarchive 3.7.4 4005.patch | (download)

plugins/chartdldr_pi/CMakeLists.txt | 58 32 + 26 - 0 !
1 file changed, 32 insertions(+), 26 deletions(-)

 [patch] chartdldr: don't use unarr for libarchive >= 3.7.4 (#4005)

Check the libarchive version and avoid using unarr for versions
recent enough to have a working rar support.

Downstream bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078767