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 48
|
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 (>= 7.3.16), python-all-dev (>= 2.6.5-2~), libmilter-dev, doxygen, quilt (>= 0.46-7)
Standards-Version: 3.9.3
X-Python-Version: >= 2.6
Homepage: http://sourceforge.net/projects/pymilter/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pymilter/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/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
Provides: ${python:Provides}
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.
Package: python-milter-docs
Architecture: all
Section: oldlibs
Priority: extra
Depends: python-milter-doc, ${misc:Depends}
Description: Documentation for the Python Milter extension (transitional package)
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 is a transitional package and may safely be removed after
upgrading.
|