r26296 - in /trunk/libcatalyst-action-rest-perl/debian: changelog control copyright patches/01_fix_manpage patches/01_fix_pod2man patches/series

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Tue Oct 28 12:23:38 UTC 2008


Author: angelabad-guest
Date: Tue Oct 28 12:23:35 2008
New Revision: 26296

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26296
Log:
Fix copyright and patches for pod2man

Added:
    trunk/libcatalyst-action-rest-perl/debian/patches/01_fix_pod2man
Removed:
    trunk/libcatalyst-action-rest-perl/debian/patches/01_fix_manpage
Modified:
    trunk/libcatalyst-action-rest-perl/debian/changelog
    trunk/libcatalyst-action-rest-perl/debian/control
    trunk/libcatalyst-action-rest-perl/debian/copyright
    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=26296&op=diff
==============================================================================
--- trunk/libcatalyst-action-rest-perl/debian/changelog (original)
+++ trunk/libcatalyst-action-rest-perl/debian/changelog Tue Oct 28 12:23:35 2008
@@ -1,21 +1,14 @@
 libcatalyst-action-rest-perl (0.66-1) UNRELEASED; urgency=low
 
-  TODO:
-  - (necessary) debian/copyright: infomarion about inc/* is missing (=
-    copyright/license of libmodule-insall-perl)
-  - (optional) patch: refresh (http://pkg-perl.alioth.debian.org/howto/quilt.html
-    section 5) and add Author/Description header
-  - (the usual nasty stuff) the upstream code does not have an explicit
+  * (the usual nasty stuff) the upstream code does not have an explicit
     copyright (unless I missed it), deducing from the author seems plausible,
     a fix from upstream would be better
-  - (optional) wrap long lines in debian/control
-  - (question) are all these modules in Depends really hard depends or could
+  * (question) are all these modules in Depends really hard depends or could
     some of them be "downgraded" to Recommends/Suggests if they are only for
     optional features?
-  - (recommended) 2 lintian warnings about manpage-has-errors-from-pod2man
-  - (question) add libdata-serializer-perl to build dependencies?
-  gregoa
+  * (recommended) 2 lintian warnings about manpage-has-errors-from-pod2man
+  * (question) add libdata-serializer-perl to build dependencies?
   
   * Initial Release. (Closes: #501341)
 
- -- Angel Abad <angel at grupoikusnet.com>  Mon, 27 Oct 2008 10:11:26 +0100
+ -- Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>  Mon, 27 Oct 2008 10:11:26 +0100

Modified: trunk/libcatalyst-action-rest-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-action-rest-perl/debian/control?rev=26296&op=diff
==============================================================================
--- trunk/libcatalyst-action-rest-perl/debian/control (original)
+++ trunk/libcatalyst-action-rest-perl/debian/control Tue Oct 28 12:23:35 2008
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (>= 7), quilt (>= 0.40)
 Build-Depends-Indep: perl (>= 5.8.1), libcatalyst-perl (>= 5.7001), libclass-inspector-perl (>= 1.13), libdata-dump-perl, libdata-serializer-perl (>= 0.36), libwww-perl (>= 2.033), libparams-validate-perl (>= 0.76), liburi-find-perl, libyaml-syck-perl (>= 0.67), libjson-perl (>= 2.12), libjson-xs-perl (>= 2.22), libconfig-general-perl, libphp-serialization-perl, libfreezethaw-perl, libxml-simple-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Angel Abad <angel at grupoikusnet.com>
+Uploaders: Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Catalyst-Action-REST/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcatalyst-action-rest-perl/
@@ -18,5 +18,5 @@
  RESTful services in Catalyst.  It does this by extending the
  normal Catalyst dispatch mechanism to allow for different 
  subroutines to be called based on the HTTP Method requested, 
- while also transparently handling all the serialization/deserialization for
- you.
+ while also transparently handling all the 
+ serialization/deserialization for you.

Modified: trunk/libcatalyst-action-rest-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-action-rest-perl/debian/copyright?rev=26296&op=diff
==============================================================================
--- trunk/libcatalyst-action-rest-perl/debian/copyright (original)
+++ trunk/libcatalyst-action-rest-perl/debian/copyright Tue Oct 28 12:23:35 2008
@@ -10,7 +10,14 @@
 License: Artistic | GPL-1+
 
 Files: debian/*
-Copyright 2008, Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>
+Copyright: Copyright 2008, Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: inc/*
+Copyright: Copyright 2002 - 2008, Adam Kennedy <adamk at cpan.org>
+ Audrey Tang <autrijus at autrijus.org>
+ Brian Ingerson <ingy at cpan.org>
 License-Alias: Perl
 License: Artistic | GPL-1+
 

Added: trunk/libcatalyst-action-rest-perl/debian/patches/01_fix_pod2man
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-action-rest-perl/debian/patches/01_fix_pod2man?rev=26296&op=file
==============================================================================
--- trunk/libcatalyst-action-rest-perl/debian/patches/01_fix_pod2man (added)
+++ trunk/libcatalyst-action-rest-perl/debian/patches/01_fix_pod2man Tue Oct 28 12:23:35 2008
@@ -1,0 +1,51 @@
+--- a/lib/Catalyst/Controller/REST.pm
++++ b/lib/Catalyst/Controller/REST.pm
+@@ -461,6 +461,8 @@
+     ... do things after Serializing ...
+   }
+ 
++=back
++
+ =head1 A MILD WARNING
+ 
+ I have code in production using L<Catalyst::Controller::REST>.  That said,
+--- a/lib/Catalyst/Request/REST.pm
++++ b/lib/Catalyst/Request/REST.pm
+@@ -35,8 +35,6 @@
+ 
+ =head1 METHODS
+ 
+-=over 4 data
+-
+ If the request went through the Deserializer action, this method will
+ returned the deserialized data structure.
+ 
+@@ -44,6 +42,8 @@
+ 
+ __PACKAGE__->mk_accessors(qw(data accept_only));
+ 
++=over 4
++
+ =item accepted_content_types
+ 
+ Returns an array reference of content types accepted by the
+@@ -141,6 +141,8 @@
+     return grep { $_ eq $type } @{ $self->accepted_content_types };
+ }
+ 
++=back
++
+ =head1 AUTHOR
+ 
+ Adam Jacob <adam at stalecoffee.org>, with lots of help from mst and jrockway
+--- a/lib/Catalyst/Action/SerializeBase.pm
++++ b/lib/Catalyst/Action/SerializeBase.pm
+@@ -147,7 +147,7 @@
+ 
+ =head1 NAME
+ 
+-B<Catalyst::Action::SerializeBase>
++Catalyst::Action::SerializeBase - Serialize Base
+ 
+ Base class for Catalyst::Action::Serialize and Catlayst::Action::Deserialize.
+ 

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=26296&op=diff
==============================================================================
--- trunk/libcatalyst-action-rest-perl/debian/patches/series (original)
+++ trunk/libcatalyst-action-rest-perl/debian/patches/series Tue Oct 28 12:23:35 2008
@@ -1,1 +1,1 @@
-01_fix_manpage
+01_fix_pod2man




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