[libcgi-xmlapplication-perl] 04/07: Update spelling error patch with new ones

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Mon Aug 17 12:36:44 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libcgi-xmlapplication-perl.

commit 97310cf5e53350ac5236dd8b663dc3cc8cf0fce6
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Aug 17 09:08:03 2015 -0300

    Update spelling error patch with new ones
---
 debian/changelog                        |  3 +--
 debian/patches/fix-spelling-error.patch | 44 +++++++++++++++++++++++++++++++++
 debian/patches/series                   |  1 +
 3 files changed, 46 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0c22b63..8a7f900 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,7 @@ libcgi-xmlapplication-perl (1.1.4-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * Import upstream version 1.1.4
-  * Remove spelling error patch. Upstream already fixed it
-    (https://rt.cpan.org/Public/Bug/Display.html?id=105203)
+  * Update spelling error patch with new ones
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Mon, 17 Aug 2015 08:51:13 -0300
 
diff --git a/debian/patches/fix-spelling-error.patch b/debian/patches/fix-spelling-error.patch
new file mode 100644
index 0000000..4559e45
--- /dev/null
+++ b/debian/patches/fix-spelling-error.patch
@@ -0,0 +1,44 @@
+Description: fix spelling error in manpage
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Update: 2015-08-17
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=106488
+Bug: https://rt.cpan.org/Ticket/Display.html?id=106488
+
+--- a/XMLApplication.pm
++++ b/XMLApplication.pm
+@@ -807,7 +807,7 @@ B<testEvent()> by the B<run()> function.
+ 
+ =item method sendEvent SCALAR
+ 
+-Sometimes it could be neccessary to send an event by your own (the
++Sometimes it could be necessary to send an event by your own (the
+ script's) initiative. A possible example could be if you don't have
+ client input but path_info data, which determinates how the script
+ should behave or session information is missing, so the client should
+@@ -869,7 +869,7 @@ Example:
+ CGI::XMLApplication knows three implicit events which are more or less
+ independent to client responses: They are 'init', 'exit', and
+ 'default'. These events already exist for any
+-CGI::XMLApplication. They need not to be implemented separatly if they
++CGI::XMLApplication. They need not to be implemented separately if they
+ make no sense for the application.
+ 
+ =over 4
+@@ -1109,7 +1109,7 @@ the way CGI::XMLApplication selects even
+ This a simple error message handler. By default this function will
+ print some information to the client where the application
+ failed. During development, this is a useful feature, while on a production
+-system this may pass vunerable informations about the system to the
++system this may pass vunerable information about the system to the
+ clients. To change the default behaviour, I<$CGI::XMLApplication::Quiet>
+ should get set to 1. This will still show an error page but without
+ displaying error messages. Alternatively, the panic method can be overloaded.
+@@ -1146,7 +1146,7 @@ CGI.pm
+ 
+ =item function checkFields LIST
+ 
+-This is an easy way to test wether all required fields are filled out
++This is an easy way to test whether all required fields are filled out
+ correctly. Called in array context the function returns the list of
+ missing parameter. (Different to param() which returns all parameter names).
+ In scalar context the function returns a boolean value.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2475b92
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-error.patch

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



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