Package: nautic / 1.5-4

Metadata

Package Version Patches format
nautic 1.5-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
wx3.0 compat.patch | (download)

main.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix to build with wxwidgets 3.0
 Should still build with wxWidgets 2.8, but not tested.
fix buffer overrun.patch | (download)

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

 fix buffer overrrun
 The loops which access moon_alt assume it has 514 elements, not 504.
typos.patch | (download)

man/nautic.1 | 2 1 + 1 - 0 !
src/about.cpp | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 fix typo spotted by lintian
fix ftbfs with gcc6.patch | (download)

moon.h | 64 32 + 32 - 0 !
src/plot_dialog.cpp | 50 25 + 25 - 0 !
2 files changed, 57 insertions(+), 57 deletions(-)

 fix ftbfs with gcc 6: narrowing conversion

more narrowing conversions.patch | (download)

plant.h | 16 8 + 8 - 0 !
src/starpos.cpp | 8 4 + 4 - 0 !
2 files changed, 12 insertions(+), 12 deletions(-)

 fix more narrowing conversions with gcc 6
 Needed for architectures where char is unsigned by default
Bug-Debian: https://bugs.debian.org/848917