This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pdal.
commit 02bddba966c2d261e5cfb8cebd6c5d18d9e3a052 Author: Bas Couwenberg <[email protected]> Date: Sat Oct 15 00:50:52 2016 +0200 Add patch to fix 'specification' typo. --- debian/changelog | 6 ++++++ debian/patches/series | 1 + debian/patches/specification-typo.patch | 14 ++++++++++++++ 3 files changed, 21 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7dbfeb4..79244aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pdal (1.3.0-2) UNRELEASED; urgency=medium + + * Add patch to fix 'specification' typo. + + -- Bas Couwenberg <[email protected]> Sat, 15 Oct 2016 00:26:24 +0200 + pdal (1.3.0-1) unstable; urgency=medium * Update symbols for other architectures. diff --git a/debian/patches/series b/debian/patches/series index ffd5b44..9f84edc 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ privacy-breach.patch disable-sphinxcontrib-bibtex.patch use-mathjax-package.patch spelling-errors.patch +specification-typo.patch diff --git a/debian/patches/specification-typo.patch b/debian/patches/specification-typo.patch new file mode 100644 index 0000000..d3fed79 --- /dev/null +++ b/debian/patches/specification-typo.patch @@ -0,0 +1,14 @@ +Description: Fix 'specificiation' typo, replace with 'specification'. +Author: Bas Couwenberg <[email protected]> + +--- a/kernels/info/InfoKernel.cpp ++++ b/kernels/info/InfoKernel.cpp +@@ -406,7 +406,7 @@ MetadataNode InfoKernel::dumpQuery(Point + else + count = 0; + if (count == 0) +- throw pdal_error("Invalid location specificiation. " ++ throw pdal_error("Invalid location specification. " + "--query=\"X,Y[/count]\""); + + auto seps = [](char c){ return (c == ',' || c == '|' || c == ' '); }; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pdal.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

