diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-05-06 10:57:05 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-05-06 10:57:05 +0100 |
commit | 918e08f278c23d83497d30d0dd8485cbfd01181e (patch) | |
tree | 77c1ca491f81bacc5e25a77cff9059c44aa0f1df | |
parent | cfd7e090d7ea199b524e4ab7c25525081875147b (diff) | |
download | rspamd-918e08f278c23d83497d30d0dd8485cbfd01181e.tar.gz rspamd-918e08f278c23d83497d30d0dd8485cbfd01181e.zip |
Fix debian copyright and rules.
-rw-r--r-- | debian/copyright | 2 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/copyright b/debian/copyright index f23dd34b1..871b6d55f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -65,7 +65,7 @@ License: MPL-2 Files: contrib/aho-corasic Copyright: 2009-2014 Mischa Sandberg <mischasan@gmail.com> -License: License: LGPL-3+ +License: LGPL-3+ Files: contrib/xxhash/xxhash.* Copyright: 2012-2013, Yann Collet. diff --git a/debian/rules b/debian/rules index 7c03e777f..4270f06bc 100755 --- a/debian/rules +++ b/debian/rules @@ -24,6 +24,9 @@ override_dh_auto_configure: -DENABLE_HIREDIS=ON \ -DWANT_SYSTEMD_UNITS=ON +override_dh_makeshlibs: + dh_makeshlibs -Xrspamd-actrie + override_dh_auto_clean: dh_auto_clean rm -f src/modules.c |