--- libjifty-plugin-openid-perl-1.02.orig/debian/control +++ libjifty-plugin-openid-perl-1.02/debian/control @@ -0,0 +1,22 @@ +Source: libjifty-plugin-openid-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.2.13), quilt (>= 0.46-7) +Build-Depends-Indep: perl, libjifty-perl, liblwpx-paranoidagent-perl, + libnet-openid-consumer-perl (>= 1.03), libcache-cache-perl +Maintainer: Debian Perl Group +Uploaders: AGOSTINI Yves , + Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Jifty-Plugin-OpenID/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libjifty-plugin-openid-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libjifty-plugin-openid-perl/ + +Package: libjifty-plugin-openid-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libjifty-perl, libcache-cache-perl, + libnet-openid-consumer-perl (>= 1.03), liblwpx-paranoidagent-perl +Description: OpenID authentication plugin for Jifty applications + Jifty::Plugin::OpenID is a Jifty plugin that provides OpenID authentication. + It adds the authentication to your User model. You can also combine this with + other Jifty authentication plugins such as email/password or LDAP. --- libjifty-plugin-openid-perl-1.02.orig/debian/copyright +++ libjifty-plugin-openid-perl-1.02/debian/copyright @@ -0,0 +1,36 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Alex Vandiver +Source: http://search.cpan.org/dist/Jifty-Plugin-OpenID/ +Name: Jifty-Plugin-OpenID + +Files: * +Copyright: 2005-2010, Best Practical Solutions, LLC. +License: Artistic or GPL-1+ + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2010, Jonathan Yu + 2009, AGOSTINI Yves +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 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-openid-perl-1.02.orig/debian/watch +++ libjifty-plugin-openid-perl-1.02/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Jifty-Plugin-OpenID/ .*/Jifty-Plugin-OpenID-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libjifty-plugin-openid-perl-1.02.orig/debian/compat +++ libjifty-plugin-openid-perl-1.02/debian/compat @@ -0,0 +1 @@ +7 --- libjifty-plugin-openid-perl-1.02.orig/debian/README.source +++ libjifty-plugin-openid-perl-1.02/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. --- libjifty-plugin-openid-perl-1.02.orig/debian/changelog +++ libjifty-plugin-openid-perl-1.02/debian/changelog @@ -0,0 +1,32 @@ +libjifty-plugin-openid-perl (1.02-1) unstable; urgency=low + + * New upstream release + * update spelling patch :/ + + -- AGOSTINI Yves Mon, 18 Jan 2010 14:18:25 +0100 + +libjifty-plugin-openid-perl (1.01-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Rewrite control description + * Standards-Version 3.8.3 (no changes) + * Update dependency on Net::OpenID::Consumer + * Add myself to Uploaders and Copyright + * Add patch to fix POD typos + + [ Salvatore Bonaccorso ] + * debian/control: Changed: Replace versioned (build-)dependency on + perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as + permitted by Debian Policy 3.8.3). + + [ gregor herrmann ] + * Require debhelper 7.2.13 (Module::AutoInstall). + + -- Jonathan Yu Sun, 17 Jan 2010 14:57:57 -0500 + +libjifty-plugin-openid-perl (1.00-1) unstable; urgency=low + + * Initial Release. (Closes: #532705) + + -- AGOSTINI Yves Thu, 11 Jun 2009 10:10:24 +0200 --- libjifty-plugin-openid-perl-1.02.orig/debian/rules +++ libjifty-plugin-openid-perl-1.02/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +export DH_ALWAYS_EXCLUDE=.svn + +%: + dh --with quilt $@ --- libjifty-plugin-openid-perl-1.02.orig/debian/patches/fix-pod-spelling.patch +++ libjifty-plugin-openid-perl-1.02/debian/patches/fix-pod-spelling.patch @@ -0,0 +1,16 @@ +Description: fix POD spelling errors +Author: Yves Agostini +Origin: vendor +Forwarded: no + +--- a/lib/Jifty/Plugin/OpenID.pm ++++ b/lib/Jifty/Plugin/OpenID.pm +@@ -128,7 +128,7 @@ + + =head3 ax_mapping + +-mapping of recieve values with your application fields in json format. ++mapping of receive values with our application fields in json format. + + =cut + --- libjifty-plugin-openid-perl-1.02.orig/debian/patches/series +++ libjifty-plugin-openid-perl-1.02/debian/patches/series @@ -0,0 +1 @@ +fix-pod-spelling.patch