r65442 - in /trunk/libcgi-application-plugin-authentication-perl/debian: ./ changelog compat control copyright libcgi-application-plugin-authentication-perl.examples patches/ patches/pod.patch patches/series rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Wed Dec 1 09:57:20 UTC 2010


Author: periapt-guest
Date: Wed Dec  1 09:57:12 2010
New Revision: 65442

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65442
Log:
[svn-inject] Applying Debian modifications (0.19-1) to trunk

Added:
    trunk/libcgi-application-plugin-authentication-perl/debian/
    trunk/libcgi-application-plugin-authentication-perl/debian/changelog
    trunk/libcgi-application-plugin-authentication-perl/debian/compat
    trunk/libcgi-application-plugin-authentication-perl/debian/control
    trunk/libcgi-application-plugin-authentication-perl/debian/copyright
    trunk/libcgi-application-plugin-authentication-perl/debian/libcgi-application-plugin-authentication-perl.examples
    trunk/libcgi-application-plugin-authentication-perl/debian/patches/
    trunk/libcgi-application-plugin-authentication-perl/debian/patches/pod.patch
    trunk/libcgi-application-plugin-authentication-perl/debian/patches/series
    trunk/libcgi-application-plugin-authentication-perl/debian/rules   (with props)
    trunk/libcgi-application-plugin-authentication-perl/debian/source/
    trunk/libcgi-application-plugin-authentication-perl/debian/source/format
    trunk/libcgi-application-plugin-authentication-perl/debian/watch

Added: trunk/libcgi-application-plugin-authentication-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/debian/changelog?rev=65442&op=file
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/debian/changelog (added)
+++ trunk/libcgi-application-plugin-authentication-perl/debian/changelog Wed Dec  1 09:57:12 2010
@@ -1,0 +1,5 @@
+libcgi-application-plugin-authentication-perl (0.19-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #605530)
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 30 Nov 2010 23:01:19 +0000

Added: trunk/libcgi-application-plugin-authentication-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/debian/compat?rev=65442&op=file
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/debian/compat (added)
+++ trunk/libcgi-application-plugin-authentication-perl/debian/compat Wed Dec  1 09:57:12 2010
@@ -1,0 +1,1 @@
+8

Added: 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=65442&op=file
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/debian/control (added)
+++ trunk/libcgi-application-plugin-authentication-perl/debian/control Wed Dec  1 09:57:12 2010
@@ -1,0 +1,31 @@
+Source: libcgi-application-plugin-authentication-perl
+Section: perl
+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 | perl-modules, libtest-mockobject-perl,
+ libtest-exception-perl, libtest-nowarnings-perl, libtest-taint-perl, 
+ libtest-without-module-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+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/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/
+
+Package: libcgi-application-plugin-authentication-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libcgi-application-perl,
+ 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,
+ libapache-htpasswd-perl, libcolor-calc-perl
+Description: authentication framework for CGI::Application
+ 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.

Added: trunk/libcgi-application-plugin-authentication-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/debian/copyright?rev=65442&op=file
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/debian/copyright (added)
+++ trunk/libcgi-application-plugin-authentication-perl/debian/copyright Wed Dec  1 09:57:12 2010
@@ -1,0 +1,32 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Cees Hek <ceeshek at gmail.com>
+Source: http://search.cpan.org/dist/CGI-Application-Plugin-Authentication/
+Name: CGI-Application-Plugin-Authentication
+
+Files: *
+Copyright: 2005, SiteSuite <http://www.sitesuite.com.au>,
+License: Artistic or GPL-1+
+
+Files: (portions of the code)
+Copyright: 2010, Nicholas Bamber <nicholas at periapt.co.uk>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Nicholas Bamber <nicholas at periapt.co.uk>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libcgi-application-plugin-authentication-perl/debian/libcgi-application-plugin-authentication-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/debian/libcgi-application-plugin-authentication-perl.examples?rev=65442&op=file
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/debian/libcgi-application-plugin-authentication-perl.examples (added)
+++ trunk/libcgi-application-plugin-authentication-perl/debian/libcgi-application-plugin-authentication-perl.examples Wed Dec  1 09:57:12 2010
@@ -1,0 +1,1 @@
+example/*

Added: trunk/libcgi-application-plugin-authentication-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/debian/patches/pod.patch?rev=65442&op=file
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/debian/patches/pod.patch (added)
+++ trunk/libcgi-application-plugin-authentication-perl/debian/patches/pod.patch Wed Dec  1 09:57:12 2010
@@ -1,0 +1,50 @@
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Subject: issues in pod
+Last-Update: 2010-12-01
+Forwarded: not-needed
+--- a/lib/CGI/Application/Plugin/Authentication.pm
++++ b/lib/CGI/Application/Plugin/Authentication.pm
+@@ -383,7 +383,7 @@
+ following suffixes (m h d w), which represent minutes, hours, days and weeks.  The default
+ is 0 which means the login will never timeout.
+ 
+-Note that the login is also dependant on the type of STORE that is used.  If the Session store is used,
++Note that the login is also dependent on the type of STORE that is used.  If the Session store is used,
+ and the session expires, then the login will also automatically expire.  The same goes for the Cookie
+ store.
+ 
+@@ -991,7 +991,7 @@
+ 
+ This method will return the number of failed login attempts have been made by this
+ user since the last successful login.  This is not a number that can be trusted,
+-as it is dependant on the underlying store to be able to return the correct value for
++as it is dependent on the underlying store to be able to return the correct value for
+ this user.  For example, if the store uses a cookie based session, the user trying
+ to login could delete their cookies, and hence get a new session which will not have
+ any login attempts listed.  The number will be cleared upon a successful login.
+--- a/lib/CGI/Application/Plugin/Authentication/Display/Basic.pm
++++ b/lib/CGI/Application/Plugin/Authentication/Display/Basic.pm
+@@ -106,6 +106,10 @@
+     return $html;
+ }
+ 
++=head1 NAME
++
++CGI::Application::Plugin::Authentication::Display::Basic - XHTML compliant login box
++
+ =head1 DESCRIPTION 
+ 
+ This module provides a login box that works out of the box but which can be 
+--- a/lib/CGI/Application/Plugin/Authentication/Display/Classic.pm
++++ b/lib/CGI/Application/Plugin/Authentication/Display/Classic.pm
+@@ -305,6 +305,10 @@
+ END
+ }
+ 
++=head1 NAME
++
++CGI::Application::Plugin::Authentication::Display::Classic - login form that works out of the box
++
+ =head1 DESCRIPTION 
+ 
+ This module provides a login box that works out of the box but which can be 

Added: trunk/libcgi-application-plugin-authentication-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/debian/patches/series?rev=65442&op=file
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/debian/patches/series (added)
+++ trunk/libcgi-application-plugin-authentication-perl/debian/patches/series Wed Dec  1 09:57:12 2010
@@ -1,0 +1,1 @@
+pod.patch

Added: trunk/libcgi-application-plugin-authentication-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/debian/rules?rev=65442&op=file
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/debian/rules (added)
+++ trunk/libcgi-application-plugin-authentication-perl/debian/rules Wed Dec  1 09:57:12 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libcgi-application-plugin-authentication-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libcgi-application-plugin-authentication-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/debian/source/format?rev=65442&op=file
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/debian/source/format (added)
+++ trunk/libcgi-application-plugin-authentication-perl/debian/source/format Wed Dec  1 09:57:12 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libcgi-application-plugin-authentication-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/debian/watch?rev=65442&op=file
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/debian/watch (added)
+++ trunk/libcgi-application-plugin-authentication-perl/debian/watch Wed Dec  1 09:57:12 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/CGI-Application-Plugin-Authentication/   .*/CGI-Application-Plugin-Authentication-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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