]> source.dussan.org Git - rspamd.git/commitdiff
Require fixed version of libhiredis to drop workaround
authorMikhail Gusarov <dottedmag@debian.org>
Mon, 18 May 2015 16:32:25 +0000 (16:32 +0000)
committerMikhail Gusarov <dottedmag@debian.org>
Mon, 18 May 2015 17:24:35 +0000 (17:24 +0000)
debian/control
debian/rules

index 096a7f5edf6aafb0468336288bd119cf49bdedc9..71b11d4130a0ab66059bcf0e6facf449542e3b26 100644 (file)
@@ -2,7 +2,7 @@ Source: rspamd
 Section: mail
 Priority: optional
 Maintainer: Mikhail Gusarov <dottedmag@debian.org>
-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
index 4270f06bc3b3d14792e8e0080df51aeabdfd5537..9205b5a5544e12e9567f4a990873736392d27122 100755 (executable)
@@ -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 \