[libcgi-xmlapplication-perl] 05/06: Remove patch that fixed spelling errors

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Thu Aug 20 10:25:50 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 1f7c3c698be181797938b6f173a1033e822ec9e2
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Thu Aug 20 07:15:31 2015 -0300

    Remove patch that fixed spelling errors
    
    Is is already applied by upstream.
---
 debian/changelog                        |  2 ++
 debian/patches/fix-spelling-error.patch | 44 ---------------------------------
 debian/patches/series                   |  1 -
 3 files changed, 2 insertions(+), 45 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4d87c0e..ba9a3f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ libcgi-xmlapplication-perl (1.1.5-1) UNRELEASED; urgency=medium
   * Team upload.
   * Add debian/upstream/metadata
   * Import upstream version 1.1.5
+  * Remove patch that fixed spelling errors. Is is already applied by
+    upstream.
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Thu, 20 Aug 2015 07:10:52 -0300
 
diff --git a/debian/patches/fix-spelling-error.patch b/debian/patches/fix-spelling-error.patch
deleted file mode 100644
index 4559e45..0000000
--- a/debian/patches/fix-spelling-error.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-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
deleted file mode 100644
index 2475b92..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-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