From 2e41b2e8cc9325f61c80e12f3f93735e411d12e5 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 1 Jan 2016 17:38:09 +0000 Subject: [PATCH] Add another override to fix packaging --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index 472e869a4b..3a73328407 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,8 @@ %: dh $@ --with systemd +.PHONY: override_dh_strip + export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed override_dh_auto_configure: @@ -29,6 +31,9 @@ override_dh_makeshlibs: override_dh_strip: dh_strip --dbg-package=rspamd-dbg +override_dh_auto_install: + dh_auto_install --destdir=debian/rspamd + override_dh_auto_clean: dh_auto_clean rm -f src/modules.c -- 2.47.3