[saga] 01/01: Add patch to fix spelling errors.
Bas Couwenberg
sebastic at debian.org
Sat Oct 15 00:41:30 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 54d3d222d1c6399751fce28f8cd03a095d93552f
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Oct 15 02:40:17 2016 +0200
Add patch to fix spelling errors.
---
debian/changelog | 7 +++
debian/patches/series | 1 +
debian/patches/spelling-errors.patch | 106 +++++++++++++++++++++++++++++++++++
debian/saga_cmd.pod | 2 +-
debian/saga_gui.pod | 2 +-
5 files changed, 116 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 321561a..4e685a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+saga (2.3.1+dfsg-3) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Add patch to fix spelling errors.
+
+ -- Johan Van de Wauw <johan at vandewauw.be> Sat, 15 Oct 2016 02:04:02 +0200
+
saga (2.3.1+dfsg-2) unstable; urgency=medium
[ Bas Couwenberg ]
diff --git a/debian/patches/series b/debian/patches/series
index ec78be2..3ca6c72 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ Use-debian-version-of-libsvm.patch
Use-pkg-config-for-Debian-version-of-dxflib.patch
disable-imagery_isocluster.patch
Fix_projections_gcc6.patch
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
new file mode 100644
index 0000000..7801182
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,106 @@
+Description: Fix spelling errors.
+ * minium -> minimum
+ * coodinate -> coordinate
+ * contributers -> contributors
+ * ins't -> isn't
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/src/modules/grid/grid_filter/Filter_Multi_Dir_Lee.cpp
++++ b/src/modules/grid/grid_filter/Filter_Multi_Dir_Lee.cpp
+@@ -190,7 +190,7 @@ CFilter_Multi_Dir_Lee::CFilter_Multi_Dir
+ Set_Author(_TL("Copyrights (c) 2003 by Andre Ringeler"));
+
+ Set_Description (_TW(
+- "The module searches for the minium variance within 16 directions "
++ "The module searches for the minimum variance within 16 directions "
+ "and applies a Lee Filter in the direction of minimum variance. The "
+ "filter is edge-preserving and can be used to remove speckle noise "
+ "from SAR images or to smooth DTMs. Applied to DTMs, this filter "
+--- a/src/modules/terrain_analysis/ta_hydrology/Flow_RecursiveDown.cpp
++++ b/src/modules/terrain_analysis/ta_hydrology/Flow_RecursiveDown.cpp
+@@ -128,7 +128,7 @@ CFlow_RecursiveDown::CFlow_RecursiveDown
+
+ Parameters.Add_Value(
+ NULL , "MINDQV" , _TL("DEMON - Min. DQV"),
+- _TL("DEMON - Minium Drainage Quota Volume (DQV) for traced flow tubes"),
++ _TL("DEMON - Minimum Drainage Quota Volume (DQV) for traced flow tubes"),
+ PARAMETER_TYPE_Double , 0.0, 0.0, true, 1.0, true
+ );
+
+--- a/src/saga_core/saga_gui/res/saga.bra.txt
++++ b/src/saga_core/saga_gui/res/saga.bra.txt
+@@ -1216,7 +1216,7 @@ TEXT TRANSLATION
+ "DEM without Sinks" "MDE sem skins"
+ "DEMON" "DEMON"
+ "DEMON - Min. DQV" "DEMON - Min. DQV"
+-"DEMON - Minium Drainage Quota Volume (DQV) for traced flow tubes" "DEMON - Volume m�nimo de drenagem do contigente (DQV) para tubos de fluxo rastreados"
++"DEMON - Minimum Drainage Quota Volume (DQV) for traced flow tubes" "DEMON - Volume m�nimo de drenagem do contigente (DQV) para tubos de fluxo rastreados"
+ "DESCRIPTION" "Descri��o"
+ "DIFF_MEAN" "DIFF_MEAN"
+ "DN" "DN"
+--- a/src/saga_core/saga_gui/res/saga.ger.txt
++++ b/src/saga_core/saga_gui/res/saga.ger.txt
+@@ -1216,7 +1216,7 @@ TEXT TRANSLATION
+ "DEM without Sinks" ""
+ "DEMON" "DEMON"
+ "DEMON - Min. DQV" ""
+-"DEMON - Minium Drainage Quota Volume (DQV) for traced flow tubes" "DEMON - Minimales Abflussquotenvolumen (DQV) f�r aufgezeichnete Flie�r�hren"
++"DEMON - Minimum Drainage Quota Volume (DQV) for traced flow tubes" "DEMON - Minimales Abflussquotenvolumen (DQV) f�r aufgezeichnete Flie�r�hren"
+ "DESCRIPTION" "BESCHREIBUNG"
+ "DIFF_MEAN" "DIFFERENZ_DURCHSCHNITT"
+ "DN" ""
+--- a/src/saga_core/saga_gui/res/saga.lng.txt
++++ b/src/saga_core/saga_gui/res/saga.lng.txt
+@@ -1216,7 +1216,7 @@ TEXT TRANSLATION
+ "DEM without Sinks" ""
+ "DEMON" ""
+ "DEMON - Min. DQV" ""
+-"DEMON - Minium Drainage Quota Volume (DQV) for traced flow tubes" ""
++"DEMON - Minimum Drainage Quota Volume (DQV) for traced flow tubes" ""
+ "DESCRIPTION" ""
+ "DIFF_MEAN" ""
+ "DN" ""
+--- a/src/modules/projection/pj_proj4/crs_grid_geogcoords.cpp
++++ b/src/modules/projection/pj_proj4/crs_grid_geogcoords.cpp
+@@ -79,7 +79,7 @@ CCRS_Grid_GeogCoords::CCRS_Grid_GeogCoor
+ Set_Description (_TW(
+ "Creates for a given grid geographic coordinate information, "
+ "i.e. two grids specifying the longitude and latitude for each cell. "
+- "The coodinate system of the input grid has to be defined. "
++ "The coordinate system of the input grid has to be defined. "
+ ));
+
+ Set_Description (Get_Description() + "\n" + CSG_CRSProjector::Get_Description());
+--- a/src/saga_core/saga_cmd/man/saga_cmd.1
++++ b/src/saga_core/saga_cmd/man/saga_cmd.1
+@@ -221,7 +221,7 @@ Multiple input files can be specified by
+ On the website of \fIhttp://www.saga\-gis.org\fR, a list of known bugs can be found and new bug reports can be submitted.
+ .SH "AUTHORS"
+ .IX Header "AUTHORS"
+-\&\fB\s-1SAGA\s0\fR was written by Olaf Conrad with help from a large number of contributers. This manual page was written by Johan Van de Wauw.
++\&\fB\s-1SAGA\s0\fR was written by Olaf Conrad with help from a large number of contributors. This manual page was written by Johan Van de Wauw.
+ Both are released under the \s-1GNU\s0 General Public License v2.
+ .PP
+ More info \fIhttp://www.saga\-gis.org\fR
+--- a/src/saga_core/saga_gui/man/saga_gui.1
++++ b/src/saga_core/saga_gui/man/saga_gui.1
+@@ -142,7 +142,7 @@ Graphical user interface to the System f
+ On the project website: \fIhttp://www.saga\-gis.org\fR, a list of known bugs can be found and new bug reports can be submitted.
+ .SH "AUTHORS"
+ .IX Header "AUTHORS"
+-\&\fB\s-1SAGA\s0\fR was written by Olaf Conrad with help from a large number of contributers. This manual page was written by Johan Van de Wauw.
++\&\fB\s-1SAGA\s0\fR was written by Olaf Conrad with help from a large number of contributors. This manual page was written by Johan Van de Wauw.
+ Both are released under the \s-1GNU\s0 General Public License v2.
+ .PP
+ More info \fIhttp://www.saga\-gis.org\fR
+--- a/src/modules/pointcloud/pointcloud_tools/pc_reclass_extract.cpp
++++ b/src/modules/pointcloud/pointcloud_tools/pc_reclass_extract.cpp
+@@ -91,7 +91,7 @@ CPC_Reclass_Extract::CPC_Reclass_Extract
+ "In addition to these settings, two special cases ('NoData values' and 'other values' not "
+ "included in the parameter setup) are supported:\n"
+ "In mode (a) and (b) the 'NoData option' is evaluated before the method settings, in mode "
+- "(c) the option is evaluated only if the NoData value ins't included in the lookup table.\n"
++ "(c) the option is evaluated only if the NoData value isn't included in the lookup table.\n"
+ "The 'other values' option is always evaluated after checking the method settings.\n\n")
+ );
+
diff --git a/debian/saga_cmd.pod b/debian/saga_cmd.pod
index 147d630..3f81ab8 100644
--- a/debian/saga_cmd.pod
+++ b/debian/saga_cmd.pod
@@ -105,7 +105,7 @@ On the website of I<http://www.saga-gis.org>, a list of known bugs can be found
=head1 AUTHORS
-B<SAGA> was written by Olaf Conrad with help from a large number of contributers. This manual page was written by Johan Van de Wauw.
+B<SAGA> was written by Olaf Conrad with help from a large number of contributors. This manual page was written by Johan Van de Wauw.
Both are released under the GNU General Public License v2.
More info I<http://www.saga-gis.org>
diff --git a/debian/saga_gui.pod b/debian/saga_gui.pod
index 7ab86df..b008209 100644
--- a/debian/saga_gui.pod
+++ b/debian/saga_gui.pod
@@ -16,7 +16,7 @@ On the project website: I<http://www.saga-gis.org>, a list of known bugs can be
=head1 AUTHORS
-B<SAGA> was written by Olaf Conrad with help from a large number of contributers. This manual page was written by Johan Van de Wauw.
+B<SAGA> was written by Olaf Conrad with help from a large number of contributors. This manual page was written by Johan Van de Wauw.
Both are released under the GNU General Public License v2.
More info I<http://www.saga-gis.org>
--
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