diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-02-02 23:52:39 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-02-02 23:52:39 +0400 |
commit | 689d0aa5884e7716932d1dbf492bc90acb79fedb (patch) | |
tree | eb368cb98d62a4c88ae50c06d77da781e2966196 /debian | |
parent | 164d74f4807acc945f016843252dfdb6a1baa37b (diff) | |
download | rspamd-689d0aa5884e7716932d1dbf492bc90acb79fedb.tar.gz rspamd-689d0aa5884e7716932d1dbf492bc90acb79fedb.zip |
Pod and debian control fix.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control index b442c79fa..8eca2807b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: rspamd Section: mail Priority: extra Maintainer: Vsevolod Stakhov <vsevolod@highsecure.ru> -Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.16.1~), cmake, libevent-dev (>= 1.3), libglib2.0-dev (>= 2.16.0), libgmime-2.6-dev, liblua5.1-0-dev, libpcre3-dev, cdbs, adduser +Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.16.1~), cmake, libevent-dev (>= 1.3), libglib2.0-dev (>= 2.16.0), libgmime-2.6-dev, liblua5.1-0-dev, libpcre3-dev, cdbs Standards-Version: 3.9.3 Homepage: https://bitbucket.org/vstakhov/rspamd/ Vcs-Hg: https://bitbucket.org/vstakhov/rspamd/ @@ -10,8 +10,8 @@ Vcs-Browser: https://bitbucket.org/vstakhov/rspamd/src Package: rspamd Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Fast spam filtering system - Rspamd is rapid, modular and lightweight spam filter. It is designed to work +Depends: ${shlibs:Depends}, ${misc:Depends}, adduser +Description: Rapid spam filtering system + Rspamd is a rapid, modular and lightweight spam filter. It is designed to work with big amount of mail and can be easily extended with own filters written in lua. |