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