Subversion Repositories

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

Rev 52 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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