aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2011-11-21 16:37:46 +0300
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2011-11-21 16:37:46 +0300
commitefe1a722f2804d5a5d7905ed80158e97f7fe01f6 (patch)
tree724976f76cf3d3cb36c1ceb41d57051cdcf59300 /debian/control
parent38f028f8090e7c1f8456928b76719c9e52962fa9 (diff)
downloadrspamd-efe1a722f2804d5a5d7905ed80158e97f7fe01f6.tar.gz
rspamd-efe1a722f2804d5a5d7905ed80158e97f7fe01f6.zip
* Add debian package information.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 000000000..7c2279fe2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: rspamd
+Section: mail
+Priority: extra
+Maintainer: Vsevolod Stakhov <vsevolod@highsecure.ru>
+Build-Depends: debhelper (>= 7.0.50~), cmake, libevent1-dev(>= 1.3), libglib2.0-dev (>= 2.16.0), libgmime-2.4-dev, liblua5.1-0-dev, libpcre3-dev, cdbs
+Standards-Version: 3.9.1
+Homepage: https://bitbucket.org/vstakhov/rspamd/
+Vcs-Hg: https://bitbucket.org/vstakhov/rspamd/
+Vcs-Browser: https://bitbucket.org/vstakhov/rspamd/src
+
+Package: rspamd
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Fast spam filtering system
+ Rspamd is fast, modular and lightweight spam filter. It is designed to work
+ with big ammount of mail and can be easily extended with own filters written in
+ lua.