[libtest-www-selenium-perl] 10/11: Add a patch fixing spelling error in manpage
Lucas Kanashiro
kanashiro.duarte at gmail.com
Thu Dec 31 01:40:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a commit to branch master
in repository libtest-www-selenium-perl.
commit 5f1add3897bea270104c8359377f21a65141f299
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Wed Dec 30 23:27:56 2015 -0200
Add a patch fixing spelling error in manpage
---
debian/changelog | 1 +
debian/patches/fix-spelling-error-in-manpage.patch | 17 +++++++++++++++++
debian/patches/series | 1 +
3 files changed, 19 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index e22d5a4..928d138 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ libtest-www-selenium-perl (1.36-2) UNRELEASED; urgency=medium
* Refresh lintian overrides
* Remove util/create_www_selenium.pl from d/copyright.
This file does not exist anymore.
+ * Add a patch fixing spelling error in manpage
-- Lucas Kanashiro <kanashiro.duarte at gmail.com> Wed, 30 Dec 2015 18:59:48 -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..d81aa99
--- /dev/null
+++ b/debian/patches/fix-spelling-error-in-manpage.patch
@@ -0,0 +1,17 @@
+Description: Fix spelling error in manpage
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Updated: 2015-12-30
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=110802
+Bug: https://rt.cpan.org/Ticket/Display.html?id=110802
+
+--- a/lib/Test/WWW/Selenium.pm
++++ b/lib/Test/WWW/Selenium.pm
+@@ -238,7 +238,7 @@ _is, _like, ... methods.
+ Sets the method to use when a corresponding selenium test is called and fails.
+ For example if you call text_like(...) and it fails the sub defined in the
+ error_callback will be called. This allows you to perform various tasks to
+-obtain additional details that occured when obtianing the error. If this is
++obtain additional details that occurred when obtianing the error. If this is
+ set to undef then the callback will not be issued.
+
+ =back
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8810115
--- /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-www-selenium-perl.git
More information about the Pkg-perl-cvs-commits
mailing list