[saga] 03/03: Add patch for various typos.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Feb 7 12:39:49 UTC 2016


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

sebastic pushed a commit to branch master
in repository saga.

commit 5522a2963e43c6d537c3148542ddbb8d68dec4d2
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Feb 7 13:38:09 2016 +0100

    Add patch for various typos.
---
 debian/changelog                          |  1 +
 debian/patches/0008-Spelling-errors.patch | 80 +++++++++++++++++++++++++++++++
 debian/patches/series                     |  1 +
 debian/saga.lintian-overrides             |  3 ++
 debian/saga_cmd.pod                       |  2 +-
 5 files changed, 86 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7dd7080..159ebf5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ saga (2.2.3+dfsg-2) UNRELEASED; urgency=medium
 
   * Update Vcs-Git URL to use HTTPS.
   * Bump Standards-Version to 3.9.7, no changes.
+  * Add patch for various typos.
 
  -- Johan Van de Wauw <johan at vandewauw.be>  Sat, 06 Feb 2016 11:16:07 +0100
 
diff --git a/debian/patches/0008-Spelling-errors.patch b/debian/patches/0008-Spelling-errors.patch
new file mode 100644
index 0000000..f05de1e
--- /dev/null
+++ b/debian/patches/0008-Spelling-errors.patch
@@ -0,0 +1,80 @@
+Description: Fix various typos.
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/src/modules/docs/docs_html/svg_interactive_map.cpp
++++ b/src/modules/docs/docs_html/svg_interactive_map.cpp
+@@ -2070,7 +2070,7 @@ const char * CSVG_Interactive_Map::_Get_
+ 		"	this.showCoords = showCoords;\n"
+ 		"	//initialize array of timestamp/layertoLoad values\n"
+ 		"	this.nrLayerToLoad = new Array();\n"
+-		"	this.timestamp = null; //holds the timestamp after a zoom or pan occured\n"
++		"	this.timestamp = null; //holds the timestamp after a zoom or pan occurred\n"
+ 		"	//initialize coordinate display if showCoords == true\n"
+ 		"	if (this.showCoords == true) {\n"
+ 		"		//add event listener for coordinate display\n"
+--- a/src/modules/grid/grid_calculus/Grid_Plotter.cpp
++++ b/src/modules/grid/grid_calculus/Grid_Plotter.cpp
+@@ -62,7 +62,7 @@ CGrid_Plotter::CGrid_Plotter(void)
+ 	Set_Description(_TW(
+ 		"Generate a grid based on a functional expression.\n"
+ 		"The function interpreter uses an expression parser "
+-		"that offers the folowing operators:\n\n"
++		"that offers the following operators:\n\n"
+ 		"+ Addition\n"
+ 		"- Subtraction\n"
+ 		"* Multiplication\n"
+--- a/src/modules/grid/grid_gridding/Shepard.cpp
++++ b/src/modules/grid/grid_gridding/Shepard.cpp
+@@ -147,7 +147,7 @@ void CShepard2d::GetValue(double px, dou
+ }
+ 
+ /*/////////////////////////////////////////////////////////////////////////////////////
+-The folowing source ist an automatic translation 
++The following source ist an automatic translation 
+ with f2c of Module 660 in TOMS
+  
+ QSHEP2D: Fortran routines implementing the quadratic Shepard method for
+--- a/src/modules/table/table_calculus/Fit.cpp
++++ b/src/modules/table/table_calculus/Fit.cpp
+@@ -136,7 +136,7 @@ CFit::CFit(void)
+ 		"abs(x)\n"
+ 		"sqrt(x)\n\n"
+ 
+-		"For Variogram - Fitting you can use the folowing Variogram - Models:\n"
++		"For Variogram - Fitting you can use the following Variogram - Models:\n"
+ 		"NUG(x)\n"
+ 		"SPH(x,a)\n"
+ 		"EXP(x,a)\n"
+--- a/src/modules/grid/grid_calculus_bsl/basistypen.cpp
++++ b/src/modules/grid/grid_calculus_bsl/basistypen.cpp
+@@ -317,7 +317,7 @@ void ParseVars(int& zeile, int& pos)
+ 					}
+ 					else if (subz[l-1] == ')')
+ 					{
+-						printf("loadig files not suported");
++						printf("loading files not supported");
+ 						return;
+ 						/*
+ 						int posk;
+--- a/src/modules/terrain_analysis/ta_slope_stability/TOBIA_01.cpp
++++ b/src/modules/terrain_analysis/ta_slope_stability/TOBIA_01.cpp
+@@ -122,7 +122,7 @@ CTOBIA::CTOBIA(void)
+ 		);
+ 
+ 	Parameters.Add_Grid(
+-		NULL, "E", "TOBIA classes", "Resulting TOBIA classses (1-7) grid", PARAMETER_OUTPUT
++		NULL, "E", "TOBIA classes", "Resulting TOBIA classes (1-7) grid", PARAMETER_OUTPUT
+ 		);
+ 
+ 	Parameters.Add_Grid(
+--- a/src/saga_core/saga_cmd/man/saga_cmd.1
++++ b/src/saga_core/saga_cmd/man/saga_cmd.1
+@@ -213,7 +213,7 @@ export SAGA_MLB=/usr/lib/saga
+ .PP
+ \&\fBsaga_cmd\fR ta_morphometry \*(L"Local Morphometry\*(R" \-ELEVATION dem.sgrd \-SLOPE slope.sgrd \-ASPECT aspect.sgrd \-METHOD 1
+ .PP
+-Multiple input files can be specified by seperating them by a semicolon (;).
++Multiple input files can be specified by separating them by a semicolon (;).
+ .PP
+ \&\fBsaga_cmd\fR libgrid_tools Merging \-GRIDS test1.sgrd\e;test2.sgrd \-GRID_TARGET merged.sgrd
+ .SH "BUGS"
diff --git a/debian/patches/series b/debian/patches/series
index d665f4d..50e4ee3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 0004-Use-debian-version-of-libsvm.patch
 0005-0099-no-hdf5.patch
 0007-Fix-opencv-module.patch
+0008-Spelling-errors.patch
diff --git a/debian/saga.lintian-overrides b/debian/saga.lintian-overrides
new file mode 100644
index 0000000..3599b4f
--- /dev/null
+++ b/debian/saga.lintian-overrides
@@ -0,0 +1,3 @@
+# False positive on German text
+saga: spelling-error-in-binary * Programms Programs
+
diff --git a/debian/saga_cmd.pod b/debian/saga_cmd.pod
index 92e365b..ac58c89 100644
--- a/debian/saga_cmd.pod
+++ b/debian/saga_cmd.pod
@@ -95,7 +95,7 @@ export SAGA_MLB=/usr/lib/saga
 
 B<saga_cmd> ta_morphometry "Local Morphometry" -ELEVATION dem.sgrd -SLOPE slope.sgrd -ASPECT aspect.sgrd -METHOD 1
 
-Multiple input files can be specified by seperating them by a semicolon (;).
+Multiple input files can be specified by separating them by a semicolon (;).
 
 B<saga_cmd> libgrid_tools Merging -GRIDS test1.sgrd\;test2.sgrd -GRID_TARGET merged.sgrd
 

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



More information about the Pkg-grass-devel mailing list