[osgearth] 02/03: Add patch to fix spelling errors.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Mar 4 23:13:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository osgearth.

commit 98eec14f94b2243f518ae8e271ad68402b5a7892
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Mar 4 23:22:48 2016 +0100

    Add patch to fix spelling errors.
---
 debian/changelog                      |  1 +
 debian/libosgearth5.lintian-overrides |  4 +++
 debian/patches/series                 |  1 +
 debian/patches/spelling-errors.patch  | 46 +++++++++++++++++++++++++++++++++++
 4 files changed, 52 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d5daccf..fc99bff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ osgearth (2.7.0+dfsg-1~exp6) UNRELEASED; urgency=medium
   * Fix spelling error in copyright file.
   * Bump Standards-Version to 3.9.7, no changes.
   * Update symbols for amd64.
+  * Add patch to fix spelling errors.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 07 Feb 2016 14:16:40 +0100
 
diff --git a/debian/libosgearth5.lintian-overrides b/debian/libosgearth5.lintian-overrides
index effcc90..8186a3c 100644
--- a/debian/libosgearth5.lintian-overrides
+++ b/debian/libosgearth5.lintian-overrides
@@ -2,3 +2,7 @@
 # patched version from CVS, compiled without TIXML_USE_STL.
 # libtinyxml provides only tinyxml with STL support.
 libosgearth5: embedded-library usr/lib/libosgEarth.so.*: tinyxml
+
+# False positive, string not included in source.
+libosgearth5: spelling-error-in-binary usr/lib/libosgEarth.so.2.7.0 refrenced referenced
+
diff --git a/debian/patches/series b/debian/patches/series
index 3efde76..d6b3a53 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ version.patch
 fallback-getCurrentThreadId.patch
 kfreebsd-getCurrentThreadId.patch
 undefined-reference-to-symbol-XInitThreads.patch
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
new file mode 100644
index 0000000..c274c6c
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,46 @@
+Description: Fix spelling errors.
+ proceses -> processes
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/docs/source/user/tools.rst
++++ b/docs/source/user/tools.rst
+@@ -95,7 +95,7 @@ The most common usage of osgearth_cache
+ +-------------------------------------+--------------------------------------------------------------------+
+ | ``--mt``                            | Use multithreading to process the tiles.                           |
+ +-------------------------------------+--------------------------------------------------------------------+
+-| ``--concurrency``                   | The number of threads or proceses to use if --mp or --mt           |
++| ``--concurrency``                   | The number of threads or processes to use if --mp or --mt          |
+ |                                     | are provided                                                       | 
+ +-------------------------------------+--------------------------------------------------------------------+
+ | ``--min-level level``               | Lowest LOD level to seed (default=0)                               |
+@@ -160,7 +160,7 @@ osgearth_package creates a redistributab
+ +------------------------------------+--------------------------------------------------------------------+
+ | ``--mt``                           | Use multithreading to process the tiles.                           |
+ +------------------------------------+--------------------------------------------------------------------+
+-| ``--concurrency``                  | The number of threads or proceses to use if --mp or --mt           |
++| ``--concurrency``                  | The number of threads or processes to use if --mp or --mt          |
+ |                                    | are provided                                                       | 
+ +------------------------------------+--------------------------------------------------------------------+
+ | ``--alpha-mask``                   | Mask out imagery that isn't in the provided extents.               |
+--- a/src/applications/osgearth_package/osgearth_package.cpp
++++ b/src/applications/osgearth_package/osgearth_package.cpp
+@@ -71,7 +71,7 @@ usage( const std::string& msg = "" )
+         << "            [--db-options]                : db options string to pass to the image writer in quotes (e.g., \"JPEG_QUALITY 60\")\n"
+         << "            [--mp]                          ; Use multiprocessing to process the tiles.  Useful for GDAL sources as this avoids the global GDAL lock" << std::endl
+         << "            [--mt]                          ; Use multithreading to process the tiles." << std::endl
+-        << "            [--concurrency]                 ; The number of threads or proceses to use if --mp or --mt are provided." << std::endl
++        << "            [--concurrency]                 ; The number of threads or processes to use if --mp or --mt are provided." << std::endl
+         << "            [--alpha-mask]                  ; Mask out imagery that isn't in the provided extents." << std::endl
+         << std::endl
+         << "            [--verbose]                     ; Displays progress of the operation" << std::endl;
+--- a/src/applications/osgearth_seed/osgearth_seed.cpp
++++ b/src/applications/osgearth_seed/osgearth_seed.cpp
+@@ -89,7 +89,7 @@ int
+         << "        [--index shapefile]             ; Use the feature extents in a shapefile to set the bounding boxes for seeding" << std::endl
+         << "        [--mp]                          ; Use multiprocessing to process the tiles.  Useful for GDAL sources as this avoids the global GDAL lock" << std::endl
+         << "        [--mt]                          ; Use multithreading to process the tiles." << std::endl
+-        << "        [--concurrency]                 ; The number of threads or proceses to use if --mp or --mt are provided." << std::endl
++        << "        [--concurrency]                 ; The number of threads or processes to use if --mp or --mt are provided." << std::endl
+         << "        [--verbose]                     ; Displays progress of the seed operation" << std::endl
+         << std::endl
+         << "    --purge file.earth                  ; Purges a layer cache in a .earth file (interactive)" << std::endl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osgearth.git



More information about the Pkg-grass-devel mailing list