[geographiclib] branch master updated (3710b32 -> 34fd1f8)
Ross Gammon
ross-guest at moszumanska.debian.org
Mon Nov 3 19:11:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
ross-guest pushed a change to branch master
in repository geographiclib.
from 3710b32 Set distribution to unstable
new cccf5cb Imported Upstream version 1.38
new 129e5ce Merge tag 'upstream/1.38'
new 9546489 Fix lintian error about debian version in symbols file
new 075596d Refresh patches
new 439b360 Update copyright dates
new 5c1ed7c Update symbols for other ports
new 00d1d0a Add gbp.conf file
new 1cf6451 Update changelog
new db5f711 Update symbols file with new symbols
new 1a5b7f3 Install new manuals for download scripts
new 5727015 Update changelog
new 34fd1f8 Incorporate nmu into v1.38 update
The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CMakeLists.txt | 43 +-
Makefile.am | 2 +-
Makefile.in | 2 +-
NEWS | 21 +-
README.md | 4 +
cmake/CMakeLists.txt | 8 +-
cmake/project-config.cmake.in | 2 +-
config.guess | 313 ++++------
config.sub | 56 +-
configure | 24 +-
configure.ac | 6 +-
debian/changelog | 20 +
debian/copyright | 2 +-
debian/gbp.conf | 16 +
debian/geographiclib-tools.install | 1 +
debian/libgeographic13.symbols | 20 +-
debian/patches/privacy.patch | 28 -
doc/GeographicLib.dox | 668 ++++++++++++++++------
doc/Makefile.am | 12 +
doc/Makefile.in | 12 +
doc/NETGeographicLib.dox | 2 +-
doc/scripts/GeographicLib/DMS.js | 3 +-
doc/scripts/geod-calc.html | 6 +-
doc/scripts/geod-google-instructions.html | 6 +-
dotnet/NETGeographicLib/CMakeLists.txt | 30 +-
dotnet/NETGeographicLib/NormalGravity.h | 2 -
dotnet/examples/ManagedCPP/CMakeLists.txt | 2 +-
dotnet/examples/ManagedCPP/example-Rhumb.cpp | 3 +-
dotnet/examples/ManagedCPP/example-RhumbLine.cpp | 2 +-
dotnet/examples/ManagedCPP/example-UTMUPS.cpp | 2 +-
examples/CMakeLists.txt | 12 -
include/GeographicLib/AlbersEqualArea.hpp | 2 +-
include/GeographicLib/Config.h | 4 +-
include/GeographicLib/Ellipsoid.hpp | 4 +-
include/GeographicLib/EllipticFunction.hpp | 8 +-
include/GeographicLib/GeoCoords.hpp | 2 +
include/GeographicLib/Geocentric.hpp | 2 +-
include/GeographicLib/Geodesic.hpp | 2 +-
include/GeographicLib/GeodesicExact.hpp | 2 +-
include/GeographicLib/Geoid.hpp | 3 +-
include/GeographicLib/LambertConformalConic.hpp | 2 +-
include/GeographicLib/MGRS.hpp | 2 +-
include/GeographicLib/Math.hpp | 2 +-
include/GeographicLib/OSGB.hpp | 2 +-
include/GeographicLib/PolarStereographic.hpp | 2 +-
include/GeographicLib/TransverseMercator.hpp | 2 +-
include/GeographicLib/TransverseMercatorExact.hpp | 2 +-
include/GeographicLib/UTMUPS.hpp | 2 +-
man/CMakeLists.txt | 14 +
man/CartConvert.1 | 2 +-
man/CartConvert.usage | 2 +-
man/ConicProj.1 | 2 +-
man/ConicProj.usage | 2 +-
man/GeoConvert.1 | 2 +-
man/GeoConvert.usage | 2 +-
man/GeodSolve.1 | 2 +-
man/GeodSolve.usage | 2 +-
man/GeodesicProj.1 | 2 +-
man/GeodesicProj.usage | 2 +-
man/GeoidEval.1 | 2 +-
man/GeoidEval.usage | 2 +-
man/Gravity.1 | 2 +-
man/Gravity.usage | 2 +-
man/MagneticField.1 | 2 +-
man/MagneticField.usage | 2 +-
man/Makefile.am | 38 +-
man/Makefile.in | 103 +++-
man/Planimeter.1 | 2 +-
man/Planimeter.usage | 2 +-
man/RhumbSolve.1 | 2 +-
man/RhumbSolve.usage | 2 +-
man/TransverseMercatorProj.1 | 2 +-
man/TransverseMercatorProj.usage | 2 +-
man/dummy.usage.in | 2 +-
man/script.8.in | 17 +
matlab/CMakeLists.txt | 2 +-
matlab/Makefile.am | 5 +-
matlab/Makefile.in | 5 +-
matlab/gedistance.m | 108 ++++
matlab/gedoc.m | 129 +++++
matlab/geoddoc.m | 6 +-
matlab/gereckon.m | 125 ++++
pom.xml | 2 +-
src/AlbersEqualArea.cpp | 2 +-
src/CMakeLists.txt | 33 +-
src/DMS.cpp | 3 +-
src/Ellipsoid.cpp | 4 +-
src/Geocentric.cpp | 2 +-
src/Geodesic.cpp | 11 +-
src/GeodesicExact.cpp | 11 +-
src/GravityModel.cpp | 14 +-
src/LambertConformalConic.cpp | 2 +-
src/MGRS.cpp | 2 +-
src/MagneticModel.cpp | 4 +-
src/PolarStereographic.cpp | 2 +-
src/TransverseMercator.cpp | 2 +-
src/TransverseMercatorExact.cpp | 8 +-
src/UTMUPS.cpp | 2 +-
tools/CMakeLists.txt | 18 +-
tools/CartConvert.cpp | 3 +-
tools/GeoConvert.cpp | 2 +-
tools/Makefile.am | 2 +-
102 files changed, 1427 insertions(+), 675 deletions(-)
create mode 100644 README.md
create mode 100644 debian/gbp.conf
create mode 100644 man/script.8.in
create mode 100644 matlab/gedistance.m
create mode 100644 matlab/gedoc.m
create mode 100644 matlab/gereckon.m
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/geographiclib.git
More information about the Pkg-grass-devel
mailing list