[liblwp-authen-oauth2-perl] 03/08: d/control

Nick Morrott nickm-guest at moszumanska.debian.org
Sun Jun 19 20:21:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

nickm-guest pushed a commit to branch master
in repository liblwp-authen-oauth2-perl.

commit 331b49b157a04ff7308465bf3362539663c6b4cc
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Sun Jun 19 19:54:54 2016 +0100

    d/control
---
 debian/control | 28 ++++++++++++++++------------
 1 file changed, 16 insertions(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index 5a7806b..8e64d3e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,11 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nick Morrott <knowledgejunkie at gmail.com>
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libjson-perl (>= 2),
- liblwp-protocol-https-perl (>= 6),
- libmozilla-ca-perl (>= 20000101),
- libwww-perl (>= 4),
- perl
+Build-Depends-Indep: perl,
+                     libjson-perl,
+                     liblwp-protocol-https-perl,
+                     libtest-pod-perl,
+                     libwww-perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblwp-authen-oauth2-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liblwp-authen-oauth2-perl.git
@@ -18,11 +18,15 @@ Testsuite: autopkgtest-pkg-perl
 Package: liblwp-authen-oauth2-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libjson-perl (>= 2),
- liblwp-protocol-https-perl (>= 6),
- libmozilla-ca-perl (>= 20000101),
- libwww-perl (>= 4)
-Description: Make requests to OAuth2 APIs.
- (no description was found)
+         libjson-perl,
+         liblwp-protocol-https-perl,
+         libwww-perl
+Description: Perl module enabling OAuth 2 requests via LWP
+ LWP::Authen::OAuth2 lets you access OAuth 2 protected APIs with LWP.
+ Specifically it provides helper methods to construct all requests to the
+ service provider, and takes care (if possible) of details like
+ automatically refreshing tokens when needed.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ There can be wide variation between implementations of OAuth 2.  Simple
+ implementations can be handled with some configuration information, but
+ hooks are available to handle more complex service providers.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblwp-authen-oauth2-perl.git



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