Rev 9 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | magnus | 1 | Source: libdkim |
2 | Priority: optional |
||
3 | Maintainer: Magnus Holmgren <magnus@kibibyte.se> |
||
4 | Build-Depends: debhelper (>= 5), autoconf, libssl-dev, pkg-config, dpatch |
||
5 | Standards-Version: 3.7.2 |
||
6 | Section: libs |
||
7 | |||
8 | Package: libdkim0 |
||
9 | Section: libs |
||
10 | Architecture: any |
||
11 | Depends: ${shlibs:Depends}, ${misc:Depends} |
||
12 | Description: cryptographically identify the sender of email |
||
13 | DomainKeys Identified Mail (DKIM) defines a domain-level |
||
14 | authentication framework for email using public-key cryptography and |
||
15 | key server technology to permit verification of the source and |
||
16 | contents of messages by either Mail Transport Agents (MTAs) or Mail |
||
17 | User Agents (MUAs). |
||
18 | . |
||
19 | libdkim is a library, developed by Alt-N Technologies, that allows |
||
20 | incorporating DKIM into an existing MTA or other application. It |
||
21 | provides full support for signing, verifying, and SSP. See the |
||
22 | changelogs for information on compliance with specifications. |
||
23 | . |
||
24 | Homepage: http://libdkim.sourceforge.net |
||
25 | |||
26 | Package: libdkim-dev |
||
27 | Section: libdevel |
||
28 | Architecture: any |
||
29 | Depends: libdkim0 (= ${binary:Version}), libssl-dev |
||
30 | Description: cryptographically identify the sender of email |
||
31 | DomainKeys Identified Mail (DKIM) defines a domain-level |
||
32 | authentication framework for email using public-key cryptography and |
||
33 | key server technology to permit verification of the source and |
||
34 | contents of messages by either Mail Transport Agents (MTAs) or Mail |
||
35 | User Agents (MUAs). |
||
36 | . |
||
37 | libdkim is a library, developed by Alt-N Technologies, that allows |
||
38 | incorporating DKIM into an existing MTA or other application. It |
||
39 | provides full support for signing, verifying, and SSP. See the |
||
40 | changelogs for information on compliance with specifications. |
||
41 | . |
||
42 | Homepage: http://libdkim.sourceforge.net |
||
43 | . |
||
44 | This package contains the development files needed to compile and link |
||
45 | programs with libdkim. |