File: control

package info (click to toggle)
php-net-smtp 1.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 140 kB
  • ctags: 108
  • sloc: php: 606; xml: 70; makefile: 10
file content (23 lines) | stat: -rw-r--r-- 1,007 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-net-smtp
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Guillaume Delacour <gui@iroqwa.org>, Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 9), pkg-php-tools, php-net-socket
Standards-Version: 3.9.7
Homepage: http://pear.php.net/package/Net_SMTP
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-net-smtp.git
Vcs-Git: git://anonscm.debian.org/pkg-php/php-net-smtp.git

Package: php-net-smtp
Architecture: all
Depends: ${misc:Depends}, ${phppear:Debian-Depends}
Recommends: ${phppear:Debian-Recommends}
Suggests: ${phppear:Debian-Suggests}
Breaks: ${phppear:Debian-Breaks}
Description: PHP PEAR module implementing SMTP protocol
 ${phppear:description}
 The php-net-smtp package supports the SMTP authentication standard (as defined
 by RFC-2554) if you also install the php-auth-sasl package. Net_SMTP then
 supports several authentication methods like DIGEST-MD5, CRAM-MD5, LOGIN and
 PLAIN.