aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules6
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 60f8eddfc..7a074b5bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rspamd (0.6.2-1) unstable; urgency=low
+
+ * Upgrade to 0.6.2
+
+ -- Vsevolod Stakhov <vsevolod@highsecure.ru> Wed, 4 Dec 2013 16:43:00 +0000
+
rspamd (0.6.1-1) unstable; urgency=low
* Upgrade to 0.6.1
diff --git a/debian/rules b/debian/rules
index 2a50cc64b..ae90afc21 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,16 +6,20 @@ include /usr/share/dpkg/buildflags.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/cmake.mk
-DEB_CMAKE_NORMAL_ARGS+= -DCONFDIR=/etc/rspamd \
+DEB_CMAKE_NORMAL_ARGS+= \
+ -DCONFDIR=/etc/rspamd \
-DMANDIR=/usr/share/man \
-DRUNDIR=/var/lib/rspamd \
-DDBDIR=/var/lib/rspamd \
-DLOGDIR=/var/log/rspamd \
-DPLUGINSDIR=/usr/share/rspamd \
+ -DEXAMPLESDIR=/usr/share/examples/rspamd \
-DLIBDIR=/usr/lib \
-DINCLUDEDIR=/usr/include \
-DNO_SHARED=ON \
-DDEBIAN_BUILD=1 \
+ -DINSTALL_EXAMPLES=ON \
+ -DFORCE_GMIME24=ON \
-DRSPAMD_GROUP=rspamd \
-DRSPAMD_USER=rspamd
clean::