File: control

package info (click to toggle)
php-net-smtp 1.12.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: php: 858; sh: 92; xml: 74; makefile: 6
file content (28 lines) | stat: -rw-r--r-- 1,153 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
24
25
26
27
28
Source: php-net-smtp
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>,
           Guilhem Moulin <guilhem@debian.org>
Build-Depends: debhelper-compat (= 13),
               php-net-socket <!nocheck>,
               php-pear <!nocheck>,
               pkg-php-tools
Standards-Version: 4.7.2
Homepage: https://pear.php.net/package/Net_SMTP
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-net-smtp
Vcs-Git: https://salsa.debian.org/php-team/pear/php-net-smtp.git -b debian/latest
Rules-Requires-Root: no

Package: php-net-smtp
Architecture: all
Depends: php-pear, ${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.