File: control

package info (click to toggle)
bogofilter 1.2.5-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 5,896 kB
  • sloc: ansic: 35,768; sh: 8,350; perl: 2,320; xml: 1,381; makefile: 751; lex: 483; lisp: 179; asm: 11
file content (105 lines) | stat: -rw-r--r-- 4,042 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
Source: bogofilter
Section: mail
Priority: optional
Maintainer: Adrian Bunk <bunk@debian.org>
Build-Depends: debhelper (>= 11),
               dh-exec,
               flex,
               libdb-dev (>= 4.6.19),
               libgsl-dev,
               libsqlite3-dev,
               libtokyocabinet-dev,
Standards-Version: 3.9.8
Homepage: http://bogofilter.sourceforge.net/

Package: bogofilter
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: bogofilter-bdb | bogofilter-db, bogofilter-common, ${misc:Depends}
Description: fast Bayesian spam filter (meta package)
 This package implements a fast Bayesian spam filter along the lines suggested
 by Paul Graham in his article "A Plan For Spam".
 .
 This version substantially improves on Paul's proposal by doing smarter
 lexical analysis.  In particular, hostnames and IP addresses are retained
 as recognition features rather than broken up. Various kinds of MTA
 cruft such as dates and message-IDs are discarded so as not to bloat
 the word lists.

Package: bogofilter-bdb
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: bogofilter-common (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: db5.3-util
Provides: bogofilter-db
Replaces: bogofilter (<< 0.94.14-1)
Description: fast Bayesian spam filter (Berkeley DB)
 This package implements a fast Bayesian spam filter along the lines suggested
 by Paul Graham in his article "A Plan For Spam".
 .
 This version substantially improves on Paul's proposal by doing smarter
 lexical analysis.  In particular, hostnames and IP addresses are retained
 as recognition features rather than broken up. Various kinds of MTA
 cruft such as dates and message-IDs are discarded so as not to bloat
 the word lists.
 .
 This package provides the bdb database backend.

Package: bogofilter-sqlite
Priority: optional
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: bogofilter-common (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Provides: bogofilter-db
Description: fast Bayesian spam filter (sqlite)
 This package implements a fast Bayesian spam filter along the lines suggested
 by Paul Graham in his article "A Plan For Spam".
 .
 This version substantially improves on Paul's proposal by doing smarter
 lexical analysis.  In particular, hostnames and IP addresses are retained
 as recognition features rather than broken up. Various kinds of MTA
 cruft such as dates and message-IDs are discarded so as not to bloat
 the word lists.
 .
 This package provides the sqlite database backend.

Package: bogofilter-tokyocabinet
Priority: optional
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: bogofilter-common (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Provides: bogofilter-db
Description: fast Bayesian spam filter (tokyocabinet)
 This package implements a fast Bayesian spam filter along the lines suggested
 by Paul Graham in his article "A Plan For Spam".
 .
 This version substantially improves on Paul's proposal by doing smarter
 lexical analysis.  In particular, hostnames and IP addresses are retained
 as recognition features rather than broken up. Various kinds of MTA
 cruft such as dates and message-IDs are discarded so as not to bloat
 the word lists.
 .
 This package provides the tokyocabinet backend.

Package: bogofilter-common
Architecture: any
Depends: ${misc:Depends}
Suggests: doc-base
Replaces: bogofilter (<< 0.94.14-1)
Description: fast Bayesian spam filter (common files)
 This package implements a fast Bayesian spam filter along the lines suggested
 by Paul Graham in his article "A Plan For Spam".
 .
 This version substantially improves on Paul's proposal by doing smarter
 lexical analysis.  In particular, hostnames and IP addresses are retained
 as recognition features rather than broken up. Various kinds of MTA
 cruft such as dates and message-IDs are discarded so as not to bloat
 the word lists.
 .
 This package provides files that are common for all database backends.