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
|
Source: pymilter
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>,
Daniel Kahn Gillmor <dkg@fifthhorseman.net>,
Build-Depends: debhelper-compat (= 13), dh-python, python3-all-dev, python3-setuptools, libmilter-dev
Build-Depends-Indep: doxygen
Standards-Version: 4.6.0
Homepage: https://github.com/sdgathman/pymilter
Vcs-Git: https://salsa.debian.org/python-team/packages/pymilter.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pymilter
Package: python3-milter
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, python3-dns
Recommends: python3-bsddb3
Suggests: postfix | sendmail, python-milter-doc
Description: Python 3 extension for Sendmail Milter Protocol
Python milter provides Python extensions for the Milter protocol traditionally
used by Sendmail and now also used by Postfix. It provides a thin layer of
Python over the Milter protocol.
.
This is the Python 3 version of the package
Package: python-milter-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: www-browser
Multi-Arch: foreign
Description: Documentation for the Python Milter extension
Python milter provides Python extensions for the Milter protocol traditionally
used by Sendmail and now also used by Postfix. It provides a thin layer of
Python over the Milter protocol.
.
This package provides HTML and LaTeX documentation for python3-milter.
|