r42675 - in /trunk/libcatalyst-modules-extra-perl: debian/NEWS debian/changelog debian/control debian/copyright tarballs/01/Catalyst-Plugin-Authentication-Credential-OpenID-0.03.tar.gz tarballs/packages.cfg

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Aug 24 20:38:27 UTC 2009


Author: jawnsy-guest
Date: Mon Aug 24 20:38:16 2009
New Revision: 42675

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42675
Log:
* Add Catalyst::Plugin::Setenv (Closes: #538942)
* Add C::P::Authentication::Credential::OpenID (Closes: #536286)
* Added a NEWS file to note all the module changes

Added:
    trunk/libcatalyst-modules-extra-perl/debian/NEWS
    trunk/libcatalyst-modules-extra-perl/tarballs/01/Catalyst-Plugin-Authentication-Credential-OpenID-0.03.tar.gz   (with props)
Modified:
    trunk/libcatalyst-modules-extra-perl/debian/changelog
    trunk/libcatalyst-modules-extra-perl/debian/control
    trunk/libcatalyst-modules-extra-perl/debian/copyright
    trunk/libcatalyst-modules-extra-perl/tarballs/packages.cfg

Added: trunk/libcatalyst-modules-extra-perl/debian/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-extra-perl/debian/NEWS?rev=42675&op=file
==============================================================================
--- trunk/libcatalyst-modules-extra-perl/debian/NEWS (added)
+++ trunk/libcatalyst-modules-extra-perl/debian/NEWS Mon Aug 24 20:38:16 2009
@@ -1,0 +1,12 @@
+libcatalyst-modules-extra-perl (4) UNRELEASED; urgency=low
+
+  * Catalyst::Plugin::FormValidator::Simple is removed, since it
+    depends on Catalyst::Plugin::FormValidator, which only exists
+    in stable and older
+  * Add Catalyst::Plugin::Setenv (Closes: #538942)
+  * Add C::P::Authentication::Credential::OpenID (Closes: #536286)
+  * Catalyst-Model-CDBI-CRUD and Catalyst-Plugin-FillInForm are
+    considered deprecated by upstream; they are candidate for removal
+    in a future release
+
+ -- Jonathan Yu <frequency at cpan.org>  Mon, 24 Aug 2009 12:35:49 -0400

Modified: trunk/libcatalyst-modules-extra-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-extra-perl/debian/changelog?rev=42675&op=diff
==============================================================================
--- trunk/libcatalyst-modules-extra-perl/debian/changelog (original)
+++ trunk/libcatalyst-modules-extra-perl/debian/changelog Mon Aug 24 20:38:16 2009
@@ -1,7 +1,8 @@
 libcatalyst-modules-extra-perl (4) UNRELEASED; urgency=low
 
   [ Jonathan Yu ]
-  * Add Catalyst::Plugin::Setenv
+  * Add Catalyst::Plugin::Setenv (Closes: #538942)
+  * Add C::P::Authentication::Credential::OpenID (Closes: #536286)
   * Standards-Version 3.8.3 (no changes)
   * Added myself to Uploaders and Copyright
   * Regenerate copyright and control file using the script
@@ -14,6 +15,7 @@
     Catalyst::Plugin::FormValidator, which is deprecated
   * Remove watch file, as it confuses PET/other tools. There is a check
     script that does the same thing anyway, only better.
+  * Added a NEWS file to note all the module changes
 
   [ Ryan Niebur ]
   * Take over for the Debian Perl Group

Modified: trunk/libcatalyst-modules-extra-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-extra-perl/debian/control?rev=42675&op=diff
==============================================================================
--- trunk/libcatalyst-modules-extra-perl/debian/control (original)
+++ trunk/libcatalyst-modules-extra-perl/debian/control Mon Aug 24 20:38:16 2009
@@ -36,6 +36,9 @@
  Catalyst::Model::CDBI::CRUD
  Create-Read-Update-Delete model class using Class::DBI
  .
+ Catalyst::Plugin::Authentication::Credential::OpenID
+ OpenID credential for Catalyst::Auth framework
+ .
  Catalyst::Plugin::Captcha
  Create and validate Captcha for Catalyst
  .
@@ -45,8 +48,5 @@
  Catalyst::Plugin::FillInForm
  FillInForm for Catalyst
  .
- Catalyst::Plugin::FormValidator::Simple
- Validator for Catalyst with FormValidator::Simple
- .
  Catalyst::Plugin::Setenv
  Deploy an environment (%ENV) using the Catalyst configuration

Modified: trunk/libcatalyst-modules-extra-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-extra-perl/debian/copyright?rev=42675&op=diff
==============================================================================
--- trunk/libcatalyst-modules-extra-perl/debian/copyright (original)
+++ trunk/libcatalyst-modules-extra-perl/debian/copyright Mon Aug 24 20:38:16 2009
@@ -1,7 +1,7 @@
 Format-Specification:
     http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
 
-Files: debian/*
+Files: debian/*, tarballs/check-upstream-versions, tarballs/packages.cfg
 Copyright: 2009, Jonathan Yu <frequency at cpan.org>
  2006, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
 License-Alias: Perl
@@ -10,6 +10,11 @@
 Files: tarballs/01/Catalyst-Model-CDBI-CRUD-0.04.tar.gz
 Copyright: Sebastian Riedel <sri at cpan.org>
 X-Upstream-Maintainers: Marcus Ramberg <mramberg at cpan.org>
+License: Artistic | GPL-1+
+
+Files: tarballs/01/Catalyst-Plugin-Authentication-Credential-OpenID-0.03.tar.gz
+Copyright: 2006-2007, Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+X-Upstream-Maintainers: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
 License: Artistic | GPL-1+
 
 Files: tarballs/01/Catalyst-Plugin-Captcha-0.03.tar.gz
@@ -30,11 +35,6 @@
 X-Upstream-Maintainers: Florian Ragwitz <rafl at debian.org>
 License: Artistic | GPL-1+
 
-Files: tarballs/01/Catalyst-Plugin-FormValidator-Simple-0.12.tar.gz
-Copyright: 2005, Lyo Kato <lyo.kato at gmail.com>
-X-Upstream-Maintainers: Lyo Kato <lyo.kato at gmail.com>
-License: Artistic | GPL-1+
-
 Files: tarballs/01/Catalyst-Plugin-Setenv-0.03.tar.gz
 Copyright: 2006, Jonathan Rockway <jrockway at cpan.org>
 X-Upstream-Maintainers: Marcus Ramberg <mramberg at cpan.org>

Added: trunk/libcatalyst-modules-extra-perl/tarballs/01/Catalyst-Plugin-Authentication-Credential-OpenID-0.03.tar.gz
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-extra-perl/tarballs/01/Catalyst-Plugin-Authentication-Credential-OpenID-0.03.tar.gz?rev=42675&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/libcatalyst-modules-extra-perl/tarballs/01/Catalyst-Plugin-Authentication-Credential-OpenID-0.03.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: trunk/libcatalyst-modules-extra-perl/tarballs/packages.cfg
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-extra-perl/tarballs/packages.cfg?rev=42675&op=diff
==============================================================================
--- trunk/libcatalyst-modules-extra-perl/tarballs/packages.cfg (original)
+++ trunk/libcatalyst-modules-extra-perl/tarballs/packages.cfg Mon Aug 24 20:38:16 2009
@@ -27,19 +27,18 @@
 
 <Catalyst-Plugin-FillInForm>
 watch		http://mirrors.kernel.org/cpan/modules/by-module/Catalyst/Catalyst-Plugin-FillInForm-([\d\.]+)\.tar\.gz
+description	FillInForm for Catalyst
 maintainer	Florian Ragwitz <rafl at debian.org>
-copyright	Sebastian Riedel <sri at cpan.org>
-copyright	Marcus Ramberg <mramberg at cpan.org>
-copyright	Jesse Sheidlower <jester at panix.com>
-copyright	Jay Hannah <jay at jays.net>
-description	FillInForm for Catalyst
+copyright	2005-2009, Sebastian Riedel <sri at cpan.org>
+copyright	2005-2009, Catalyst Core Team
 </Catalyst-Plugin-FillInForm>
 
 <Catalyst-Model-CDBI-CRUD>
 watch		http://mirrors.kernel.org/cpan/modules/by-module/Catalyst/Catalyst-Model-CDBI-CRUD-([\d\.]+)\.tar\.gz
 description	Create-Read-Update-Delete model class using Class::DBI
 maintainer	Marcus Ramberg <mramberg at cpan.org>
-copyright	Sebastian Riedel <sri at cpan.org>
+copyright	2005-2009, Sebastian Riedel <sri at cpan.org>
+copyright	2005-2009, Catalyst Core Team
 </Catalyst-Model-CDBI-CRUD>
 
 <Catalyst-Plugin-Captcha>
@@ -62,3 +61,10 @@
 maintainer	Marcus Ramberg <mramberg at cpan.org>
 copyright	2006, Jonathan Rockway <jrockway at cpan.org>
 </Catalyst-Plugin-Setenv>
+
+<Catalyst-Plugin-Authentication-Credential-OpenID>
+watch		http://mirrors.kernel.org/cpan/modules/by-module/Catalyst/Catalyst-Plugin-Authentication-Credential-OpenID-([\d\.]+)\.tar\.gz
+description	OpenID credential for Catalyst::Auth framework
+maintainer	Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+copyright	2006-2007, Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+</Catalyst-Plugin-Authentication-Credential-OpenID>




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