Package: geographiclib / 1.46-2

Metadata

Package Version Patches format
geographiclib 1.46-2 3.0 (quilt)

Patch series

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

man/CartConvert.1.html | 2 1 + 1 - 0 !
man/ConicProj.1.html | 2 1 + 1 - 0 !
man/GeoConvert.1.html | 2 1 + 1 - 0 !
man/GeodSolve.1.html | 2 1 + 1 - 0 !
man/GeodesicProj.1.html | 2 1 + 1 - 0 !
man/GeoidEval.1.html | 2 1 + 1 - 0 !
man/Gravity.1.html | 2 1 + 1 - 0 !
man/MagneticField.1.html | 2 1 + 1 - 0 !
man/Planimeter.1.html | 2 1 + 1 - 0 !
man/RhumbSolve.1.html | 2 1 + 1 - 0 !
man/TransverseMercatorProj.1.html | 2 1 + 1 - 0 !
11 files changed, 11 insertions(+), 11 deletions(-)

 remote css privacy breach
 The HTML versions of the geographiclib manuals pull a CSS
 from the CPAN search website.
 .
 As that style sheet is a fairly plain CSS anyway, the
 link has been disable so that the manual is plain HTML
 instead.
privacy.patch | (download)

doc/doxyfile-c.in | 2 1 + 1 - 0 !
doc/doxyfile-for.in | 2 1 + 1 - 0 !
doc/doxyfile.in | 4 2 + 2 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-)

 fix privacy breaches detected by lintian
 Altered doxyfile*.in files to use the packaged version of MathJax,
 and to disable the search function and avoid copies of jquery.js
 being installed. The manual is available online if full search
 functionality is required:
 http://geographiclib.sourceforge.net/html/index.html
 .
 Two html pages were downloading the SourceForge logo. This was
 replaced with text.
disable python build.patch | (download)

Makefile.am | 4 2 + 2 - 0 !
Makefile.mk | 16 5 + 11 - 0 !
2 files changed, 7 insertions(+), 13 deletions(-)

 disable python support as part of the larger build.
 The python support is now built separately with pybuild,
 adding support for all Python 2 and Python 3 versions.