diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-05-31 14:06:11 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2008-05-31 14:06:11 +0200 |
commit | a958acd9de7b474b8249998551113c18ef7f9d0a (patch) | |
tree | d26709f90dda43604328c15c3cbbe1e1cb1721b0 /debian/control | |
parent | 49ca41506147278ed8b3c8de2b2d95bb51805a3d (diff) | |
download | dovecot-antispam-a958acd9de7b474b8249998551113c18ef7f9d0a.tar.gz dovecot-antispam-a958acd9de7b474b8249998551113c18ef7f9d0a.tar.xz dovecot-antispam-a958acd9de7b474b8249998551113c18ef7f9d0a.zip |
add preliminary debian packaging
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f1d6d7a --- /dev/null +++ b/debian/control @@ -0,0 +1,46 @@ +Source: dovecot-antispam +Section: mail +Priority: optional +Maintainer: Johannes Berg <johannes@sipsolutions.net> +Build-Depends: debhelper (>= 6), dovecot-dev +Standards-Version: 3.7.3 +Homepage: http://johannes.sipsolutions.net/Projects/dovecot-antispam + +Package: dovecot-antispam-crm114 +Architecture: any +Depends: dovecot-imapd, ${shlibs:Depends} +Provides: dovecot-antispam +Conflicts: dovecot-antispam +Description: Dovecot IMAP server antispam plugin + The Dovecot IMAP server antispam plugin is an IMAP server extension + helping you train your spam filter. + . + This package contains the crm114 version of the plugin. +Tag: mail::imap, works-with::mail + +Package: dovecot-antispam-dspam +Architecture: any +Depends: dovecot-imapd, ${shlibs:Depends} +Provides: dovecot-antispam +Conflicts: dovecot-antispam +Description: Dovecot IMAP server antispam plugin + The Dovecot IMAP server antispam plugin is an IMAP server extension + helping you train your spam filter. + . + This package contains the dspam version of the plugin. +Tag: mail::imap, works-with::mail + +Package: dovecot-antispam-mailtrain +Architecture: any +Depends: dovecot-imapd, ${shlibs:Depends} +Provides: dovecot-antispam +Conflicts: dovecot-antispam +Description: Dovecot IMAP server antispam plugin + The Dovecot IMAP server antispam plugin is an IMAP server extension + helping you train your spam filter. + . + This package contains the mailtrain version of the plugin; due to + simply piping the message to the learning process it can also be + used with any other spam filter, for example spamassassin (via + sa-learn.) +Tag: mail::imap, works-with::mail |