[libdancer2-plugin-passphrase-perl] 04/08: Update requirements and descriptions

Nuno Carvalho smash at cpan.org
Fri Oct 21 11:25:49 UTC 2016


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

mestre-guest pushed a commit to branch master
in repository libdancer2-plugin-passphrase-perl.

commit 41893824ffec993825f2ffb0eb3b35e9bce31401
Author: Nuno Carvalho <smash at cpan.org>
Date:   Fri Oct 21 12:07:15 2016 +0100

    Update requirements and descriptions
---
 debian/control | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index e1c6f05..0dfbb36 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,11 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nuno Carvalho <smash at cpan.org>
-Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: libdancer2-perl (>= 0.200000),
+                     libdata-entropy-perl,
+                     libdigest-bcrypt-perl,
+                     perl
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdancer2-plugin-passphrase-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdancer2-plugin-passphrase-perl.git
@@ -13,8 +16,12 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libdancer2-plugin-passphrase-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description: Passphrases and Passwords as objects for Dancer2
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libdancer2-perl (>= 0.200000),
+         libdata-entropy-perl,
+         libdigest-bcrypt-perl
+Description: passphrases and passwords as objects for Dancer2
+ This plugin manages the hashing of passwords for Dancer2 apps, allowing
+ developers to follow cryptography best practices without having to become
+ a cryptography expert.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdancer2-plugin-passphrase-perl.git



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