This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository ossim.
commit f805beb4c64c521f1bc63f8e624e0f94703c3e0f Author: Bas Couwenberg <[email protected]> Date: Wed Jun 29 18:58:48 2016 +0200 Add patch to fix 'requested' typo. --- debian/changelog | 1 + debian/patches/requested-typo.patch | 15 +++++++++++++++ debian/patches/series | 1 + 3 files changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1ef89ab..eb92dba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ ossim (1.8.20.3+ds-4) UNRELEASED; urgency=medium * Add upstream patch to fix FTBFS with GCC 6. (closes: #811851) * Update watch file to handle other tar extensions. + * Add patch to fix 'requested' typo. -- Bas Couwenberg <[email protected]> Wed, 29 Jun 2016 17:58:32 +0200 diff --git a/debian/patches/requested-typo.patch b/debian/patches/requested-typo.patch new file mode 100644 index 0000000..2e0c9d2 --- /dev/null +++ b/debian/patches/requested-typo.patch @@ -0,0 +1,15 @@ +Description: Fix 'requsted' typo, replace with 'requested'. +Author: Bas Couwenberg <[email protected]> +Forwarded: https://github.com/ossimlabs/ossim/pull/29 + +--- a/ossim/src/ossim/point_cloud/ossimPointCloudImageHandler.cpp ++++ b/ossim/src/ossim/point_cloud/ossimPointCloudImageHandler.cpp +@@ -252,7 +252,7 @@ bool ossimPointCloudImageHandler::getTil + // This should never happen; + ossimNotify(ossimNotifyLevel_FATAL) + << "ossimPointCloudImageHandler::getTile() ERROR: \n" +- << "More bands were requsted than was available from the point cloud source. Returning " ++ << "More bands were requested than was available from the point cloud source. Returning " + << "blank tile." << endl; + result->makeBlank(); + return false; diff --git a/debian/patches/series b/debian/patches/series index 95fa81f..8defd13 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -8,3 +8,4 @@ accommodate-typo.patch extension-typo.patch spelling-errors.patch fix-ossim-trac-2354.diff +requested-typo.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ossim.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

