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 49 50 51 52 53 54 55 56 57
|
Source: pyzor
Section: mail
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Hugo Lefeuvre <hle@debian.org>
Standards-Version: 4.0.0
Build-Depends: debhelper (>= 10),
dh-python,
python3-all,
python3-setuptools,
python3-docutils,
python3-sphinx (>= 1.2.2+dfsg-2~),
python3-gdbm
X-Python3-Version: >= 3.2
Homepage: https://github.com/SpamExperts/pyzor
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pyzor/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/pyzor/trunk/
Package: pyzor
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Suggests: pyzor-doc
Description: spam-catcher using a collaborative filtering network
Pyzor is a collaborative, networked system to detect and block spam
using identifying digests of messages.
.
Package contains both client and server.
.
The client can check if an email is a known spam against a pyzor server
or report new spam digests to that server.
.
The server holds the digests database, and handle the client requests.
.
Pyzor is a reimplementation of Razor in Python.
Package: pyzor-doc
Architecture: all
Recommends: pyzor
Section: doc
Depends: ${sphinxdoc:Depends},
${misc:Depends},
libjs-mathjax
Description: spam-catcher using a collaborative filtering network (documentation)
Pyzor is a collaborative, networked system to detect and block spam
using identifying digests of messages.
.
Package contains both client and server.
.
The client can check if an email is a known spam against a pyzor server
or report new spam digests to that server.
.
The server holds the digests database, and handle the client requests.
.
Pyzor is a reimplementation of Razor in Python.
.
This is the documentation package.
|