Source: libdkim2
Section: libs
Priority: optional
Maintainer: Manvendra Bhangui <libdkim@indimail.org>
Standards-Version: 3.9.5
Build-Depends: cdbs, debhelper (>= 9), gcc, g++, binutils, automake, libssl-dev, pkg-config
Homepage: https://github.com/indimail/indimail-mta/tree/master/libdkim2-x

Package: libdkim2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libdkim
Replaces: libdkim
Description: cryptographically identify the sender of email
 DomainKeys Identified Mail (DKIM) defines a domain-level
 authentication framework for email using public-key cryptography and
 key server technology to permit verification of the source and
 contents of messages by either Mail Transport Agents (MTAs) or Mail
 User Agents (MUAs).
 .
 libdkim2 is a library, developed by Alt-N Technologies, that allows
 incorporating DKIM into an existing MTA or other application. It
 provides full support for signing, verifying, and SSP. See the
 changelogs for information on compliance with specifications.

Package: libdkim2-dev
Section: libdevel
Architecture: any
Depends: libdkim2 (= ${binary:Version}), libssl-dev, ${misc:Depends}
Description: cryptographically identify the sender of email
 DomainKeys Identified Mail (DKIM) defines a domain-level
 authentication framework for email using public-key cryptography and
 key server technology to permit verification of the source and
 contents of messages by either Mail Transport Agents (MTAs) or Mail
 User Agents (MUAs).
 .
 libdkim2 is a library, developed by Alt-N Technologies, that allows
 incorporating DKIM into an existing MTA or other application. It
 provides full support for signing, verifying, and SSP. See the
 changelogs for information on compliance with specifications.
 .
 This package contains the development files needed to compile and link
 programs with libdkim2.
