Subversion Repositories

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

Rev 4 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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