[libcatalyst-perl] 04/13: Update debian/patches/man-whatis.patch.

gregor herrmann gregoa at debian.org
Wed Aug 12 10:28:49 UTC 2015


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

gregoa pushed a commit to branch master
in repository libcatalyst-perl.

commit 02353fad0f9127d769ee08117e7323b32f5953c2
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Aug 12 11:18:56 2015 +0200

    Update debian/patches/man-whatis.patch.
    
    The POD error was moved into a different file, so adjust our patch.
---
 debian/patches/man-whatis.patch | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

diff --git a/debian/patches/man-whatis.patch b/debian/patches/man-whatis.patch
index f6a3197..1557dad 100644
--- a/debian/patches/man-whatis.patch
+++ b/debian/patches/man-whatis.patch
@@ -1,25 +1,30 @@
-Description: C::Middleware::Stash: =head1 TITLE -> NAME
+Description: C::Response::Writer: =head1 TITLE -> NAME
  Each manual page should start with a "NAME" section, which lists the
  name and a brief description of the page separated by "\-". The "NAME"
  section is parsed by lexgrog and used to generate a database that's
  queried by commands like apropos and whatis. This tag indicates that
  lexgrog was unable to parse the NAME section of this manual page.
  .
- Catalyst::Middleware::Stash for some reason has TITLE section which
+ Catalyst::Response::Writer for some reason has TITLE section which
  otherwise contains exactly what a NAME section would contain. This
  patch fixes that.
+ .
+ Same as https://rt.cpan.org/Ticket/Display.html?id=98005 , just in a
+ different file now.
 Author: Damyan Ivanov <dmn at debian.org>
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=98005
-Bug: https://rt.cpan.org/Ticket/Display.html?id=98005
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-08-12
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=106385
+Bug: https://rt.cpan.org/Ticket/Display.html?id=106385
 
---- a/lib/Catalyst/Middleware/Stash.pm
-+++ b/lib/Catalyst/Middleware/Stash.pm
-@@ -50,7 +50,7 @@ sub call {
-   return $self->app->($env);
+--- a/lib/Catalyst/Response/Writer.pm
++++ b/lib/Catalyst/Response/Writer.pm
+@@ -13,7 +13,7 @@
+   $self->write($line);
  }
  
--=head1 TITLE
+-=head1 TITLE 
 +=head1 NAME
  
- Catalyst::Middleware::Stash - The Catalyst stash - in middleware
+ Catalyst::Response::Writer - Proxy over the PSGI Writer
  

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



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