This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository osgearth.
commit e4468a1a2837ce1e5f114b472aa7a115670c5953 Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Wed Feb 7 20:03:43 2018 +0100 Add patch to fix spelling errors. --- debian/changelog | 1 + debian/patches/series | 1 + debian/patches/spelling-errors.patch | 15 +++++++++++++++ 3 files changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index fabb45a..e62f45a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ osgearth (2.9.0+dfsg-1) UNRELEASED; urgency=medium * Update symbols for other architectures. * Strip pre-release from symbols version. * Update symbols for amd64. + * Add patch to fix spelling errors. -- Bas Couwenberg <sebas...@debian.org> Wed, 07 Feb 2018 18:50:50 +0100 diff --git a/debian/patches/series b/debian/patches/series index 0a55278..653d515 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ soversion.patch +spelling-errors.patch diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch new file mode 100644 index 0000000..ac0fc53 --- /dev/null +++ b/debian/patches/spelling-errors.patch @@ -0,0 +1,15 @@ +Description: Fix spelling errors. + * unitialized -> uninitialized +Author: Bas Couwenberg <sebas...@debian.org> + +--- a/src/osgEarth/SpatialReference.cpp ++++ b/src/osgEarth/SpatialReference.cpp +@@ -399,7 +399,7 @@ SpatialReference::~SpatialReference() + } + else + { +- OE_DEBUG << LC << "Destroying [unitialized SRS]" << std::endl; ++ OE_DEBUG << LC << "Destroying [uninitialized SRS]" << std::endl; + } + + for (TransformHandleCache::iterator itr = _transformHandleCache.begin(); itr != _transformHandleCache.end(); ++itr) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osgearth.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel