[libvalidate-yubikey-perl] 03/05: d/control

Nick Morrott nickm-guest at moszumanska.debian.org
Sat May 28 00:46:48 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libvalidate-yubikey-perl.

commit 052041520f904f3612f9f8cbf8420ca99fbcdc1d
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Sat May 28 01:21:10 2016 +0100

    d/control
---
 debian/control | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 1a9bfb5..9a8cba0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,9 @@ 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),
- libmodule-build-perl,
- perl
-Build-Depends-Indep: libcrypt-ecb-perl (>= 1.45),
- libcrypt-rijndael-perl (>= 1.09)
+               libmodule-build-perl,
+               perl
+Build-Depends-Indep: libcrypt-rijndael-perl (>= 1.09)
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libvalidate-yubikey-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libvalidate-yubikey-perl.git
@@ -16,15 +15,13 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libvalidate-yubikey-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libcrypt-ecb-perl (>= 1.45),
- libcrypt-rijndael-perl (>= 1.09)
-Description: Validate Yubikey OTPs
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libcrypt-rijndael-perl (>= 1.09)
+Description: module to validate Yubikey OTPs
  The Yubikey is a hardware OTP token produced by Yubico
  (http://www.yubico.com).
  .
  Validate::Yubikey provides validation of Yubikey OTPs. It relies on you to
  specify callback functions that handle retrieving token information from
  somewhere and updating the persistent information associated with each token.
- .
- 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/libvalidate-yubikey-perl.git



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