This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository otb.
commit df292998140ae5432f0260d149a04b01d8bc692c Author: Bas Couwenberg <[email protected]> Date: Tue May 10 23:17:52 2016 +0200 Re-introduce spelling-errors.patch for remaining issues. --- debian/changelog | 1 + debian/patches/series | 1 + debian/patches/spelling-errors.patch | 61 ++++++++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+) diff --git a/debian/changelog b/debian/changelog index 33a4e6f..a1ad3bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ otb (5.4.0+dfsg-1) UNRELEASED; urgency=medium * Extract upstream version for symbols from changelog. * Enable all hardening buildflags. * Add library package for libOTBIce. + * Add patch to fix spelling errors. * Update symbols for amd64 & i386. -- Bas Couwenberg <[email protected]> Tue, 10 May 2016 07:41:32 +0200 diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..38edaa7 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +spelling-errors.patch diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch new file mode 100644 index 0000000..4337e6e --- /dev/null +++ b/debian/patches/spelling-errors.patch @@ -0,0 +1,61 @@ +Description: Fix spelling errors. + ouptut -> output + catched -> caught + allows to <verb> -> allows <verb>ing +Author: Bas Couwenberg <[email protected]> + +--- a/Modules/Filtering/ImageManipulation/include/otbGridResampleImageFilter.txx ++++ b/Modules/Filtering/ImageManipulation/include/otbGridResampleImageFilter.txx +@@ -238,8 +238,8 @@ GridResampleImageFilter<TInputImage, TOu + } + + // Compute ReachableOutputRegion +- // InputImage buffered region corresponds to a region of the ouptut +- // image. Computing it beforehand allows to save IsInsideBuffer ++ // InputImage buffered region corresponds to a region of the output ++ // image. Computing it beforehand allows saving IsInsideBuffer + // calls in the interpolation loop + + // Compute the padding due to the interpolator +--- a/Modules/Applications/AppClassification/app/otbDSFuzzyModelEstimation.cxx ++++ b/Modules/Applications/AppClassification/app/otbDSFuzzyModelEstimation.cxx +@@ -414,7 +414,7 @@ private: + { + // An error has occurred in the optimization. + // Update the parameters +- otbAppLogFATAL("ERROR: Exception Catched : "<< err.GetDescription() << std::endl ++ otbAppLogFATAL("ERROR: Exception Caught : "<< err.GetDescription() << std::endl + << "numberOfIterations : " << m_Optimizer->GetOptimizer()->get_num_evaluations() << std::endl + << "Results : " << m_Optimizer->GetCurrentPosition() << std::endl); + } +--- a/Modules/Applications/AppSARDecompositions/app/otbSARDecompositions.cxx ++++ b/Modules/Applications/AppSARDecompositions/app/otbSARDecompositions.cxx +@@ -134,7 +134,7 @@ private: + SetParameterDescription("decomp.pauli","Pauli coherent decomposition"); + + AddParameter(ParameterType_Group,"inco","Incoherent decompositions"); +- SetParameterDescription("inco","This group allows to set parameters related to the incoherent decompositions."); ++ SetParameterDescription("inco","This group allows setting parameters related to the incoherent decompositions."); + + AddParameter(ParameterType_Int, "inco.kernelsize", "Kernel size for spatial incoherent averaging."); + SetParameterDescription("inco.kernelsize", "Minute (0-59)"); +--- a/Modules/Visualization/Ice/include/otbGlView.h ++++ b/Modules/Visualization/Ice/include/otbGlView.h +@@ -104,7 +104,7 @@ public: + void Initialize(unsigned int sx, unsigned int sy); + + /** +- * This method allows to add a new actor (deriving from GlActor) to ++ * This method allows adding a new actor (deriving from GlActor) to + * the GlView. The actor can be identified by an optional key. If + * not provided, and the default value is used, the method will + * generate a key to identify the actor. In both case, the key is +@@ -132,7 +132,7 @@ public: + void ClearActors(); + + /** +- * This method allows to retrieve a pointer to the actor identified ++ * This method allows retrieving a pointer to the actor identified + * by the given key. + * \param key The key identifying the actor to retrieve + * \return A pointer to the retrieved actor. This pointer will be -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/otb.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

