[liblas] 02/04: Add patches for various typos.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Feb 6 23:57:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository liblas.
commit ceddc7771be04ab7f709a421ceb9f1cfddedd525
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Feb 7 00:47:46 2016 +0100
Add patches for various typos.
---
debian/changelog | 1 +
debian/patches/parameters-typo | 15 +++++++++++++++
debian/patches/series | 2 ++
debian/patches/specified-typo | 15 +++++++++++++++
4 files changed, 33 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 38100e5..940dcc8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
liblas (1.8.0-8) UNRELEASED; urgency=medium
* Update Vcs-Git URL to use HTTPS.
+ * Add patches for various typos.
-- Bas Couwenberg <sebastic at debian.org> Fri, 05 Feb 2016 20:39:06 +0100
diff --git a/debian/patches/parameters-typo b/debian/patches/parameters-typo
new file mode 100644
index 0000000..1d7115e
--- /dev/null
+++ b/debian/patches/parameters-typo
@@ -0,0 +1,15 @@
+Description: Fix 'paremeters' typo, replace with 'parameters'.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://github.com/libLAS/libLAS/pull/81
+
+--- a/apps/las2ogr.cpp
++++ b/apps/las2ogr.cpp
+@@ -279,7 +279,7 @@ int main(int argc, char* argv[])
+
+ if (in_file.empty() || out_file.empty() || out_frmt.empty())
+ {
+- throw std::runtime_error("missing input paremeters");
++ throw std::runtime_error("missing input parameters");
+ }
+ }
+
diff --git a/debian/patches/series b/debian/patches/series
index ab17c1b..ada6e59 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,5 @@
fix_library_search
accommodate-typo
#disable-bigfile_boost_iostreams_test.patch
+parameters-typo
+specified-typo
diff --git a/debian/patches/specified-typo b/debian/patches/specified-typo
new file mode 100644
index 0000000..fbe8a12
--- /dev/null
+++ b/debian/patches/specified-typo
@@ -0,0 +1,15 @@
+Description: Fix 'specfied' typo, replace with 'specified'.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://github.com/libLAS/libLAS/pull/81
+
+--- a/apps/ts2las.cpp
++++ b/apps/ts2las.cpp
+@@ -325,7 +325,7 @@ int main(int argc, char* argv[])
+
+ if (input.empty())
+ {
+- std::cerr << "No input TerraSolid .bin file was specfied!" << std::endl;
++ std::cerr << "No input TerraSolid .bin file was specified!" << std::endl;
+ OutputHelp(std::cout, options);
+ return 1;
+ }
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/liblas.git
More information about the Pkg-grass-devel
mailing list