--- libjifty-plugin-authentication-cas-perl-1.00.orig/debian/control +++ libjifty-plugin-authentication-cas-perl-1.00/debian/control @@ -0,0 +1,22 @@ +Source: libjifty-plugin-authentication-cas-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-12), libjifty-perl (>= 0.90519), + libauthen-cas-client-perl +Maintainer: Debian Perl Group +Uploaders: AGOSTINI Yves +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Jifty-Plugin-Authentication-CAS/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libjifty-plugin-authentication-cas-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libjifty-plugin-authentication-cas-perl/ + +Package: libjifty-plugin-authentication-cas-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libjifty-perl (>= 0.90519-1), + libauthen-cas-client-perl +Description: JA-SIG CAS authentication plugin for Jifty + Jifty::Plugin::Authentication::CAS provides JA-SIG CAS SSO authentication for + your Jifty application. This authentication is added to your User model. You + can mix this authentication with other Jifty authentication plugins like + email/password or ldap. --- libjifty-plugin-authentication-cas-perl-1.00.orig/debian/copyright +++ libjifty-plugin-authentication-cas-perl-1.00/debian/copyright @@ -0,0 +1,34 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Yves Agostini, +Upstream-Source: http://search.cpan.org/dist/Jifty-Plugin-Authentication-CAS/ +Upstream-Name: Jifty-Plugin-Authentication-CAS + +Files: * +Copyright: 2007-2009, Yves Agostini +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: inc/* +Copyright: Copyright 2002 - 2008 by Brian Ingerson, Audrey Tang and Adam Kennedy. +License: GPL-1+ | Artistic + This program is free software; you can redistribute it and/or modify it under + the same terms as Perl itself. + +Files: debian/* +Copyright: 2009, AGOSTINI Yves +License: Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libjifty-plugin-authentication-cas-perl-1.00.orig/debian/watch +++ libjifty-plugin-authentication-cas-perl-1.00/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Jifty-Plugin-Authentication-CAS/ .*/Jifty-Plugin-Authentication-CAS-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libjifty-plugin-authentication-cas-perl-1.00.orig/debian/compat +++ libjifty-plugin-authentication-cas-perl-1.00/debian/compat @@ -0,0 +1 @@ +7 --- libjifty-plugin-authentication-cas-perl-1.00.orig/debian/changelog +++ libjifty-plugin-authentication-cas-perl-1.00/debian/changelog @@ -0,0 +1,5 @@ +libjifty-plugin-authentication-cas-perl (1.00-1) unstable; urgency=low + + * Initial Release. (Closes: #532676) + + -- AGOSTINI Yves Thu, 11 Jun 2009 09:07:52 +0200 --- libjifty-plugin-authentication-cas-perl-1.00.orig/debian/rules +++ libjifty-plugin-authentication-cas-perl-1.00/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@