1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: php-auth-sasl
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Benoit Mortier <benoit.mortier@opensides.be>,
Prach Pongpanich <prach@debian.org>
Build-Depends: debhelper (>= 9),
pkg-php-tools
Standards-Version: 3.9.7
Homepage: http://pear.php.net/package/Auth_SASL/
Vcs-Git: https://anonscm.debian.org/git/pkg-php/php-auth-sasl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-php/php-auth-sasl.git
Package: php-auth-sasl
Architecture: all
Depends: php-pear,
${misc:Depends},
${phppear:Debian-Depends}
Recommends: ${phppear:Debian-Recommends}
Breaks: ${phppear:Debian-Breaks}
Description: ${phppear:summary}
Provides code to generate responses to common SASL mechanisms, including
Digest-MD5, CramMD5, Plain, Anonymous and Login (Pseudo mechanism).
|