File: control

package info (click to toggle)
php-auth-sasl 1.0.6-1%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 120 kB
  • ctags: 118
  • sloc: php: 355; xml: 171; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 827 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 <prachpub@gmail.com>
Build-Depends: debhelper (>= 9), pkg-php-tools
Standards-Version: 3.9.4
Homepage: http://pear.php.net/package/Auth_SASL/
Vcs-Git: git://anonscm.debian.org/pkg-php/php-auth-sasl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-auth-sasl.git

Package: php-auth-sasl
Architecture: all
Depends: ${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).