[osrm] 01/03: Add patch to fix spelling errors.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Mar 5 01:58:45 UTC 2016


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

sebastic pushed a commit to branch master
in repository osrm.

commit 6d9e95b6339fc16c9385fb283901f00a10addff0
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Mar 5 01:53:22 2016 +0100

    Add patch to fix spelling errors.
    
    Fix 'milliseconds' spelling error in package description.
---
 debian/changelog                     |  2 ++
 debian/control                       |  2 +-
 debian/patches/series                |  1 +
 debian/patches/spelling-errors.patch | 15 +++++++++++++++
 4 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 533edfc..387d9f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 osrm (4.9.1+ds-1~exp3) UNRELEASED; urgency=medium
 
   * Also install maxspeed.lua, required for bicycle.lua.
+  * Add patch to fix spelling errors.
+  * Fix 'milliseconds' spelling error in package description.
 
  -- Bas Couwenberg <sebastic at debian.org>  Wed, 17 Feb 2016 12:28:31 +0100
 
diff --git a/debian/control b/debian/control
index f0b865c..e6d02a8 100644
--- a/debian/control
+++ b/debian/control
@@ -49,7 +49,7 @@ Description: high performance routing engine for shortest paths in road networks
  high-performance routing engine for shortest paths in road networks.
  .
  OSRM is able to compute and output a shortest path between any origin
- and destination within a few miliseconds.
+ and destination within a few milliseconds.
 
 Package: osrm-tools
 Architecture: any
diff --git a/debian/patches/series b/debian/patches/series
index b3b5759..a384dd5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ use-libosmium-package.patch
 occurred-typo.patch
 edges-typo.patch
 disable-osrm-components.patch
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
new file mode 100644
index 0000000..e9b36f9
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,15 @@
+Description: Fix spelling errors.
+ initalization -> initialization
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/contractor/contractor.hpp
++++ b/contractor/contractor.hpp
+@@ -290,7 +290,7 @@ class Contractor
+         //            << "); via: " << contractor_graph->GetEdgeData(i).via;
+         //        }
+ 
+-        std::cout << "contractor finished initalization" << std::endl;
++        std::cout << "contractor finished initialization" << std::endl;
+     }
+ 
+     ~Contractor() {}

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



More information about the Pkg-grass-devel mailing list