Package: opencpn / 5.2.4+dfsg-1

Metadata

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

Patch series

view the series file
Patch File delta Description
0001 build Handle missing doc files.patch | (download)

CMakeLists.txt | 8 4 + 4 - 0 !
data/help_web.html | 51 51 + 0 - 0 !
2 files changed, 55 insertions(+), 4 deletions(-)

 [patch] build: handle missing doc files.

A simple pointer added since the original documentation is
removed in the package. Users can download the docs from
locations specified in this file.

Not acceptable upstream.

0002 Remove bogus svg file 1990.patch | (download)

data/svg/traditional/settings.svgo | 785 0 + 785 - 0 !
1 file changed, 785 deletions(-)

 remove bogus svg file (#1990)

Remove what looks like a copy of settings.svg added by accident.

Bug: https://github.com/OpenCPN/OpenCPN/issues/1990
Applied_Upstream: https://github.com/OpenCPN/OpenCPN/commit/d3231024c

0003 pluginmanager conditional warning for plugin binary .patch | (download)

CMakeLists.txt | 8 7 + 1 - 0 !
config.h.in | 2 1 + 1 - 0 !
src/chart1.cpp | 1 1 + 0 - 0 !
src/navutil.cpp | 9 9 + 0 - 0 !
src/pluginmanager.cpp | 38 37 + 1 - 0 !
5 files changed, 55 insertions(+), 3 deletions(-)

 pluginmanager: conditional warning for plugin binary contents.

Downstream distros, notably Debian, has a need to present a
warning to user when downloading binary content not built
from source on Debian servers.

Patch should be fine in Debian, but needs some work before being applied
upstream.

0004 PluginHandler isCompatible Fix Debian 10 compatibili.patch | (download)

src/PluginHandler.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 pluginhandler: iscompatible(): fix debian sid compatibility.

0005 build Drop CoC 909_2013 InlandECDIS_20170308s.pdf.patch | (download)

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

 build: drop coc-909_2013-inlandecdis_20170308s.pdf.
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

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

Not acceptable upstream.

0006 dashboard_pi Handle return without value warning.patch | (download)

plugins/dashboard_pi/src/dashboard_pi.cpp | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 dashboard_pi: handle return-without-value warning.