r51146 - in /trunk/libcatalyst-action-rest-perl/debian: changelog control libcatalyst-action-rest-perl.docs patches/fix-pod-spelling.patch patches/series

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Jan 17 18:50:03 UTC 2010


Author: jawnsy-guest
Date: Sun Jan 17 18:49:55 2010
New Revision: 51146

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51146
Log:
* No longer install TODO in .docs
* Add FreezeThaw (libfreezethaw-perl) to Suggests
* Add patch to fix POD typos

Added:
    trunk/libcatalyst-action-rest-perl/debian/patches/fix-pod-spelling.patch
Removed:
    trunk/libcatalyst-action-rest-perl/debian/libcatalyst-action-rest-perl.docs
Modified:
    trunk/libcatalyst-action-rest-perl/debian/changelog
    trunk/libcatalyst-action-rest-perl/debian/control
    trunk/libcatalyst-action-rest-perl/debian/patches/series

Modified: trunk/libcatalyst-action-rest-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-action-rest-perl/debian/changelog?rev=51146&op=diff
==============================================================================
--- trunk/libcatalyst-action-rest-perl/debian/changelog (original)
+++ trunk/libcatalyst-action-rest-perl/debian/changelog Sun Jan 17 18:49:55 2010
@@ -1,8 +1,11 @@
 libcatalyst-action-rest-perl (0.81-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * No longer install TODO in .docs
+  * Add FreezeThaw (libfreezethaw-perl) to Suggests
+  * Add patch to fix POD typos
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 17 Jan 2010 13:45:42 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 17 Jan 2010 13:54:00 -0500
 
 libcatalyst-action-rest-perl (0.80-1) unstable; urgency=low
 

Modified: trunk/libcatalyst-action-rest-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-action-rest-perl/debian/control?rev=51146&op=diff
==============================================================================
--- trunk/libcatalyst-action-rest-perl/debian/control (original)
+++ trunk/libcatalyst-action-rest-perl/debian/control Sun Jan 17 18:49:55 2010
@@ -21,7 +21,7 @@
  libnamespace-autoclean-perl, libmro-compat-perl (>= 0.10), liburi-find-perl,
  libwww-perl, libyaml-syck-perl
 Suggests: libphp-serialization-perl, libconfig-general-perl,
- libxml-simple-perl
+ libxml-simple-perl, libfreezethaw-perl
 Description: module for automatic REST method dispatching
  Catalyst::Action::REST is a Catalyst Action that handles doing automatic
  method dispatching for REST requests. It takes a normal Catalyst action, and

Added: trunk/libcatalyst-action-rest-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-action-rest-perl/debian/patches/fix-pod-spelling.patch?rev=51146&op=file
==============================================================================
--- trunk/libcatalyst-action-rest-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libcatalyst-action-rest-perl/debian/patches/fix-pod-spelling.patch Sun Jan 17 18:49:55 2010
@@ -1,0 +1,15 @@
+Description: fix POD spelling
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Catalyst/Controller/REST.pm
++++ b/lib/Catalyst/Controller/REST.pm
+@@ -138,7 +138,7 @@
+ =item * C<text/html> => C<YAML::HTML>
+ 
+ This uses L<YAML::Syck> and L<URI::Find> to generate YAML with all URLs turned
+-to hyperlinks.  Only useable for Serialization.
++to hyperlinks.  Only usable for Serialization.
+ 
+ =item * C<application/json> => C<JSON>
+ 

Modified: trunk/libcatalyst-action-rest-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-action-rest-perl/debian/patches/series?rev=51146&op=diff
==============================================================================
--- trunk/libcatalyst-action-rest-perl/debian/patches/series (original)
+++ trunk/libcatalyst-action-rest-perl/debian/patches/series Sun Jan 17 18:49:55 2010
@@ -1,1 +1,2 @@
 fix-whatis.patch
+fix-pod-spelling.patch




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