File: control

package info (click to toggle)
pyzor 1%3A0.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 292 kB
  • ctags: 414
  • sloc: python: 1,672; sh: 102; makefile: 12
file content (22 lines) | stat: -rw-r--r-- 915 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
Source: pyzor
Section: mail
Priority: optional
Maintainer: Carl Chenet <chaica@ohmytux.com>
Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Standards-Version: 3.8.3
Build-Depends: debhelper (>= 7), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), python-support (>= 0.5.3)
Homepage: http://pyzor.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/pyzor/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pyzor/trunk/

Package: pyzor
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-gdbm
Description: spam-catcher using a collaborative filtering network
 Pyzor is a collaborative, networked system to detect and block spam using
 identifying digests of messages.
 .
 It establishes a distributed database of spam digests which can be used to
 filter out known spam.
 .
 Pyzor is a reimplementation of Razor in Python.