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

kanashiro-guest pushed a commit to branch master
in repository libtest-database-perl.

commit 09eb6a425b430e2dce0c3748e17c2ef92518983a
Author: Lucas Kanashiro <kanashiro.dua...@gmail.com>
Date:   Wed Dec 23 01:34:32 2015 -0200

    Create patch fixing spelling error in manpage
---
 debian/changelog                                   |  1 +
 debian/patches/fix_spelling_error_in_manpage.patch | 28 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 30 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1fd0caf..2fd856a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ libtest-database-perl (1.113-1.1) UNRELEASED; urgency=medium
   * Add debian/upstream/metadata 
   * Bump debhelper compatibility level to 9
   * Declare compliance with Debian policy 3.9.6
+  * Create patch fixing spelling error in manpage
 
  -- Lucas Kanashiro <kanashiro.dua...@gmail.com>  Wed, 23 Dec 2015 00:23:55 
-0200
 
diff --git a/debian/patches/fix_spelling_error_in_manpage.patch 
b/debian/patches/fix_spelling_error_in_manpage.patch
new file mode 100644
index 0000000..c0dc2d2
--- /dev/null
+++ b/debian/patches/fix_spelling_error_in_manpage.patch
@@ -0,0 +1,28 @@
+Description: Fix spelling error in manpage
+Author: Lucas Kanashiro <kanashiro.dua...@gmail.com>
+Last-Update: 2015-12-23
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=110551
+Bug: https://rt.cpan.org/Ticket/Display.html?id=110551
+
+--- a/lib/Test/Database.pm
++++ b/lib/Test/Database.pm
+@@ -377,7 +377,7 @@ used if they are not provided.
+ 
+ Empty lines and comments are ignored.
+ 
+-Optionaly, the C<key> section is used to add a "unique" element to the
++Optionally, the C<key> section is used to add a "unique" element to the
+ databases created by the drivers (as defined by C<driver_dsn>). It
+ allows several hosts to share access to the same database server
+ without risking a race condition when creating a new database. See
+--- a/lib/Test/Database/Tutorial.pod
++++ b/lib/Test/Database/Tutorial.pod
+@@ -86,7 +86,7 @@ L<Test::Database> has a single interface
+     my @handles = Test::Database->handles( @requests );
+ 
+ C<@request> is a list of "requests" for databases handles. Requests
+-must declare the DBD they expect, and can optionaly add version-based
++must declare the DBD they expect, and can optionally add version-based
+ limitations (only available for drivers supported by L<Test::Database>).
+ 
+ The handles returned are objects of the L<Test::Database::Handle> class.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b05c295
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_spelling_error_in_manpage.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-database-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