r51785 - in /trunk/libcatalyst-perl/debian: NEWS README.source changelog patches/ patches/fix-pod-spelling.patch patches/series

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jan 30 02:10:33 UTC 2010


Author: jawnsy-guest
Date: Sat Jan 30 02:10:16 2010
New Revision: 51785

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51785
Log:
* Add a patch to fix POD spelling
* Rewrite eloy's NEWS entries slightly

Added:
    trunk/libcatalyst-perl/debian/README.source
    trunk/libcatalyst-perl/debian/patches/
    trunk/libcatalyst-perl/debian/patches/fix-pod-spelling.patch
    trunk/libcatalyst-perl/debian/patches/series
Modified:
    trunk/libcatalyst-perl/debian/NEWS
    trunk/libcatalyst-perl/debian/changelog

Modified: trunk/libcatalyst-perl/debian/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-perl/debian/NEWS?rev=51785&op=diff
==============================================================================
--- trunk/libcatalyst-perl/debian/NEWS (original)
+++ trunk/libcatalyst-perl/debian/NEWS Sat Jan 30 02:10:16 2010
@@ -1,20 +1,22 @@
 libcatalyst-perl (5.7004-1) unstable; urgency=low
 
-  * Catalyst::Manual is separated from Catalyst::Runtime, You can find 
-    Catalyst::Manual in libcatalyst-modules-perl package
+  Catalyst::Manual is separated from Catalyst::Runtime due to licensing
+  issues. You can now find Catalyst::Manual in libcatalyst-modules-perl
+  package.
 
  -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Tue,  7 Nov 2006 23:05:08 +0100
 
 libcatalyst-perl (5.69-5.70pre1-1) experimental; urgency=low
 
-  * From now libcatalyst-perl contains only Catalyst::Runtime library,
-    Catalyst::Devel is on libcatalyst-modules-package
+  This package now only contains the Catalyst::Runtime library. Many
+  other modules, including Catalyst::Devel, can be found in the bundle
+  libcatalyst-modules-perl package.
   
  -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Tue, 27 Jun 2006 17:31:20 +0200
 
 libcatalyst-perl (5.49.02-1) experimental; urgency=low
 
-  * The Apache engines have been separated out into their own package
-    (CPAN: Catalyst::Engine::Apache, Debian: libcatalyst-engine-apache-perl).
+  The Apache engines have been separated out into their own package
+  (CPAN: Catalyst::Engine::Apache, Debian: libcatalyst-engine-apache-perl).
   
  -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Sun, 30 Oct 2005 17:51:56 +0100

Added: trunk/libcatalyst-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-perl/debian/README.source?rev=51785&op=file
==============================================================================
--- trunk/libcatalyst-perl/debian/README.source (added)
+++ trunk/libcatalyst-perl/debian/README.source Sat Jan 30 02:10:16 2010
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+ 
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/libcatalyst-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-perl/debian/changelog?rev=51785&op=diff
==============================================================================
--- trunk/libcatalyst-perl/debian/changelog (original)
+++ trunk/libcatalyst-perl/debian/changelog Sat Jan 30 02:10:16 2010
@@ -5,12 +5,14 @@
   * Add dependency on namespace::clean 0.13
   * Change perl-modules to perl, per policy
   * Standards-Version 3.8.4 (no changes)
+  * Add a patch to fix POD spelling
+  * Rewrite eloy's NEWS entries slightly
 
   [ Krzysztof Krzyżaniak (eloy) ]
   * Add perl-modules (>= 5.10.0) as alternative to libmodule-pluggable-perl in
     dependencies
 
- -- Jonathan Yu <jawnsy at cpan.org>  Fri, 29 Jan 2010 20:44:18 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Fri, 29 Jan 2010 21:21:19 -0500
 
 libcatalyst-perl (5.80018-1) unstable; urgency=low
 

Added: trunk/libcatalyst-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-perl/debian/patches/fix-pod-spelling.patch?rev=51785&op=file
==============================================================================
--- trunk/libcatalyst-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libcatalyst-perl/debian/patches/fix-pod-spelling.patch Sat Jan 30 02:10:16 2010
@@ -1,0 +1,34 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Catalyst/Engine.pm
++++ b/lib/Catalyst/Engine.pm
+@@ -705,13 +705,13 @@
+ 
+ =head2 $self->env
+ 
+-Hash containing enviroment variables including many special variables inserted
++Hash containing environment variables including many special variables inserted
+ by WWW server - like SERVER_*, REMOTE_*, HTTP_* ...
+ 
+-Before accesing enviroment variables consider whether the same information is
++Before accessing environment variables consider whether the same information is
+ not directly available via Catalyst objects $c->request, $c->engine ...
+ 
+-BEWARE: If you really need to access some enviroment variable from your Catalyst
++BEWARE: If you really need to access some environment variable from your Catalyst
+ application you should use $c->engine->env->{VARNAME} instead of $ENV{VARNAME},
+ as in some enviroments the %ENV hash does not contain what you would expect.
+ 
+--- a/script/catalyst.pl
++++ b/script/catalyst.pl
+@@ -142,7 +142,7 @@
+ 
+ =item C<myapp_test.pl>
+ 
+-runs an action of the generated application from the comand line.
++runs an action of the generated application from the command line.
+ 
+ =back
+ 

Added: trunk/libcatalyst-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-perl/debian/patches/series?rev=51785&op=file
==============================================================================
--- trunk/libcatalyst-perl/debian/patches/series (added)
+++ trunk/libcatalyst-perl/debian/patches/series Sat Jan 30 02:10:16 2010
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch




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