r52913 - in /trunk/libfcgi-perl/debian: changelog control patches/fix-pod-spelling.patch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Feb 17 00:46:18 UTC 2010


Author: jawnsy-guest
Date: Wed Feb 17 00:45:35 2010
New Revision: 52913

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52913
Log:
Rewrite control description (Closes: #553363)

Modified:
    trunk/libfcgi-perl/debian/changelog
    trunk/libfcgi-perl/debian/control
    trunk/libfcgi-perl/debian/patches/fix-pod-spelling.patch

Modified: trunk/libfcgi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfcgi-perl/debian/changelog?rev=52913&op=diff
==============================================================================
--- trunk/libfcgi-perl/debian/changelog (original)
+++ trunk/libfcgi-perl/debian/changelog Wed Feb 17 00:45:35 2010
@@ -1,10 +1,7 @@
 libfcgi-perl (0.69-1) UNRELEASED; urgency=low
 
-  TODO:
-  - #553363 could be easily fixed
-  - patch applies with an offset
-
   * New upstream release
+  * Rewrite control description (Closes: #553363)
   * Standards-Version 3.8.4 (no changes)
 
  -- Jonathan Yu <jawnsy at cpan.org>  Tue, 16 Feb 2010 16:00:25 -0500

Modified: trunk/libfcgi-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfcgi-perl/debian/control?rev=52913&op=diff
==============================================================================
--- trunk/libfcgi-perl/debian/control (original)
+++ trunk/libfcgi-perl/debian/control Wed Feb 17 00:45:35 2010
@@ -13,8 +13,11 @@
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
 Description: helper module for FastCGI
- FCGI is a Perl helper module for FastCGI, a language-independent, scalable,
- open extension to CGI that provides high performance without the limitations
- of server-specific APIs.
+ FCGI is a simple Perl module for writing FastCGI applications. FastCGI is a
+ language-independent, scalable, open extension to CGI that provides faster
+ performance by keeping programs persistent in memory and allowing them to
+ handle multiple requests. This module provides the core interface needed to
+ write these applications.
  .
- For more information, see <URL:http://fastcgi.com/>.
+ For complex applications, you should consider a more full-featured solution
+ such as Plack or Catalyst (see libcatalyst-perl).

Modified: trunk/libfcgi-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfcgi-perl/debian/patches/fix-pod-spelling.patch?rev=52913&op=diff
==============================================================================
--- trunk/libfcgi-perl/debian/patches/fix-pod-spelling.patch (original)
+++ trunk/libfcgi-perl/debian/patches/fix-pod-spelling.patch Wed Feb 17 00:45:35 2010
@@ -4,7 +4,7 @@
 Forwarded: no
 --- a/FCGI.PL
 +++ b/FCGI.PL
-@@ -436,7 +436,7 @@
+@@ -437,7 +437,7 @@
  =item error perl file handle (default: \*STDERR)
  
  These filehandles will be setup to act as input/output/error




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