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 filePatch | File delta | Description |
---|---|---|
0001 build Drop removed CoC 1973_2018 InlandECDIS_2022091.patch | (download) |
CMakeLists.txt |
21 4 + 17 - 0 ! |
[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 ! |
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 ! |
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 ! |
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 ! |
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 ! |
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 ! |
[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 |