--- libjifty-plugin-authentication-facebook-perl-0.90000.orig/debian/control +++ libjifty-plugin-authentication-facebook-perl-0.90000/debian/control @@ -0,0 +1,22 @@ +Source: libjifty-plugin-authentication-facebook-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-12), libjifty-perl, + libwww-facebook-api-perl (>= 0.3.6) +Maintainer: Debian Perl Group +Uploaders: AGOSTINI Yves +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Jifty-Plugin-Authentication-Facebook/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libjifty-plugin-authentication-facebook-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libjifty-plugin-authentication-facebook-perl/ + +Package: libjifty-plugin-authentication-facebook-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libjifty-perl, + libwww-facebook-api-perl (>= 0.3.6) +Description: Facebook authentication plugin for Jifty + Jifty::Plugin::Authentication::Facebook provides Facebook 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-facebook-perl-0.90000.orig/debian/copyright +++ libjifty-plugin-authentication-facebook-perl-0.90000/debian/copyright @@ -0,0 +1,34 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Alex Vandiver, +Upstream-Source: http://search.cpan.org/dist/Jifty-Plugin-Authentication-Facebook/ +Upstream-Name: Jifty-Plugin-Authentication-Facebook + +Files: * +Copyright: 2005-2009 Best Practical Solutions, LLC. +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-facebook-perl-0.90000.orig/debian/watch +++ libjifty-plugin-authentication-facebook-perl-0.90000/debian/watch @@ -0,0 +1,3 @@ +version=3 +options="uversionmangle=s/\.(.(.(.(.)?)?)?)$/$&.('0'x(5-length($1)))/e" \ +http://search.cpan.org/dist/Jifty-Plugin-Authentication-Facebook/ .*/Jifty-Plugin-Authentication-Facebook-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libjifty-plugin-authentication-facebook-perl-0.90000.orig/debian/compat +++ libjifty-plugin-authentication-facebook-perl-0.90000/debian/compat @@ -0,0 +1 @@ +7 --- libjifty-plugin-authentication-facebook-perl-0.90000.orig/debian/changelog +++ libjifty-plugin-authentication-facebook-perl-0.90000/debian/changelog @@ -0,0 +1,5 @@ +libjifty-plugin-authentication-facebook-perl (0.90000-1) unstable; urgency=low + + * Initial Release. (Closes: #532679) + + -- AGOSTINI Yves Thu, 11 Jun 2009 09:42:54 +0200 --- libjifty-plugin-authentication-facebook-perl-0.90000.orig/debian/rules +++ libjifty-plugin-authentication-facebook-perl-0.90000/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@