File: control

package info (click to toggle)
pymilter 1.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,104 kB
  • sloc: python: 3,032; ansic: 1,337; makefile: 39; sh: 23
file content (47 lines) | stat: -rw-r--r-- 1,993 bytes parent folder | download
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
40
41
42
43
44
45
46
47
Source: pymilter
Section: python
Priority: optional
Maintainer: Scott Kitterman <scott@kitterman.com>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>,
 Daniel Kahn Gillmor <dkg@fifthhorseman.net>,
Build-Depends: debhelper (>= 9), dh-python, python-all-dev (>= 2.6.5-2~), python3-all-dev, libmilter-dev
Build-Depends-Indep: doxygen
Standards-Version: 4.3.0
Homepage: https://github.com/sdgathman/pymilter
Vcs-Git: https://salsa.debian.org/python-team/modules/pymilter.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pymilter

Package: python-milter
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-dns
Suggests: postfix (>= 2.3) | sendmail (>= 8.13), python-milter-doc
Description: Python 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 (2) version of the package.

Package: python3-milter
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, python3-dns
Suggests: postfix (>= 2.3) | sendmail (>= 8.13), 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
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 python-milter and
 python3-milter.