File: control

package info (click to toggle)
s-nail 14.9.22-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,812 kB
  • sloc: ansic: 75,432; sh: 14,310; cpp: 4,246; perl: 562; makefile: 144; php: 5
file content (39 lines) | stat: -rw-r--r-- 1,146 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
29
30
31
32
33
34
35
36
37
38
39
Source: s-nail
Section: mail
Priority: optional
Maintainer: Paride Legovini <paride@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libidn2-dev,
 libkrb5-dev,
 libncurses5-dev,
 libssl-dev,
 openssl,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://www.sdaoden.eu/code.html
Vcs-Git: https://salsa.debian.org/debian/s-nail.git
Vcs-Browser: https://salsa.debian.org/debian/s-nail

Package: s-nail
Architecture: any
Multi-Arch: foreign
Depends:
 base-files (>= 2.2.0),
 ${misc:Depends},
 ${shlibs:Depends},
Replaces:
 nail,
Suggests:
 default-mta | mail-transport-agent,
Provides:
 imap-client,
 mail-reader,
Description: feature-rich BSD mail(1)
 S-nail is a mail processing system with a command syntax reminiscent
 of ed(1) with lines replaced by messages. It is intended to provide
 the functionality of the POSIX mailx(1) command and offers (mostly
 optional) extensions for line editing, IDNA, MIME, S/MIME, SMTP and
 POP3 (and IMAP). It is usable as a mail batch language. S-nail is a
 derivative of Heirloom mailx, formerly known as nail, which
 itself is based upon Berkeley Mail that has a history back to the 70s.