]> source.dussan.org Git - rspamd.git/commitdiff
Add another override to fix packaging
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 1 Jan 2016 17:38:09 +0000 (17:38 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 1 Jan 2016 17:38:09 +0000 (17:38 +0000)
debian/rules

index 472e869a4b4e2aed39f722dd74ffa72414611b30..3a73328407c1f0da05383d052f400a464a7a20cf 100755 (executable)
@@ -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