From: Mikhail Gusarov Date: Mon, 18 May 2015 16:32:25 +0000 (+0000) Subject: Require fixed version of libhiredis to drop workaround X-Git-Tag: 0.9.2~7^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4480828ebc8d6534bf25157fe369efc251e07d04;p=rspamd.git Require fixed version of libhiredis to drop workaround --- diff --git a/debian/control b/debian/control index 096a7f5ed..71b11d413 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: rspamd Section: mail Priority: optional Maintainer: Mikhail Gusarov -Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), cmake, libevent-dev (>= 1.3), libglib2.0-dev (>= 2.16.0), libgmime-2.6-dev, libluajit-5.1-dev, libpcre3-dev, libssl-dev (>= 1.0), libcurl4-openssl-dev, libhiredis-dev, libsqlite3-dev, perl, dh-systemd +Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), cmake, libevent-dev (>= 1.3), libglib2.0-dev (>= 2.16.0), libgmime-2.6-dev, libluajit-5.1-dev, libpcre3-dev, libssl-dev (>= 1.0), libcurl4-openssl-dev, libhiredis-dev (>= 0.11.0-4), libsqlite3-dev, perl, dh-systemd Standards-Version: 3.9.6 Homepage: https://rspamd.com Vcs-Git: git://github.com/vstakhov/rspamd.git diff --git a/debian/rules b/debian/rules index 4270f06bc..9205b5a55 100755 --- a/debian/rules +++ b/debian/rules @@ -3,8 +3,6 @@ dh $@ --with systemd export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -# Until https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739834 is fixed -export DEB_CFLAGS_MAINT_APPEND = -I/usr/include/hiredis override_dh_auto_configure: dh_auto_configure -- -DCONFDIR=/etc/rspamd \