[libkiokudb-perl] 08/09: Add a patch to fix a spelling mistake.

gregor herrmann gregoa at debian.org
Thu Aug 22 18:49:46 UTC 2013


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

gregoa pushed a commit to branch master
in repository libkiokudb-perl.

commit aa28fd33098293c25475ef8fdd7c33a4caa79379
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 22 20:36:53 2013 +0200

    Add a patch to fix a spelling mistake.
---
 debian/patches/series         |    1 +
 debian/patches/spelling.patch |   18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..3ae29b6
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: spelling fix
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=88034
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=88034
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-08-22
+
+--- a/lib/KiokuDB/Backend/Role/UnicodeSafe.pm
++++ b/lib/KiokuDB/Backend/Role/UnicodeSafe.pm
+@@ -33,7 +33,7 @@
+ store unicode perl strings safely.
+ 
+ This means that B<character> strings inserted to the database will not be
+-retreived as B<byte> strings upon deserialization.
++retrieved as B<byte> strings upon deserialization.
+ 
+ This mostly has to do with L<KiokuDB::Backend::Serialize> variants.
+ 

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



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