Source: libauthen-passphrase-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.3.7~), perl
Build-Depends-Indep: libauthen-dechpwd-perl (>= 2.003), libcrypt-des-perl,
 libcrypt-eksblowfish-perl (>= 0.008), libcrypt-mysql-perl (>= 0.03),
 libcrypt-passwdmd5-perl (>= 1.0), libcrypt-unixcrypt-xs-perl (>= 0.08),
 libdata-entropy-perl, libdigest-md4-perl (>= 1.2), libdigest-sha1-perl,
 libmodule-runtime-perl (>= 0.006), libparams-classify-perl,
 libtest-pod-coverage-perl, libtest-pod-perl, perl (>= 5.10.1) | libparent-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
 Ansgar Burchardt <ansgar@43-1.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Authen-Passphrase/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libauthen-passphrase-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libauthen-passphrase-perl/

Package: libauthen-passphrase-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libauthen-dechpwd-perl (>= 2.003), libcrypt-des-perl,
 libcrypt-eksblowfish-perl (>= 0.005), libcrypt-mysql-perl (>= 0.03),
 libcrypt-passwdmd5-perl (>= 1.0), libcrypt-unixcrypt-xs-perl (>= 0.08),
 libdata-entropy-perl, libdigest-md4-perl (>= 1.2), libdigest-perl (>= 1.0),
 libdigest-sha1-perl, libmodule-runtime-perl (>= 0.006), libparams-classify-perl,
 perl (>= 5.10.1) | libparent-perl
Description: Perl module encapsulating hashed passwords/passphrases as objects
 Authen::Passphrase is the base class for a system of objects that encapsulate
 passphrases.  An object of this type is a passphrase recogniser: its
 job is to recognise whether an offered passphrase is the right one.
 For security, such passphrase recognisers usually do not themselves know
 the passphrase they are looking for; they can merely recognise it when
 they see it.  There are many schemes in use to achieve this effect,
 and the intent of this class is to provide a consistent interface to
 them all, hiding the details.
 .
 This package contains implementations of several specific passphrase schemes
 in addition to the base class.
