mirror of https://github.com/fail2ban/fail2ban
move jail.d ssh default customization into debian/files to please lintian
parent
3f390f1ea1
commit
dacd6c4155
|
@ -41,7 +41,7 @@ override_dh_install:
|
|||
install -m 644 files/fail2ban-tmpfiles.conf $(DESTDIR)/usr/lib/tmpfiles.d
|
||||
install -d $(DESTDIR)/lib/systemd/system
|
||||
: # Install default jail enabler
|
||||
install -m 644 debian/source/jail.d_defaults-debian.conf $(DESTDIR)/etc/fail2ban/jail.d/defaults-debian.conf
|
||||
install -m 644 debian/debian-files/jail.d_defaults-debian.conf $(DESTDIR)/etc/fail2ban/jail.d/defaults-debian.conf
|
||||
dh_install
|
||||
|
||||
override_dh_auto_test:
|
||||
|
|
Loading…
Reference in New Issue