This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository osmium-tool.
commit 4f68d12812c831048d7dbdadab89539bdf870487 Author: Bas Couwenberg <[email protected]> Date: Wed Jun 1 14:43:55 2016 +0200 Add patch to fix spelling errors. --- debian/changelog | 1 + debian/patches/series | 1 + debian/patches/spelling-errors.patch | 27 +++++++++++++++++++++++++++ 3 files changed, 29 insertions(+) diff --git a/debian/changelog b/debian/changelog index 766a66e..68b60e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ osmium-tool (1.3.0-2) UNRELEASED; urgency=medium * Bump Standards-Version to 3.9.8, no changes. * Update watch file to handle more tag conventions in filenamemangle. * Enable all hardening buildflags. + * Add patch to fix spelling errors. -- Bas Couwenberg <[email protected]> Tue, 16 Feb 2016 23:27:41 +0100 diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..38edaa7 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +spelling-errors.patch diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch new file mode 100644 index 0000000..2ea9dbf --- /dev/null +++ b/debian/patches/spelling-errors.patch @@ -0,0 +1,27 @@ +Description: Fix spelling errors. + thats -> that's +Author: Bas Couwenberg <[email protected]> +Forwarded: https://github.com/osmcode/osmium-tool/pull/27 + +--- a/CHANGELOG.md ++++ b/CHANGELOG.md +@@ -58,7 +58,7 @@ This project adheres to [Semantic Versio + + ### Fixed + +-- Remove license thats not applicable from LICENSE-rapidjson.txt. ++- Remove license that's not applicable from LICENSE-rapidjson.txt. + - Renumbering didn't work properly in some cases. + - Fix error checking in renumber command. + +--- a/man/osmium-check-refs.md ++++ b/man/osmium-check-refs.md +@@ -21,7 +21,7 @@ good. + + This command will do the check in one pass through the input data. It needs + enough main memory to store all temporary data. Largest memory need will be +-1 bit for each node ID, thats roughly 500 MB these days (Summer 2015). ++1 bit for each node ID, that's roughly 500 MB these days (Summer 2015). + + If the option -r is not given, this command will only check if all nodes + references in ways are in the file, with the option, relations will also be -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmium-tool.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

