File: control

package info (click to toggle)
libmail-dkim-perl 0.19-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 308 kB
  • ctags: 180
  • sloc: perl: 2,370; makefile: 45
file content (18 lines) | stat: -rw-r--r-- 955 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libmail-dkim-perl
Section: perl
Priority: optional
Maintainer: Magnus Holmgren <magnus@kibibyte.se>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep:  perl (>= 5.6.0-16), liberror-perl, libdigest-sha1-perl, libdigest-sha-perl, libmailtools-perl, libnet-dns-perl, libcrypt-openssl-rsa-perl
Standards-Version: 3.7.2

Package: libmail-dkim-perl
Architecture: all
Depends: ${perl:Depends}, liberror-perl, libdigest-sha1-perl, libdigest-sha-perl, libmailtools-perl, libnet-dns-perl, libcrypt-openssl-rsa-perl
Description: Creation and verification of DKIM mail signatures - Perl library
 DomainKeys Identified Mail (DKIM) provides a method for validating an identity
 that is associated with a message, during the time it is transferred over the
 Internet. That identity then can be held accountable for the message.
 .
 This is a Perl implementation created by Jason Long of Messiah College.
 It performs signing as well as signature verification.