Subversion Repositories

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

Rev 46 | Rev 51 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 46 Rev 47
Line 4... Line 4...
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.8.3
5
Standards-Version: 3.8.3
6
Section: libs
6
Section: libs
7
Homepage: http://libdkim.sourceforge.net
7
Homepage: http://libdkim.sourceforge.net
8
8
9
Package: libdkim0d
9
Package: libdkim1d
10
Section: libs
10
Section: libs
11
Architecture: any
11
Architecture: any
12
Depends: ${shlibs:Depends}, ${misc:Depends}
12
Depends: ${shlibs:Depends}, ${misc:Depends}
13
Description: cryptographically identify the sender of email
13
Description: cryptographically identify the sender of email
14
 DomainKeys Identified Mail (DKIM) defines a domain-level
14
 DomainKeys Identified Mail (DKIM) defines a domain-level
Line 23... Line 23...
23
 changelogs for information on compliance with specifications.
23
 changelogs for information on compliance with specifications.
24
24
25
Package: libdkim-dev
25
Package: libdkim-dev
26
Section: libdevel
26
Section: libdevel
27
Architecture: any
27
Architecture: any
28
Depends: libdkim0d (= ${binary:Version}), libssl-dev, ${shlibs:Depends}, ${misc:Depends}
28
Depends: libdkim1d (= ${binary:Version}), libssl-dev, ${shlibs:Depends}, ${misc:Depends}
29
Description: cryptographically identify the sender of email
29
Description: cryptographically identify the sender of email
30
 DomainKeys Identified Mail (DKIM) defines a domain-level
30
 DomainKeys Identified Mail (DKIM) defines a domain-level
31
 authentication framework for email using public-key cryptography and
31
 authentication framework for email using public-key cryptography and
32
 key server technology to permit verification of the source and
32
 key server technology to permit verification of the source and
33
 contents of messages by either Mail Transport Agents (MTAs) or Mail
33
 contents of messages by either Mail Transport Agents (MTAs) or Mail
Line 39... Line 39...
39
 changelogs for information on compliance with specifications.
39
 changelogs for information on compliance with specifications.
40
 .
40
 .
41
 This package contains the development files needed to compile and link
41
 This package contains the development files needed to compile and link
42
 programs with libdkim.
42
 programs with libdkim.
43
43
44
Package: libdkim0d-dbg
44
Package: libdkim1d-dbg
45
Section: debug
45
Section: debug
46
Priority: extra
46
Priority: extra
47
Architecture: any
47
Architecture: any
48
Depends: libdkim0d (= ${binary:Version}), ${misc:Depends}
48
Depends: libdkim1d (= ${binary:Version}), ${misc:Depends}
49
Description: DomainKeys Identified Mail (DKIM) library - debug symbols
49
Description: DomainKeys Identified Mail (DKIM) library - debug symbols
50
 This package contains the debug symbols for libdkim0d, a library for
50
 This package contains the debug symbols for libdkim1d, a library for
51
 server-level signing of email using the DKIM standard, and
51
 server-level signing of email using the DKIM standard, and
52
 verification of the signatures. See the description of that package
52
 verification of the signatures. See the description of that package
53
 for more information.
53
 for more information.