Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

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