[libanyevent-yubico-perl] 03/07: d/control

Nick Morrott nickm-guest at moszumanska.debian.org
Sun Jun 5 02:04:26 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libanyevent-yubico-perl.

commit 158c3cd917b4b5979ec1aec061ebbf4fdebccc53
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Sun Jun 5 01:51:38 2016 +0100

    d/control
---
 debian/control | 35 +++++++++++++++--------------------
 1 file changed, 15 insertions(+), 20 deletions(-)

diff --git a/debian/control b/debian/control
index 513db8f..e07c04d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,12 @@ 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: libanyevent-http-perl (>= 2.13),
- libdigest-hmac-perl (>= 1.02),
- libnet-ssleay-perl (>= 1.36),
- libtest-exception-perl (>= 0.29),
- liburi-perl (>= 1.54),
- libuuid-tiny-perl (>= 1.0),
+Build-Depends-Indep: libanyevent-http-perl,
+ libdigest-hmac-perl,
+ libnet-ssleay-perl,
+ libtest-exception-perl,
+ liburi-perl,
+ libuuid-tiny-perl,
  perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libanyevent-yubico-perl.git
@@ -20,20 +20,15 @@ Testsuite: autopkgtest-pkg-perl
 Package: libanyevent-yubico-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libanyevent-http-perl (>= 2.13),
- libdigest-hmac-perl (>= 1.02),
- libnet-ssleay-perl (>= 1.36),
- liburi-perl (>= 1.54),
- libuuid-tiny-perl (>= 1.0)
-Description: AnyEvent based Perl extension for validating YubiKey OTPs.
- Validates a YubiKey OTP (One Time Password) using the YKVAL 2.0 protocol as
- defined here:
+ libanyevent-http-perl,
+ libdigest-hmac-perl,
+ libnet-ssleay-perl,
+ liburi-perl,
+ libuuid-tiny-perl
+Description: Perl module for validating YubiKey OTPs in AnyEvent applications
+ AnyEvent::Yubico validates a YubiKey OTP (One Time Password) using the
+ YKVAL 2.0 protocol as defined here:
  https://github.com/Yubico/yubikey-val/wiki/ValidationProtocolV20
  .
- To use this module, an API key is required, which can be requested here:
+ To use this module, an API key is required which can be requested here:
  https://upgrade.yubico.com/getapikey/
- .
- When creating the AnyEvent::Yubico instance, the following arguments can be
- passed:
- .
- This description was automagically extracted from the module by dh-make-perl.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libanyevent-yubico-perl.git



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