File: control

package info (click to toggle)
libesmtp 1.0.4-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 568 kB
  • ctags: 29
  • sloc: makefile: 173; sh: 23
file content (34 lines) | stat: -rw-r--r-- 1,409 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
Source: libesmtp
Section: libs
Priority: optional
Maintainer: Jeremy T. Bouse <jbouse@debian.org>
Build-Depends: debhelper (>> 7), libltdl3-dev, libssl-dev, autotools-dev
Standards-Version: 3.9.0
Homepage: http://www.stafford.uklinux.net/libesmtp/
Vcs-Git: git://git.debian.org/collab-maint/libesmtp.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/libesmtp.git

Package: libesmtp5
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: libesmtp1
Conflicts: libesmtp1 (<= 0.8.0-1)
Description: LibESMTP SMTP client library
 LibESMTP is a library to manage posting (or submission of) electronic
 mail using SMTP to a preconfigured Mail Transport Agent (MTA) such as
 Exim.  It may be used as part of a Mail User Agent (MUA) or another
 program that must be able to post electronic mail but where mail
 functionality is not the program's primary purpose.

Package: libesmtp-dev
Architecture: any
Section: libdevel
Depends: libesmtp5 (= ${binary:Version}), libc6-dev, ${misc:Depends}
Description: LibESMTP SMTP client library development files
 LibESMTP is a library to manage posting (or submission of) electronic
 mail using SMTP to a preconfigured Mail Transport Agent (MTA) such as
 Exim.  It may be used as part of a Mail User Agent (MUA) or another
 program that must be able to post electronic mail but where mail
 functionality is not the program's primary purpose.