Rev 9 | Rev 17 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9 | Rev 16 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | Priority: optional |
2 | Priority: optional |
3 | Maintainer: Magnus Holmgren <magnus@kibibyte.se> |
3 | Maintainer: Magnus Holmgren <magnus@kibibyte.se> |
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.2 |
6 | Section: libs |
6 | Section: libs |
- | 7 | Homepage: http://libdkim.sourceforge.net |
|
7 | 8 | ||
8 | Package: libdkim1 |
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} |
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: libdkim1 (= ${binary:Version}), libssl-dev |
28 | Depends: libdkim1 (= ${binary:Version}), libssl-dev |
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. |