[libdata-objectdriver-perl] 06/13: Update patch that fix spelling errors

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Wed Aug 19 18:23:24 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libdata-objectdriver-perl.

commit ed1a017eaa36762c3f9b9d4112ffd22d512268d0
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Wed Aug 19 14:19:12 2015 -0300

    Update patch that fix spelling errors
---
 debian/changelog              |  1 +
 debian/patches/spelling.patch | 43 -------------------------------------------
 2 files changed, 1 insertion(+), 43 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9ce7f05..f2a470d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libdata-objectdriver-perl (0.13-1) UNRELEASED; urgency=medium
   * Add debian/upstream/metadata
   * Import upstream version 0.13
   * Bump debhelper compatibility level to 9
+  * Update patch that fix spelling errors
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Wed, 19 Aug 2015 13:09:44 -0300
 
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index 84602c9..1e43698 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -5,26 +5,6 @@ Last-Update: 2014-07-11
 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=97153
 Bug: https://rt.cpan.org/Ticket/Display.html?id=97153
 
---- a/lib/Data/ObjectDriver/BaseObject.pm
-+++ b/lib/Data/ObjectDriver/BaseObject.pm
-@@ -1047,7 +1047,7 @@
- =head2 C<$obj-E<gt>object_is_stored()>
- 
- Returns true if the object hasn't been stored in the database yet.
--This is particularily useful in triggers where you can then determine
-+This is particularly useful in triggers where you can then determine
- if the object is being INSERTED or just UPDATED.
- 
- =head2 C<$obj-E<gt>pk_str()>
-@@ -1062,7 +1062,7 @@
- 
- If you use a Cache driver, returned object will be automatically cached as a result
- of common retrieve operations. In some rare cases you may want the cache to be cleared
--explicitely, and this method provides you with a way to do it.
-+explicitly, and this method provides you with a way to do it.
- 
- =head2 C<$obj-E<gt>primary_key_to_terms([$id])>
- 
 --- a/lib/Data/ObjectDriver/Driver/BaseCache.pm
 +++ b/lib/Data/ObjectDriver/Driver/BaseCache.pm
 @@ -386,7 +386,7 @@
@@ -35,26 +15,3 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=97153
 +Note that, if you disable and re-enable a caching driver, some of the cached
  data may be invalid due to updates that were performed while the driver was
  disabled not being reflected in the external cache.
- 
---- a/lib/Data/ObjectDriver/Driver/DBD/SQLite.pm
-+++ b/lib/Data/ObjectDriver/Driver/DBD/SQLite.pm
-@@ -77,7 +77,7 @@
- This is experimental.
- 
- With the 1.11 version of L<DBD::SQLite> Blobs are handled transparently,
--so C<bind_param_attributes> is optionnal.
-+so C<bind_param_attributes> is optional.
- With previous version of L<DBD::SQLite> users have experimented issues
- with binary data in CHAR (partially solved by the DBI::SQL_BINARY binding).
- 
---- a/lib/Data/ObjectDriver/ResultSet.pm
-+++ b/lib/Data/ObjectDriver/ResultSet.pm
-@@ -524,7 +524,7 @@
- =head2 $new_result = Data::ObjectDriver::ResultSet->iterator(\@data)
- 
- Create a new result set object that takes existing data and operates only as an
--iterator, without any of the query managment.
-+iterator, without any of the query management.
- 
- Arguments:
- 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-objectdriver-perl.git



More information about the Pkg-perl-cvs-commits mailing list