File: control

package info (click to toggle)
trac-spamfilter 0.2.1%2Bsvn6871-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 260 kB
  • ctags: 258
  • sloc: python: 1,683; cs: 341; makefile: 12
file content (24 lines) | stat: -rw-r--r-- 942 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
Source: trac-spamfilter
Section: python
Priority: optional
Maintainer: Chris Lamb <lamby@debian.org>
Build-Depends: debhelper (>= 7.0.50~), quilt
Build-Depends-Indep: python-support, python-setuptools
Standards-Version: 3.8.3
Vcs-Git: git://git.chris-lamb.co.uk/debian/pkg-trac-spamfilter.git
Vcs-Browser: http://git.chris-lamb.co.uk/?p=debian/pkg-trac-spamfilter.git
Homepage: http://trac.edgewall.org/wiki/SpamFilter

Package: trac-spamfilter
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, trac (>= 0.10), python-pkg-resources
Recommends: python-dnspython (>= 1.3.5), spambayes
Description: Spam-prevention plugin for Trac
 This plugin attempts to reject contributions to Trac environments that contain
 spam. It can use the following techniques:
 .
  * Regular expressions
  * Akismet web service
  * IP throttling
  * IP blacklisting (requires python-dnspython package)
  * Bayesian filtering (requires spambayes package)