Subversion Repositories

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

Rev 51 | Rev 60 | 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>
51 magnus 4
Build-Depends: debhelper (>= 7), autoconf, libssl-dev, pkg-config
52 magnus 5
Standards-Version: 3.9.2
2 magnus 6
Section: libs
16 magnus 7
Homepage: http://libdkim.sourceforge.net
2 magnus 8
 
47 magnus 9
Package: libdkim1d
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
47 magnus 28
Depends: libdkim1d (= ${binary:Version}), libssl-dev, ${shlibs:Depends}, ${misc:Depends}
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.
39 magnus 43
 
47 magnus 44
Package: libdkim1d-dbg
39 magnus 45
Section: debug
46
Priority: extra
47
Architecture: any
47 magnus 48
Depends: libdkim1d (= ${binary:Version}), ${misc:Depends}
39 magnus 49
Description: DomainKeys Identified Mail (DKIM) library - debug symbols
47 magnus 50
 This package contains the debug symbols for libdkim1d, a library for
39 magnus 51
 server-level signing of email using the DKIM standard, and
52
 verification of the signatures. See the description of that package
53
 for more information.