This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libcitygml.
commit 618570f6281269ba7eece620ddb2ddf6f739936b Author: Bas Couwenberg <[email protected]> Date: Sun Jun 18 22:29:49 2017 +0200 Add patch to fix spelling errors. --- debian/changelog | 1 + debian/citygmltest.1 | 2 +- debian/patches/series | 1 + debian/patches/spelling-errors.patch | 15 +++++++++++++++ 4 files changed, 18 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6291255..652f2ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libcitygml (2.0.4-1~exp3) UNRELEASED; urgency=medium * Bump Standards-Version to 4.0.0, no changes. * Add autopkgtest to test installability. * Use pkg-info.mk variables instead of dpkg-parsechangelog output. + * Add patch to fix spelling errors. -- Bas Couwenberg <[email protected]> Sun, 18 Jun 2017 22:14:18 +0200 diff --git a/debian/citygmltest.1 b/debian/citygmltest.1 index 1e013f9..74f3d8c 100644 --- a/debian/citygmltest.1 +++ b/debian/citygmltest.1 @@ -22,7 +22,7 @@ SolitaryVegetationObject, WaterBody, TINRelief, LandUse, Tunnel, Bridge, BridgeConstructionElement, BridgeInstallation, BridgePart, All .IP -and seperators |,&,~. +and separators |,&,~. Examples: "All&~Track&~Room" to parse everything but tracks & rooms "Road&Railway" to parse only roads & railways diff --git a/debian/patches/series b/debian/patches/series index 803021d..3d8c606 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 0001-Included-functional-header-in-address-parser-which-p.patch +spelling-errors.patch diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch new file mode 100644 index 0000000..71f3264 --- /dev/null +++ b/debian/patches/spelling-errors.patch @@ -0,0 +1,15 @@ +Description: Fix spelling errors. + * seperators -> separators +Author: Bas Couwenberg <[email protected]> + +--- a/test/citygmltest.cpp ++++ b/test/citygmltest.cpp +@@ -37,7 +37,7 @@ void usage() + << " SolitaryVegetationObject, WaterBody, TINRelief, LandUse," << std::endl + << " Tunnel, Bridge, BridgeConstructionElement," << std::endl + << " BridgeInstallation, BridgePart, All" << std::endl +- << " and seperators |,&,~." << std::endl ++ << " and separators |,&,~." << std::endl + << " Examples:" << std::endl + << " \"All&~Track&~Room\" to parse everything but tracks & rooms" << std::endl + << " \"Road&Railway\" to parse only roads & railways" << std::endl; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libcitygml.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

