[sfcgal] 01/05: Add spelling error fix from upstream
Sven Geggus
giggls-guest at moszumanska.debian.org
Tue Jun 16 09:34:07 UTC 2015
This is an automated email from the git hooks/post-receive script.
giggls-guest pushed a commit to branch master
in repository sfcgal.
commit 7d6ff640b4957c83494a42d1642b49a938b418c6
Author: Sven Geggus <sven-deb at geggus.net>
Date: Tue Jun 16 10:26:47 2015 +0200
Add spelling error fix from upstream
---
...g-errors-accourding-to-lintian-tool-of-th.patch | 82 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 83 insertions(+)
diff --git a/debian/patches/0001-Fix-spelling-errors-accourding-to-lintian-tool-of-th.patch b/debian/patches/0001-Fix-spelling-errors-accourding-to-lintian-tool-of-th.patch
new file mode 100644
index 0000000..b559be5
--- /dev/null
+++ b/debian/patches/0001-Fix-spelling-errors-accourding-to-lintian-tool-of-th.patch
@@ -0,0 +1,82 @@
+From 7f44429b1c726b47868ff981ae647be061bb319c Mon Sep 17 00:00:00 2001
+From: Sven Geggus <sven-git at geggus.net>
+Date: Sat, 13 Jun 2015 16:35:58 +0200
+Subject: [PATCH] Fix spelling errors accourding to lintian tool of the debian
+ distribution
+
+---
+ src/Exception.h | 2 +-
+ src/algorithm/connection.cpp | 2 +-
+ src/detail/graph/Edge.h | 2 +-
+ src/detail/graph/GeometryGraph.h | 2 +-
+ viewer/src/SFCGAL/viewer/plugins/DataPlugin.cpp | 2 +-
+ 5 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/src/Exception.h b/src/Exception.h
+index cf3178a..b575c4d 100644
+--- a/src/Exception.h
++++ b/src/Exception.h
+@@ -48,7 +48,7 @@ public:
+ */
+ virtual const char* what() const throw();
+ /**
+- * returns diagnostic informations (file, line, etc.)
++ * returns diagnostic information (file, line, etc.)
+ */
+ std::string diagnostic() const throw();
+ protected:
+diff --git a/src/algorithm/connection.cpp b/src/algorithm/connection.cpp
+index 559e5de..0d3906f 100644
+--- a/src/algorithm/connection.cpp
++++ b/src/algorithm/connection.cpp
+@@ -51,7 +51,7 @@ void SurfaceGraph::addRing( const LineString& ring, FaceIndex faceIndex )
+
+ if ( foundEdgeWithBadOrientation != _edgeMap.end() ) {
+ _isValid = Validity::invalid(
+- ( boost::format( "inconsistant orientation of PolyhedralSurface detected at edge %d (%d-%d) of polygon %d" ) % s % edge.first % edge.second % faceIndex ).str()
++ ( boost::format( "inconsistent orientation of PolyhedralSurface detected at edge %d (%d-%d) of polygon %d" ) % s % edge.first % edge.second % faceIndex ).str()
+ );
+ }
+
+diff --git a/src/detail/graph/Edge.h b/src/detail/graph/Edge.h
+index e751ba5..b69b84d 100644
+--- a/src/detail/graph/Edge.h
++++ b/src/detail/graph/Edge.h
+@@ -28,7 +28,7 @@ namespace graph {
+
+ /**
+ * @brief [private]An edge in a GeometryGraph with minimal requirements (some algorithms could need
+- * more informations)
++ * more information)
+ */
+ struct SFCGAL_API Edge {
+ Edge( const int& face_ = -1 );
+diff --git a/src/detail/graph/GeometryGraph.h b/src/detail/graph/GeometryGraph.h
+index 7b54883..2584271 100644
+--- a/src/detail/graph/GeometryGraph.h
++++ b/src/detail/graph/GeometryGraph.h
+@@ -52,7 +52,7 @@ inline EdgeDirection reverse( const EdgeDirection& direction )
+ *
+ * @brief [private]Represents the vertices and edges for a list of geometries.
+ *
+- * A boost::adjancency_list is wrapped in order to be able to annex some informations
++ * A boost::adjancency_list is wrapped in order to be able to annex some information
+ * and to provide basic functionalities.
+ *
+ * @warning duplicate matching is performed in GeometryGraphBuilder (allows to modify position once it's done)
+diff --git a/viewer/src/SFCGAL/viewer/plugins/DataPlugin.cpp b/viewer/src/SFCGAL/viewer/plugins/DataPlugin.cpp
+index b9122ef..71b125c 100644
+--- a/viewer/src/SFCGAL/viewer/plugins/DataPlugin.cpp
++++ b/viewer/src/SFCGAL/viewer/plugins/DataPlugin.cpp
+@@ -91,7 +91,7 @@ void DataPlugin::load()
+ {
+ QMenu* pluginMenu = viewerWindow()->menuBar()->addMenu( "Data" ) ;
+
+- QAction* actionDisplayInformations = pluginMenu->addAction( QString( "&display informations" ) );
++ QAction* actionDisplayInformations = pluginMenu->addAction( QString( "&display information" ) );
+ connect( actionDisplayInformations, SIGNAL( triggered() ), this, SLOT( displayInformations() ) );
+ }
+
+--
+2.1.4
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..47db852
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Fix-spelling-errors-accourding-to-lintian-tool-of-th.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/sfcgal.git
More information about the Pkg-grass-devel
mailing list