r65759 - in /trunk/libcgi-application-plugin-authentication-perl/debian: components/config components/copy components/install control

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Dec 11 18:50:29 UTC 2010


Author: periapt-guest
Date: Sat Dec 11 18:50:22 2010
New Revision: 65759

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65759
Log:
upgraded to pkg-components 0.2

Removed:
    trunk/libcgi-application-plugin-authentication-perl/debian/components/config
    trunk/libcgi-application-plugin-authentication-perl/debian/components/copy
    trunk/libcgi-application-plugin-authentication-perl/debian/components/install
Modified:
    trunk/libcgi-application-plugin-authentication-perl/debian/control

Modified: trunk/libcgi-application-plugin-authentication-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/debian/control?rev=65759&op=diff
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/debian/control (original)
+++ trunk/libcgi-application-plugin-authentication-perl/debian/control Sat Dec 11 18:50:22 2010
@@ -3,16 +3,16 @@
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl, libcgi-application-perl, libuniversal-require-perl,
- libclass-isa-perl | perl-modules (<< 5.12), libcgi-pm-perl | perl-modules,
- libdigest-sha1-perl, libcgi-application-basic-plugin-bundle-perl,
- libapache-htpasswd-perl, libcolor-calc-perl, libtest-warn-perl (>= 0.11),
- libtest-simple-perl (>= 0.93), libtest-mockobject-perl, libauthen-simple-perl,
- libtest-exception-perl, libtest-nowarnings-perl, libtest-taint-perl, 
- libtest-without-module-perl, libtest-regression-perl, libdbd-sqlite3-perl,
- libclass-inspector-perl, pkg-components, libdbix-class-perl, libclass-dbi-perl
+ perl-modules (<< 5.12) | libclass-isa-perl, libdigest-sha1-perl,
+ libcgi-application-basic-plugin-bundle-perl, libapache-htpasswd-perl,
+ libcolor-calc-perl, libtest-warn-perl (>= 0.11), libtest-simple-perl (>= 0.93),
+ libtest-mockobject-perl, libauthen-simple-perl, libtest-exception-perl,
+ libtest-nowarnings-perl, libtest-taint-perl, libtest-without-module-perl,
+ libtest-regression-perl, libdbd-sqlite3-perl, libclass-inspector-perl,
+ pkg-components (>= 0.2), libdbix-class-perl, libclass-dbi-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>,
- Jaldhar H. Vyas <jaldhar at braincells.com>
+ Jaldhar H. Vyas <jaldhar at debian.org>
 Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-Authentication/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/
@@ -24,9 +24,9 @@
  libclass-isa-perl | perl-modules (<< 5.12), libuniversal-require-perl,
  libcgi-pm-perl | perl-modules, libdigest-sha1-perl
 Recommends: libcgi-application-basic-plugin-bundle-perl
-Replaces: libcgi-application-extra-plugin-bundle-perl (<= 0.2)
+Replaces: libcgi-application-extra-plugin-bundle-perl (<< 0.3)
 Enhances: libcgi-application-extra-plugin-bundle-perl (>= 0.3)
-Breaks: libcgi-application-extra-plugin-bundle-perl (<= 0.2)
+Breaks: libcgi-application-extra-plugin-bundle-perl (<< 0.3)
 Provides: libcgi-application-plugin-authentication-driver-dbic-perl,
  libcgi-application-plugin-authentication-driver-cdbi-perl
 Suggests: libcgi-application-extra-plugin-bundle-perl (>= 0.3),
@@ -36,5 +36,8 @@
  CGI::Application::Plugin::Authentication adds the ability to authenticate 
  users in your CGI::Application modules. The module separates authentication
  into Drivers (backend logic), Store (cookie management etc) and Display
- (formulation of the login form). Several drivers are bundled with this 
- package.
+ (formulation of the login form). The following drivers are bundled with this 
+ package:
+ - CGI::Application::Plugin::Authentication::DBIC
+ - CGI::Application::Plugin::Authentication::CDBI
+




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