1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: libopensmtpd
Priority: optional
Maintainer: Ryan Kavanagh <rak@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
libevent-dev,
mandoc,
Standards-Version: 4.6.1
Section: libs
Homepage: https://imperialat.at/dev/libopensmtpd/
Vcs-Browser: https://salsa.debian.org/debian/libopensmtpd
Vcs-Git: https://salsa.debian.org/debian/libopensmtpd.git
Rules-Requires-Root: binary-targets
Package: libopensmtpd-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libopensmtpd0t64 (= ${binary:Version}),
${misc:Depends},
Description: development files for libopensmtpd
This library provides an event-based interface for writing
OpenSMTPD filters. It is used, for example, by the dkimsign filter
provided by the filter-dkimsign package.
.
This package provides C header files. Non-developers likely have
little use for this package.
Package: libopensmtpd0t64
Provides: ${t64:Provides}
Replaces: libopensmtpd0
Breaks: libopensmtpd0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
Description: event-based interface for writing OpenSMTPD filters
This library provides an event-based interface for writing
OpenSMTPD filters. It is used, for example, by the dkimsign filter
provided by the filter-dkimsign package.
|