File: control

package info (click to toggle)
pymilter 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,924 kB
  • ctags: 519
  • sloc: python: 2,234; ansic: 1,254; makefile: 31; sh: 17
file content (35 lines) | stat: -rw-r--r-- 1,481 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
Source: pymilter
Section: python
Priority: optional
Maintainer: Scott Kitterman <scott@kitterman.com>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.5-2~), libmilter-dev, doxygen
Standards-Version: 3.9.5
X-Python-Version: >= 2.6
Homepage: http://sourceforge.net/projects/pymilter/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pymilter/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pymilter/trunk/

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.

Package: python-milter-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: www-browser
Breaks: python-milter-docs (<< 0.9.5-2~)
Replaces: python-milter-docs (<< 0.9.5-2~)
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.