r46284 - in /trunk/libcatalyst-modules-perl: debian/NEWS debian/changelog debian/control debian/copyright tarballs/01/Catalyst-Plugin-DefaultEnd-0.08.tar.gz tarballs/packages.cfg

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Oct 24 03:18:30 UTC 2009


Author: jawnsy-guest
Date: Sat Oct 24 03:18:18 2009
New Revision: 46284

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46284
Log:
  01 to 02 sequence order; needs the new CatalystX::Component::Traits
* Moved Catalyst::Controller::FormBuilder from 04 to 05 sequence order
  since it needs Catalyst::Plugin::Authorization::Roles
  - Catalyst::Plugin::DefaultEnd

Removed:
    trunk/libcatalyst-modules-perl/tarballs/01/Catalyst-Plugin-DefaultEnd-0.08.tar.gz
Modified:
    trunk/libcatalyst-modules-perl/debian/NEWS
    trunk/libcatalyst-modules-perl/debian/changelog
    trunk/libcatalyst-modules-perl/debian/control
    trunk/libcatalyst-modules-perl/debian/copyright
    trunk/libcatalyst-modules-perl/tarballs/packages.cfg

Modified: trunk/libcatalyst-modules-perl/debian/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/debian/NEWS?rev=46284&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/debian/NEWS (original)
+++ trunk/libcatalyst-modules-perl/debian/NEWS Sat Oct 24 03:18:18 2009
@@ -7,6 +7,8 @@
     - Catalyst::Plugin::Dumper
   * Removed: Catalyst::Plugin::XMLRPC, as it is deprecated by
     Catalyst::Plugin::Server, which offers the same functionality
+  * Removed: Catalyst::Plugin::DefaultEnd, as it is deprecated by
+    Catalyst::Action::RenderView
   * Removed: Catalyst::Plugin::Server does not build because the
     interface has changed in RPC::XML 0.69. It will be moved into
     its own package so that Debian can apply our own patches.

Modified: trunk/libcatalyst-modules-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/debian/changelog?rev=46284&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/debian/changelog (original)
+++ trunk/libcatalyst-modules-perl/debian/changelog Sat Oct 24 03:18:18 2009
@@ -3,12 +3,14 @@
   [ Jonathan Yu ]
   * Add Catalyst-Plugin-Session-Store-Cache for MojoMojo
   * Moved Catalyst::Model::DBI and Catalyst::Model::DBIC::Schema from
-    01 to 02 sequence order. It needs the new CatalystX-Component-Traits
-  * Remove modules considered dead upstream:
+    01 to 02 sequence order; needs the new CatalystX::Component::Traits
+  * Moved Catalyst::Controller::FormBuilder from 04 to 05 sequence order
+    since it needs Catalyst::Plugin::Authorization::Roles
     - Catalyst::Plugin::Prototype
     - Catalyst::Plugin::HTML::Widget
     - Catalyst::Plugin::Dumper
     - Catalyst::Plugin::XMLRPC
+    - Catalyst::Plugin::DefaultEnd
   * Remove modules with unresponsive upstream + missing copyright:
     - Catalyst::Plugin::Flavour
     - Catalyst::Authentication::Credential::Authen::Simple

Modified: trunk/libcatalyst-modules-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/debian/control?rev=46284&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/debian/control (original)
+++ trunk/libcatalyst-modules-perl/debian/control Sat Oct 24 03:18:18 2009
@@ -71,9 +71,6 @@
  Catalyst::Plugin::ConfigLoader
  Load config files of various types
  .
- Catalyst::Plugin::DefaultEnd
- Sensible default end action
- .
  Catalyst::Plugin::Session
  Generic Session plugin, ties together server side storage and client side
  state required to maintain session data.
@@ -138,9 +135,6 @@
  Catalyst::Authentication::Store::DBIx::Class
  A storage class for Catalyst Authentication using DBIx::Class
  .
- Catalyst::Controller::FormBuilder
- Catalyst FormBuilder Base Controller
- .
  Catalyst::Plugin::Authorization::ACL
  ACL support for Catalyst applications
  .
@@ -156,5 +150,8 @@
  Catalyst::Component::InstancePerContext
  Moose role to create only one instance of component per context
  .
+ Catalyst::Controller::FormBuilder
+ Catalyst FormBuilder Base Controller
+ .
  Catalyst::Controller::HTML::FormFu
  Catalyst integration for HTML::FormFu

Modified: trunk/libcatalyst-modules-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/debian/copyright?rev=46284&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/debian/copyright (original)
+++ trunk/libcatalyst-modules-perl/debian/copyright Sat Oct 24 03:18:18 2009
@@ -28,11 +28,6 @@
 Files: tarballs/01/Catalyst-Plugin-ConfigLoader-0.27.tar.gz
 Copyright: 2006-2009, Brian Cassidy <bricas at cpan.org>
 X-Upstream-Maintainers: Brian Cassidy <bricas at cpan.org>
-License: Artistic | GPL-1+
-
-Files: tarballs/01/Catalyst-Plugin-DefaultEnd-0.08.tar.gz
-Copyright: 2005-2009, Marcus Ramberg <mramberg at cpan.org>
-X-Upstream-Maintainers: Marcus Ramberg <mramberg at cpan.org>
 License: Artistic | GPL-1+
 
 Files: tarballs/01/Catalyst-Plugin-Session-0.27.tar.gz
@@ -166,11 +161,6 @@
 Files: tarballs/04/Catalyst-Authentication-Store-DBIx-Class-0.1082.tar.gz
 Copyright: 2007, Jason Kuri <jayk at cpan.org>
 X-Upstream-Maintainers: Jason Kuri <jayk at cpan.org>
-License: Artistic | GPL-1+
-
-Files: tarballs/04/Catalyst-Controller-FormBuilder-0.05.tar.gz
-Copyright: 2006, Juan Camacho <formbuilder at suspenda.com>
-X-Upstream-Maintainers: Matt S Trout <perl-stuff at trout.me.uk>
 License: Artistic | GPL-1+
 
 Files: tarballs/04/Catalyst-Plugin-Authorization-ACL-0.15.tar.gz
@@ -208,6 +198,11 @@
 X-Upstream-Maintainers: Guillermo Roditi <groditi at cpan.org>
 License: Artistic | GPL-1+
 
+Files: tarballs/05/Catalyst-Controller-FormBuilder-0.05.tar.gz
+Copyright: 2006, Juan Camacho <formbuilder at suspenda.com>
+X-Upstream-Maintainers: Matt S Trout <perl-stuff at trout.me.uk>
+License: Artistic | GPL-1+
+
 Files: tarballs/05/Catalyst-Controller-HTML-FormFu-0.05000.tar.gz
 Copyright: 2007, Carl Franks <cfranks at cpan.org>
 X-Upstream-Maintainers: Carl Franks <cfranks at cpan.org>

Modified: trunk/libcatalyst-modules-perl/tarballs/packages.cfg
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-perl/tarballs/packages.cfg?rev=46284&op=diff
==============================================================================
--- trunk/libcatalyst-modules-perl/tarballs/packages.cfg (original)
+++ trunk/libcatalyst-modules-perl/tarballs/packages.cfg Sat Oct 24 03:18:18 2009
@@ -59,13 +59,6 @@
 copyright       2006-2009, Dan Dascalescu <dandv at cpan.org>
 copyright       2006-2009, Aran Deltac <bluefeet at cpan.org>
 </Catalyst-Model-DBIC-Schema>
-
-<Catalyst-Plugin-DefaultEnd>
-watch           http://search.cpan.org/dist/Catalyst-Plugin-DefaultEnd/Catalyst-Plugin-DefaultEnd-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
-description     Sensible default end action
-maintainer      Marcus Ramberg <mramberg at cpan.org>
-copyright       2005-2009, Marcus Ramberg <mramberg at cpan.org>
-</Catalyst-Plugin-DefaultEnd>
 
 <Catalyst-Log-Log4perl>
 watch           http://search.cpan.org/dist/Catalyst-Log-Log4perl/Catalyst-Log-Log4perl-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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