[Git][debian-gis-team/geographiclib][master] 10 commits: New upstream version 2.6

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Wed Oct 1 05:03:07 BST 2025



Bas Couwenberg pushed to branch master at Debian GIS Project / geographiclib


Commits:
554f89a9 by Bas Couwenberg at 2025-10-01T05:25:04+02:00
New upstream version 2.6
- - - - -
8605838e by Bas Couwenberg at 2025-10-01T05:25:12+02:00
Update upstream source from tag 'upstream/2.6'

Update to upstream version '2.6'
with Debian dir a97287a4ffefaf822d7550367dfcbe1b6fc9de95
- - - - -
bc04f8d7 by Bas Couwenberg at 2025-10-01T05:29:43+02:00
New upstream release.

- - - - -
5f2aef73 by Bas Couwenberg at 2025-10-01T05:36:39+02:00
Include new executables in geographiclib-tools.install.

- - - - -
fb97ca81 by Bas Couwenberg at 2025-10-01T05:40:27+02:00
Refresh patches.

- - - - -
a88ab0da by Bas Couwenberg at 2025-10-01T05:48:59+02:00
Add patch to fix spelling errors.

- - - - -
7b20e58c by Bas Couwenberg at 2025-10-01T05:52:16+02:00
Update css.patch for new executables.

- - - - -
b43c3053 by Bas Couwenberg at 2025-10-01T05:54:57+02:00
Update symbols for amd64.

- - - - -
9e4609f6 by Bas Couwenberg at 2025-10-01T05:55:45+02:00
Update lintian overrides.

- - - - -
f89f3332 by Bas Couwenberg at 2025-10-01T05:55:45+02:00
Set distribution to unstable.

- - - - -


143 changed files:

- CMakeLists.txt
- Makefile.in
- NEWS
- README.md
- VERSION
- aclocal.m4
- cmake/Makefile.in
- configure
- configure.ac
- debian/changelog
- debian/geographiclib-doc.lintian-overrides
- debian/geographiclib-tools.install
- debian/libgeographiclib26.symbols
- debian/patches/css.patch
- debian/patches/privacy.patch
- debian/patches/reproducible-build.patch
- debian/patches/series
- + debian/patches/spelling-errors.patch
- doc/CMakeLists.txt
- doc/GeographicLib.dox.in
- doc/Makefile.am
- doc/Makefile.in
- doc/doxyfile.in
- examples/CMakeLists.txt
- examples/Makefile.am
- examples/Makefile.in
- + examples/example-Angle.cpp
- examples/example-AuxAngle.cpp
- examples/example-AuxLatitude.cpp
- + examples/example-Cartesian3.cpp
- + examples/example-Conformal3.cpp
- + examples/example-Ellipsoid3.cpp
- + examples/example-Geodesic3.cpp
- + examples/example-GeodesicLine3.cpp
- + examples/example-Trigfun.cpp
- + examples/example-TrigfunExt.cpp
- experimental/CMakeLists.txt
- + experimental/Geod3ODE.cpp
- − experimental/JacobiConformal.cpp
- − experimental/JacobiConformal.hpp
- experimental/Makefile.am
- experimental/Makefile.in
- + experimental/TriaxialGeodesicODE.cpp
- + experimental/TriaxialGeodesicODE.hpp
- include/GeographicLib/AlbersEqualArea.hpp
- + include/GeographicLib/Angle.hpp
- include/GeographicLib/AuxAngle.hpp
- include/GeographicLib/AuxLatitude.hpp
- include/GeographicLib/CMakeLists.txt
- include/GeographicLib/Config-ac.h.in
- include/GeographicLib/Constants.hpp
- include/GeographicLib/DAuxLatitude.hpp
- include/GeographicLib/DMS.hpp
- include/GeographicLib/DST.hpp
- include/GeographicLib/GeodesicExact.hpp
- include/GeographicLib/Geohash.hpp
- include/GeographicLib/Geoid.hpp
- include/GeographicLib/LambertConformalConic.hpp
- include/GeographicLib/MGRS.hpp
- include/GeographicLib/Math.hpp
- include/GeographicLib/NormalGravity.hpp
- include/GeographicLib/PolygonArea.hpp
- + include/GeographicLib/Triaxial/Cartesian3.hpp
- + include/GeographicLib/Triaxial/Conformal3.hpp
- + include/GeographicLib/Triaxial/Ellipsoid3.hpp
- + include/GeographicLib/Triaxial/Geodesic3.hpp
- + include/GeographicLib/Triaxial/GeodesicLine3.hpp
- + include/GeographicLib/Trigfun.hpp
- include/GeographicLib/Utility.hpp
- include/Makefile.am
- include/Makefile.in
- + man/Cart3Convert.1
- + man/Cart3Convert.1.html
- + man/Cart3Convert.usage
- man/CartConvert.1
- man/CartConvert.usage
- + man/Conformal3Proj.1
- + man/Conformal3Proj.1.html
- + man/Conformal3Proj.usage
- man/ConicProj.1
- man/ConicProj.usage
- man/GeoConvert.1
- man/GeoConvert.usage
- + man/Geod3Solve.1
- + man/Geod3Solve.1.html
- + man/Geod3Solve.usage
- man/GeodSolve.1
- man/GeodSolve.1.html
- man/GeodSolve.usage
- man/GeodesicProj.1
- man/GeodesicProj.usage
- man/GeoidEval.1
- man/GeoidEval.usage
- man/Gravity.1
- man/Gravity.usage
- man/IntersectTool.1
- man/IntersectTool.usage
- man/MagneticField.1
- man/MagneticField.usage
- man/Makefile.am
- man/Makefile.in
- man/Planimeter.1
- man/Planimeter.usage
- man/RhumbSolve.1
- man/RhumbSolve.usage
- man/TransverseMercatorProj.1
- man/TransverseMercatorProj.usage
- + src/Angle.cpp
- src/AuxAngle.cpp
- src/AuxLatitude.cpp
- src/CMakeLists.txt
- + src/Cartesian3.cpp
- + src/Conformal3.cpp
- src/DAuxLatitude.cpp
- src/DMS.cpp
- + src/Ellipsoid3.cpp
- src/EllipticFunction.cpp
- src/GARS.cpp
- src/GeoCoords.cpp
- src/Geodesic.cpp
- + src/Geodesic3.cpp
- src/GeodesicExact.cpp
- + src/GeodesicLine3.cpp
- src/Geohash.cpp
- src/Geoid.cpp
- src/Georef.cpp
- src/MGRS.cpp
- src/Makefile.am
- src/Makefile.in
- src/Math.cpp
- src/OSGB.cpp
- src/Rhumb.cpp
- + src/Trigfun.cpp
- src/UTMUPS.cpp
- src/Utility.cpp
- tests/Makefile.in
- tests/polygontest.cpp
- tests/signtest.cpp
- + tools/Cart3Convert.cpp
- + tools/Conformal3Proj.cpp
- + tools/Geod3Solve.cpp
- tools/Makefile.am
- tools/Makefile.in


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/debian-gis-team/geographiclib/-/compare/7a323ba4533c7f8681b228f91eff7ce355be1131...f89f3332d212c6307ca5373102addfcbe2c28d0e

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/geographiclib/-/compare/7a323ba4533c7f8681b228f91eff7ce355be1131...f89f3332d212c6307ca5373102addfcbe2c28d0e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20251001/7d08ec88/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list