[liblas] 13/15: Add patch to fix 'accommodate' typo.

Bas Couwenberg sebastic at xs4all.nl
Sun Aug 3 12:17:29 UTC 2014


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

sebastic-guest pushed a commit to branch experimental
in repository liblas.

commit 6bbd40bbed6d1c414f4e4d42420ac67d9e39cf0c
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Aug 3 13:17:30 2014 +0200

    Add patch to fix 'accommodate' typo.
---
 debian/changelog                |  1 +
 debian/patches/accommodate-typo | 44 +++++++++++++++++++++++++++++++++++++++++
 debian/patches/series           |  1 +
 3 files changed, 46 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8e2b5fd..745b5f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ liblas (1.8.0-1) UNRELEASED; urgency=medium
   * Update package names for SONAME bump.
   * Add build dependencies for boost_iostreams & boost_filesystem.
   * Fix executable-not-elf-or-script for python examples.
+  * Add patch to fix 'accommodate' typo.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Sun, 03 Aug 2014 12:09:14 +0200
 
diff --git a/debian/patches/accommodate-typo b/debian/patches/accommodate-typo
new file mode 100644
index 0000000..405e7d4
--- /dev/null
+++ b/debian/patches/accommodate-typo
@@ -0,0 +1,44 @@
+Description: Fix 'accomodate' typo, replace with 'accommodate'.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+Forwarded: https://github.com/libLAS/libLAS/pull/49
+
+--- a/include/liblas/external/property_tree/detail/rapidxml.hpp
++++ b/include/liblas/external/property_tree/detail/rapidxml.hpp
+@@ -377,7 +377,7 @@ namespace liblas { namespace property_tr
+         }
+ 
+         //! Allocates a new node from the pool, and optionally assigns name and value to it. 
+-        //! If the allocation request cannot be accomodated, this function will throw <code>std::bad_alloc</code>.
++        //! If the allocation request cannot be accommodated, this function will throw <code>std::bad_alloc</code>.
+         //! If exceptions are disabled by defining RAPIDXML_NO_EXCEPTIONS, this function
+         //! will call rapidxml::parse_error_handler() function.
+         //! \param type Type of node to create.
+@@ -410,7 +410,7 @@ namespace liblas { namespace property_tr
+         }
+ 
+         //! Allocates a new attribute from the pool, and optionally assigns name and value to it.
+-        //! If the allocation request cannot be accomodated, this function will throw <code>std::bad_alloc</code>.
++        //! If the allocation request cannot be accommodated, this function will throw <code>std::bad_alloc</code>.
+         //! If exceptions are disabled by defining RAPIDXML_NO_EXCEPTIONS, this function
+         //! will call rapidxml::parse_error_handler() function.
+         //! \param name Name to assign to the attribute, or 0 to assign no name.
+@@ -441,7 +441,7 @@ namespace liblas { namespace property_tr
+         }
+ 
+         //! Allocates a char array of given size from the pool, and optionally copies a given string to it.
+-        //! If the allocation request cannot be accomodated, this function will throw <code>std::bad_alloc</code>.
++        //! If the allocation request cannot be accommodated, this function will throw <code>std::bad_alloc</code>.
+         //! If exceptions are disabled by defining RAPIDXML_NO_EXCEPTIONS, this function
+         //! will call rapidxml::parse_error_handler() function.
+         //! \param source String to initialize the allocated memory with, or 0 to not initialize it.
+--- a/src/gt_wkt_srs.cpp
++++ b/src/gt_wkt_srs.cpp
+@@ -433,7 +433,7 @@ char *GTIFGetOGISDefn( GTIF *hGTIF, GTIF
+                     && psDefn->UOMLengthInMeters != 1.0 )
+                 {
+                     psDefn->ProjParm[iParm] /= psDefn->UOMLengthInMeters;
+-                    CPLDebug( "GTIFF", "converting geokey to accomodate old broken file due to GTIFF_LINEAR_UNITS=BROKEN setting." );
++                    CPLDebug( "GTIFF", "converting geokey to accommodate old broken file due to GTIFF_LINEAR_UNITS=BROKEN setting." );
+                 }
+                 break;
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 7a58779..721cba8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix_library_search
+accommodate-typo

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



More information about the Pkg-grass-devel mailing list