added patch to fix rel symlink for tests to be ran out of source

pull/1858/head debian/0.9.7-1
Yaroslav Halchenko 2017-05-10 23:27:49 -04:00
parent 1561d5fb14
commit abb2feafe7
2 changed files with 12 additions and 0 deletions

11
debian/patches/deb_path_to_common vendored Normal file
View File

@ -0,0 +1,11 @@
--- a/fail2ban/tests/config/filter.d/zzz-generic-example.conf
+++ b/fail2ban/tests/config/filter.d/zzz-generic-example.conf
@@ -8,7 +8,7 @@
# Read common prefixes. If any customizations available -- read them from
# common.local. common.conf is a symlink to the original common.conf and
# should be copied (dereferenced) during installation
-before = ../../../../config/filter.d/common.conf
+before = ../../../../../../../config/filter.d/common.conf
[Definition]

View File

@ -1,2 +1,3 @@
deb_path_to_common
deb_init_paths
deb_manpages_reportbug