[osrm] 03/03: Add patch for 'edges' typo.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Feb 7 01:50:21 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 35fb5b9fe77445a13c9024d53fd6499711f30687
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Feb 7 02:35:39 2016 +0100

    Add patch for 'edges' typo.
---
 debian/changelog                |  1 +
 debian/patches/edges-typo.patch | 14 ++++++++++++++
 debian/patches/series           |  1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index dd59bff..654fac7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ osrm (4.9.1+ds-1~exp2) UNRELEASED; urgency=medium
 
   * Update Vcs-Git URL to use HTTPS.
   * Bump Standards-Version to 3.9.7, no changes.
+  * Add patch for 'edges' typo.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 07 Feb 2016 02:30:30 +0100
 
diff --git a/debian/patches/edges-typo.patch b/debian/patches/edges-typo.patch
new file mode 100644
index 0000000..4679af9
--- /dev/null
+++ b/debian/patches/edges-typo.patch
@@ -0,0 +1,14 @@
+Description: Fix 'egdes' typo, replace with 'edges'.
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/extractor/extractor.cpp
++++ b/extractor/extractor.cpp
+@@ -618,7 +618,7 @@ void extractor::WriteEdgeBasedGraph(std:
+     const FingerPrint fingerprint = FingerPrint::GetValid();
+     file_out_stream.write((char *)&fingerprint, sizeof(FingerPrint));
+ 
+-    std::cout << "[extractor] Writing edge-based-graph egdes       ... " << std::flush;
++    std::cout << "[extractor] Writing edge-based-graph edges       ... " << std::flush;
+     TIMER_START(write_edges);
+ 
+     size_t number_of_used_edges = edge_based_edge_list.size();
diff --git a/debian/patches/series b/debian/patches/series
index ee21c43..d1a8513 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 use-libosmium-package.patch
 occurred-typo.patch
+edges-typo.patch

-- 
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