From: Mikhail Gusarov Date: Sun, 23 Feb 2014 08:36:40 +0000 (+0100) Subject: Use dh instead of CDBS X-Git-Tag: 0.6.9~10^2~7 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b866c0113449b3b594af52d07e445579e49d8221;p=rspamd.git Use dh instead of CDBS --- diff --git a/debian/control b/debian/control index fa5c4e3a3..80065f32b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: rspamd Section: mail Priority: optional Maintainer: Mikhail Gusarov -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.2-dev | liblua5.1-dev | liblua5.1-0-dev, libpcre3-dev, cdbs, libssl-dev (>= 1.0), libcurl4-openssl-dev, libhiredis-dev +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.2-dev | liblua5.1-dev | liblua5.1-0-dev, libpcre3-dev, libssl-dev (>= 1.0), libcurl4-openssl-dev, libhiredis-dev Standards-Version: 3.9.5 Homepage: https://rspamd.com Vcs-Git: git://github.com/vstakhov/rspamd.git diff --git a/debian/rules b/debian/rules index 3608758ea..1128635c2 100755 --- a/debian/rules +++ b/debian/rules @@ -1,14 +1,11 @@ #!/usr/bin/make -f +%: + dh $@ -#export DEB_BUILD_MAINT_OPTIONS=hardening=+all +export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed - -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 \ +override_dh_auto_configure: + dh_auto_configure -- -DCONFDIR=/etc/rspamd \ -DMANDIR=/usr/share/man \ -DRUNDIR=/run/rspamd \ -DDBDIR=/var/lib/rspamd \ @@ -22,7 +19,10 @@ DEB_CMAKE_NORMAL_ARGS+= -DCONFDIR=/etc/rspamd \ -DINSTALL_EXAMPLES=ON \ -DFORCE_GMIME24=ON \ -DRSPAMD_GROUP=rspamd \ - -DRSPAMD_USER=rspamd \ - -DENABLE_HIREDIS=ON -clean:: + -DRSPAMD_USER=_rspamd +# \ +# -DENABLE_HIREDIS=ON + +override_dh_auto_clean: + dh_auto_clean rm -f src/modules.c