r75388 - in /trunk/libcatalyst-engine-psgi-perl/debian: changelog	patches/ patches/series patches/spelling.patch
    ghedo-guest at users.alioth.debian.org 
    ghedo-guest at users.alioth.debian.org
       
    Sat Jun 11 12:02:46 UTC 2011
    
    
  
Author: ghedo-guest
Date: Sat Jun 11 12:02:23 2011
New Revision: 75388
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75388
Log:
re-add the spelling patch
Added:
    trunk/libcatalyst-engine-psgi-perl/debian/patches/
    trunk/libcatalyst-engine-psgi-perl/debian/patches/series
    trunk/libcatalyst-engine-psgi-perl/debian/patches/spelling.patch
Modified:
    trunk/libcatalyst-engine-psgi-perl/debian/changelog
Modified: trunk/libcatalyst-engine-psgi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-engine-psgi-perl/debian/changelog?rev=75388&op=diff
==============================================================================
--- trunk/libcatalyst-engine-psgi-perl/debian/changelog (original)
+++ trunk/libcatalyst-engine-psgi-perl/debian/changelog Sat Jun 11 12:02:23 2011
@@ -1,7 +1,7 @@
 libcatalyst-engine-psgi-perl (0.13+dfsg-1) UNRELEASED; urgency=low
 
   * New upstream release
-  * Drop spelling patch (fixed upstream)
+  * Update spelling patch
   * Update inc/* modules copyright years
 
  -- Alessandro Ghedini <al3xbio at gmail.com>  Sat, 11 Jun 2011 13:26:14 +0200
Added: trunk/libcatalyst-engine-psgi-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-engine-psgi-perl/debian/patches/series?rev=75388&op=file
==============================================================================
--- trunk/libcatalyst-engine-psgi-perl/debian/patches/series (added)
+++ trunk/libcatalyst-engine-psgi-perl/debian/patches/series Sat Jun 11 12:02:23 2011
@@ -1,0 +1,1 @@
+spelling.patch
Added: trunk/libcatalyst-engine-psgi-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-engine-psgi-perl/debian/patches/spelling.patch?rev=75388&op=file
==============================================================================
--- trunk/libcatalyst-engine-psgi-perl/debian/patches/spelling.patch (added)
+++ trunk/libcatalyst-engine-psgi-perl/debian/patches/spelling.patch Sat Jun 11 12:02:23 2011
@@ -1,0 +1,18 @@
+Description: correct a tiny spelling mistake
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>,
+ Alessandro Ghedini <al3xbio at gmail.com>
+Last-Update: 2011-06-11
+
+--- a/lib/Catalyst/Engine/PSGI.pm
++++ b/lib/Catalyst/Engine/PSGI.pm
+@@ -236,7 +236,7 @@
+ 
+ Your application is supposed to work with any PSGI servers without any
+ code modifications, but if your application uses C<< $c->res->write >>
+-to do streaming write, this engine will buffer the ouput until your
++to do streaming write, this engine will buffer the output until your
+ app finishes.
+ 
+ To do real streaming with this engine, you should implement an
    
    
More information about the Pkg-perl-cvs-commits
mailing list