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

nickm-guest pushed a commit to branch master
in repository libdbd-firebird-perl.

commit 9649be0ae40abfc9be23fe5f3b5dcb8ac15ff4c6
Author: Nick Morrott <knowledgejun...@gmail.com>
Date:   Fri Aug 12 19:01:35 2016 +0100

    Add 01-spelling-error-in-binary-and-manpage.patch
---
 .../01-spelling-error-in-binary-and-manpage.patch  | 38 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 39 insertions(+)

diff --git a/debian/patches/01-spelling-error-in-binary-and-manpage.patch 
b/debian/patches/01-spelling-error-in-binary-and-manpage.patch
new file mode 100644
index 0000000..52ed088
--- /dev/null
+++ b/debian/patches/01-spelling-error-in-binary-and-manpage.patch
@@ -0,0 +1,38 @@
+Description: Correct spelling errors in binary source and manpage
+Author: Nick Morrott <knowledgejun...@gmail.com>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=116922
+Last-Update: 2016-08-12
+---
+--- a/Firebird.xs
++++ b/Firebird.xs
+@@ -573,7 +573,7 @@
+         if (i >= items - 1)
+         {
+             Safefree(tmp_tpb);
+-            croak("You must specify parameter => value pairs, but theres no 
value for %s", tx_key);
++            croak("You must specify parameter => value pairs, but there's no 
value for %s", tx_key);
+         }
+ 
+         
/**********************************************************************/
+--- a/dbdimp.c
++++ b/dbdimp.c
+@@ -1836,7 +1836,7 @@
+             DBI_TRACE_imp_xxh(imp_sth, 4, (DBIc_LOGPIO(imp_sth), 
"dbd_st_finish: Call ib_commit_transaction finished returned FALSE.\n"));
+             return FALSE;
+         }
+-        DBI_TRACE_imp_xxh(imp_sth, 4, (DBIc_LOGPIO(imp_sth), "dbd_st_finish: 
Call ib_commit_transaction succeded.\n"));
++        DBI_TRACE_imp_xxh(imp_sth, 4, (DBIc_LOGPIO(imp_sth), "dbd_st_finish: 
Call ib_commit_transaction succeeded.\n"));
+     }
+ 
+     return TRUE;
+--- a/inc/FirebirdMaker.pm
++++ b/inc/FirebirdMaker.pm
+@@ -757,7 +757,7 @@
+ 
+ =item No network latency
+ 
+-Working directly with the database file elliminates possible network delays
++Working directly with the database file eliminates possible network delays
+ (even if the server is on the local host).
+ 
+ =back
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f48e85f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-spelling-error-in-binary-and-manpage.patch

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to