File: control

package info (click to toggle)
php-auth-sasl 1.0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 116 kB
  • ctags: 118
  • sloc: php: 355; xml: 171; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 881 bytes parent folder | download
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).