Source: libnet-oauth-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl (>= 5.10.1), libcrypt-openssl-rsa-perl, libdigest-hmac-perl,
 libclass-data-inheritable-perl, liburi-perl,
 libclass-accessor-perl,
 libtest-warn-perl (>= 0.21),
 libwww-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: AGOSTINI Yves <agostini@univ-metz.fr>,
 gregor herrmann <gregoa@debian.org>, Brian Cassidy <brian.cassidy@gmail.com>,
 Nathan Handler <nhandler@ubuntu.com>, Jonathan Yu <jawnsy@cpan.org>,
 Jotam Jr. Trejo <jotamjr@debian.org.sv>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Net-OAuth/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-oauth-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-oauth-perl.git

Package: libnet-oauth-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10.1),
 libcrypt-openssl-rsa-perl,
 libclass-data-inheritable-perl, libdigest-hmac-perl, libclass-accessor-perl,
 libwww-perl
Description: implementation of the OAuth 1.0 protocol
 Net::OAuth implements OAuth, which is "An open protocol to allow secure API
 authentication in a simple and standard method from desktop and web
 applications."
 .
 In practical terms, OAuth is a mechanism for a Consumer to request protected
 resources from a Service Provider on behalf of a user.
