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