[Git][debian-gis-team/otb][master] 5 commits: New upstream version 7.2.0+dfsg
Bas Couwenberg
gitlab at salsa.debian.org
Mon Oct 5 17:01:40 BST 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / otb
Commits:
be326d84 by Bas Couwenberg at 2020-10-05T16:29:26+02:00
New upstream version 7.2.0+dfsg
- - - - -
09b9d0b5 by Bas Couwenberg at 2020-10-05T16:43:27+02:00
Update upstream source from tag 'upstream/7.2.0+dfsg'
Update to upstream version '7.2.0+dfsg'
with Debian dir 745ff2555cd164239f2e4abc16b4a3148bc86b50
- - - - -
08f28555 by Bas Couwenberg at 2020-10-05T16:44:58+02:00
New upstream release.
- - - - -
e69640d7 by Bas Couwenberg at 2020-10-05T16:47:11+02:00
Drop spelling-errors.patch, applied upstream.
- - - - -
be12ebe9 by Bas Couwenberg at 2020-10-05T16:47:30+02:00
Set distribution to experimental.
- - - - -
9 changed files:
- Modules/Applications/AppDescriptors/app/otbHomologousPointsExtraction.cxx
- Modules/Applications/AppTextures/app/otbPantexTextureExtraction.cxx
- Modules/Feature/Textures/include/otbScalarImageToPanTexTextureFilter.h
- Modules/Remote/temporal-gapfilling.remote.cmake
- Modules/ThirdParty/OssimPlugins/src/ossim/ossimTimeUtilities.cpp
- RELEASE_NOTES.txt
- debian/changelog
- − debian/patches/series
- − debian/patches/spelling-errors.patch
Changes:
=====================================
Modules/Applications/AppDescriptors/app/otbHomologousPointsExtraction.cxx
=====================================
@@ -150,7 +150,7 @@ private:
AddChoice("mode.geobins", "Search keypoints in small spatial bins regularly spread across first image");
SetParameterDescription("mode.geobins",
- "This method retrieves a set of tie points regulary spread across image 1. Corresponding bins in image 2 are retrieved using "
+ "This method retrieves a set of tie points regularly spread across image 1. Corresponding bins in image 2 are retrieved using "
"sensor and geographical information if available. The first bin position takes into account the margin parameter. Bins are "
"cropped to the largest image region shrunk by the margin parameter for both in1 and in2 images.");
=====================================
Modules/Applications/AppTextures/app/otbPantexTextureExtraction.cxx
=====================================
@@ -69,7 +69,7 @@ private:
SetDocLimitations("None");
SetDocAuthors("OTB-Team");
- SetDocSeeAlso(" Pesari, M., A. Gerhardinger, F. Kayitakire. 2008. A robust built-up area precense"
+ SetDocSeeAlso(" Pesari, M., A. Gerhardinger, F. Kayitakire. 2008. A robust built-up area presence"
" index by anisotropic rotation-invariant textural measure."
" IEEE Journal of selected topics in applied earth observations and remote sensing.Vol1, NO3.");
=====================================
Modules/Feature/Textures/include/otbScalarImageToPanTexTextureFilter.h
=====================================
@@ -27,14 +27,14 @@
namespace otb
{
/** \class ScalarImageToPanTexTextureFilter
- * \brief This class computes a texture derived built-up precense index (PanTex)
+ * \brief This class computes a texture derived built-up presence index (PanTex)
*
* This class computes a texture-derived built-up presence index (PanTex) from textural
* characteristics of scalar images.It is the min value of the contrast in 8 directions.
*
* Print references:
*
- * Pesari, M., A. Gerhardinger, F. Kayitakire. 2008. A robust built-up area precense
+ * Pesari, M., A. Gerhardinger, F. Kayitakire. 2008. A robust built-up area presence
* index by anisotropic rotation-invariant textural measure.
* IEEE Journal of selected topics in applied earth observations and remote sensing.
* Vol1, NO3.
=====================================
Modules/Remote/temporal-gapfilling.remote.cmake
=====================================
@@ -25,6 +25,6 @@ otb_fetch_module(OTBTemporalGapFilling
A more detailed description can be found on the project website:
https://gitlab.orfeo-toolbox.org/jinglada/temporalgapfilling
"
- GIT_REPOSITORY https://gitlab.orfeo-toolbox.org/ctraizet/temporalgapfilling.git
- GIT_TAG cd0aa8b18369140a270ec64659543a53167ef641
+ GIT_REPOSITORY https://gitlab.orfeo-toolbox.org/jinglada/temporalgapfilling.git
+ GIT_TAG master
)
=====================================
Modules/ThirdParty/OssimPlugins/src/ossim/ossimTimeUtilities.cpp
=====================================
@@ -83,7 +83,7 @@ ossimDate ossimplugins::time::details::strptime(string_view const& format, strin
}
break;
default:
- throw std::logic_error("Unsupported date format speficier (in "+format+": "+fmt.front()+")");
+ throw std::logic_error("Unsupported date format specifier (in "+format+": "+fmt.front()+")");
}
break;
default:
=====================================
RELEASE_NOTES.txt
=====================================
@@ -1,4 +1,4 @@
-OTB-v 7.2.0 - Changes since version 7.1.0 (September 11th, 2020)
+OTB-v 7.2.0 - Changes since version 7.1.0 (October 02nd, 2020)
----------------------------------------------------------------
Features added:
@@ -35,6 +35,7 @@ CI:
Documentation:
+ * !754: Fix spelling errors by Bas Couwenberg
* !738: Update PSC informations by Julien Osman
* !735: Correct menu instructions to open application-browser in Monteverdi by Julien Osman
* !728: DOC: Deprecate methods that will be removed in OTB 8.0.0 by Julien Osman
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+otb (7.2.0+dfsg-1~exp1) experimental; urgency=medium
+
+ * Team upload.
+ * New upstream release.
+ * Drop spelling-errors.patch, applied upstream.
+
+ -- Bas Couwenberg <sebastic at debian.org> Mon, 05 Oct 2020 16:47:15 +0200
+
otb (7.2.0~rc2+dfsg-1~exp1) experimental; urgency=medium
* Team upload.
=====================================
debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-spelling-errors.patch
=====================================
debian/patches/spelling-errors.patch deleted
=====================================
@@ -1,60 +0,0 @@
-Description: Fix spelling errors.
- * regulary -> regularly
- * precense -> presence
- * speficier -> specifier
-Author: Bas Couwenberg <sebastic at debian.org>
-Forwarded: https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/-/merge_requests/754
-Applied-Upstream: https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/-/commit/9f68fb4e00c85fea688a53308afbfa9b980b33b0
-
---- a/Modules/Applications/AppDescriptors/app/otbHomologousPointsExtraction.cxx
-+++ b/Modules/Applications/AppDescriptors/app/otbHomologousPointsExtraction.cxx
-@@ -150,7 +150,7 @@ private:
-
- AddChoice("mode.geobins", "Search keypoints in small spatial bins regularly spread across first image");
- SetParameterDescription("mode.geobins",
-- "This method retrieves a set of tie points regulary spread across image 1. Corresponding bins in image 2 are retrieved using "
-+ "This method retrieves a set of tie points regularly spread across image 1. Corresponding bins in image 2 are retrieved using "
- "sensor and geographical information if available. The first bin position takes into account the margin parameter. Bins are "
- "cropped to the largest image region shrunk by the margin parameter for both in1 and in2 images.");
-
---- a/Modules/Feature/Textures/include/otbScalarImageToPanTexTextureFilter.h
-+++ b/Modules/Feature/Textures/include/otbScalarImageToPanTexTextureFilter.h
-@@ -27,14 +27,14 @@
- namespace otb
- {
- /** \class ScalarImageToPanTexTextureFilter
-- * \brief This class computes a texture derived built-up precense index (PanTex)
-+ * \brief This class computes a texture derived built-up presence index (PanTex)
- *
- * This class computes a texture-derived built-up presence index (PanTex) from textural
- * characteristics of scalar images.It is the min value of the contrast in 8 directions.
- *
- * Print references:
- *
-- * Pesari, M., A. Gerhardinger, F. Kayitakire. 2008. A robust built-up area precense
-+ * Pesari, M., A. Gerhardinger, F. Kayitakire. 2008. A robust built-up area presence
- * index by anisotropic rotation-invariant textural measure.
- * IEEE Journal of selected topics in applied earth observations and remote sensing.
- * Vol1, NO3.
---- a/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTimeUtilities.cpp
-+++ b/Modules/ThirdParty/OssimPlugins/src/ossim/ossimTimeUtilities.cpp
-@@ -83,7 +83,7 @@ ossimDate ossimplugins::time::details::s
- }
- break;
- default:
-- throw std::logic_error("Unsupported date format speficier (in "+format+": "+fmt.front()+")");
-+ throw std::logic_error("Unsupported date format specifier (in "+format+": "+fmt.front()+")");
- }
- break;
- default:
---- a/Modules/Applications/AppTextures/app/otbPantexTextureExtraction.cxx
-+++ b/Modules/Applications/AppTextures/app/otbPantexTextureExtraction.cxx
-@@ -69,7 +69,7 @@ private:
- SetDocLimitations("None");
-
- SetDocAuthors("OTB-Team");
-- SetDocSeeAlso(" Pesari, M., A. Gerhardinger, F. Kayitakire. 2008. A robust built-up area precense"
-+ SetDocSeeAlso(" Pesari, M., A. Gerhardinger, F. Kayitakire. 2008. A robust built-up area presence"
- " index by anisotropic rotation-invariant textural measure."
- " IEEE Journal of selected topics in applied earth observations and remote sensing.Vol1, NO3.");
-
View it on GitLab: https://salsa.debian.org/debian-gis-team/otb/-/compare/212d6aaad80bbc3fc14a38f45022a9fc6faa23d4...be12ebe9493842336097d4be89cf5cf8c9b1992d
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/otb/-/compare/212d6aaad80bbc3fc14a38f45022a9fc6faa23d4...be12ebe9493842336097d4be89cf5cf8c9b1992d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20201005/eb9f663d/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list