mirror of https://github.com/fail2ban/fail2ban
small amend: restored after 3-way merge, no 2to3, no default jail.d anymore
parent
9d3699f296
commit
f9d3e28c7c
|
@ -4,5 +4,4 @@ deb_manpages_reportbug
|
|||
0002-ENH-verify-that-use_stock_cfg-was-not-provided-while.patch
|
||||
deb_no_iptables_service
|
||||
no-python-user.diff
|
||||
roundcude-update.diff
|
||||
systemd-run.diff
|
||||
|
|
|
@ -35,7 +35,6 @@ ifneq (,$(filter notest,$(DEB_BUILD_OPTIONS)))
|
|||
endif
|
||||
|
||||
override_dh_auto_configure:
|
||||
LANG=C ./fail2ban-2to3
|
||||
dh_auto_configure
|
||||
|
||||
override_dh_auto_test:
|
||||
|
@ -63,8 +62,6 @@ override_dh_install:
|
|||
install -m 644 build/fail2ban.service $(DESTDIR)$(SYSTEMD_SYSTEM_UNIT_DIR)
|
||||
install -m 644 files/fail2ban-tmpfiles.conf $(DESTDIR)/usr/lib/tmpfiles.d
|
||||
install -d $(DESTDIR)$(SYSTEMD_SYSTEM_UNIT_DIR)
|
||||
: # Install default jail enabler
|
||||
install -m 644 debian/debian-files/jail.d_defaults-debian.conf $(DESTDIR)/etc/fail2ban/jail.d/defaults-debian.conf
|
||||
dh_install
|
||||
|
||||
override_dh_installexamples:
|
||||
|
|
Loading…
Reference in New Issue