[SCM] Debian packaging of libdancer-perl branch, master, updated. debian/1.3090+dfsg-1-5-gd0771ff

gregor herrmann gregoa at debian.org
Sat Dec 17 16:17:16 UTC 2011


The following commit has been merged in the master branch:
commit 3df21c63cb473c193a4d393d1374429ac48bdc70
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Dec 17 17:08:54 2011 +0100

    Remove pod-spelling.patch, applied upstream.

diff --git a/debian/patches/pod-spelling.patch b/debian/patches/pod-spelling.patch
deleted file mode 100644
index 396b47d..0000000
--- a/debian/patches/pod-spelling.patch
+++ /dev/null
@@ -1,70 +0,0 @@
-Description: fix spelling errors in POD
-Bug: https://rt.cpan.org/Ticket/Display.html?id=73258
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=73258
-Author: Damyan Ivanov <dmn at debian.org>
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-12-14
-Applied-Upstream: *** FIXME ***
-
---- a/lib/Dancer/FileUtils.pm
-+++ b/lib/Dancer/FileUtils.pm
-@@ -220,7 +220,7 @@
- Returns either the content of a file (whose filename is the input), I<undef>
- if the file could not be opened.
- 
--In array context it returns each line (as defined by $/) as a seperate element;
-+In array context it returns each line (as defined by $/) as a separate element;
- in scalar context returns the entire contents of the file.
- 
- =head2 read_glob_content
---- a/lib/Dancer/Deprecation.pm
-+++ b/lib/Dancer/Deprecation.pm
-@@ -66,7 +66,7 @@
- 
- =back
- 
--You can call the method with no arguments, and a default message using informations from C<caller> will be build for you.
-+You can call the method with no arguments, and a default message using information from C<caller> will be build for you.
- 
- =head1 LICENSE
- 
---- a/lib/Dancer/Route/Cache.pm
-+++ b/lib/Dancer/Route/Cache.pm
-@@ -161,7 +161,7 @@
- A major drawback is that L<Dancer> has to go over the matching on every request,
- which (especially on CGI-based applications) can be very time consuming.
- 
--The caching mechanism allows to cache some requests to specific routes (but
-+The caching mechanism allows one to cache some requests to specific routes (but
- B<NOT> specific results) and run those routes on a specific path. This allows us
- to speed up L<Dancer> quite a lot.
- 
-@@ -215,7 +215,7 @@
- 
- =head2 size_limit($limit)
- 
--Allows to set a size limit of the cache.
-+Allows one to set a size limit of the cache.
- 
- Returns the limit (post-set).
- 
---- a/lib/Dancer/Exception.pm
-+++ b/lib/Dancer/Exception.pm
-@@ -216,7 +216,7 @@
- implementation.
- 
- If the exception class name starts with a C<+>, then the
--C<Dancer::Exception::Base::> won't be added. This allows to build their own
-+C<Dancer::Exception::Base::> won't be added. This allows one to build their own
- exception class hierarchy, but you should first look at C<register_exception>
- before implementing your own class hierarchy. If you really wish to build your
- own exception class hierarchy, we recommend that all exceptions inherit of
-@@ -229,7 +229,7 @@
- 
- =head2 register_exception
- 
--This method allows to register custom exceptions, usable by Dancer users in
-+This method allows one to register custom exceptions, usable by Dancer users in
- their route code (actually pretty much everywhere).
- 
-   # simple exception
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ad85da2..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-pod-spelling.patch

-- 
Debian packaging of libdancer-perl



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