[libplack-middleware-session-perl] 03/05: Drop spelling-error-in-manpage.patch, writ_e_able is a less common but valid spelling

Florian Schlichting fsfs at alioth.debian.org
Sat Nov 2 13:06:28 UTC 2013


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

fsfs pushed a commit to branch master
in repository libplack-middleware-session-perl.

commit 28dc5757d43f211be65a9ab7f95c37b858ecb7d8
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sat Nov 2 13:54:30 2013 +0100

    Drop spelling-error-in-manpage.patch, writ_e_able is a less common but valid spelling
---
 debian/patches/series                          |    1 -
 debian/patches/spelling-error-in-manpage.patch |   25 ------------------------
 2 files changed, 26 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index 7e0ae23..a2a2aa2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-spelling-error-in-manpage.patch
 switch-to-digest-sha.patch
diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch
deleted file mode 100644
index 2877d42..0000000
--- a/debian/patches/spelling-error-in-manpage.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Description: Fix spelling error. writeable -> writable
-Author: Dave Walker (Daviey) <DaveWalker at ubuntu.com>
-Forwarded: no
-Last-Update: 2011-07-26
-
---- a/lib/Plack/Session/Store/File.pm
-+++ b/lib/Plack/Session/Store/File.pm
-@@ -20,7 +20,7 @@
- 
-     $params{'dir'} ||= $ENV{TMPDIR} || '/tmp';
- 
--    die "Storage directory (" . $params{'dir'} . ") is not writeable"
-+    die "Storage directory (" . $params{'dir'} . ") is not writable"
-         unless -w $params{'dir'};
- 
-     $params{'serializer'}   ||= sub { Storable::lock_nstore( @_ ) };
-@@ -111,7 +111,7 @@
- =item B<new ( %params )>
- 
- The C<%params> can include I<dir>, I<serializer> and I<deserializer>
--options. It will check to be sure that the I<dir> is writeable for
-+options. It will check to be sure that the I<dir> is writable for
- you.
- 
- =item B<dir>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libplack-middleware-session-perl.git



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