small amend: restored after 3-way merge, no 2to3, no default jail.d anymore

debian
sebres 2024-04-26 01:18:48 +02:00
parent 9d3699f296
commit f9d3e28c7c
2 changed files with 0 additions and 4 deletions

View File

@ -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

3
debian/rules vendored
View File

@ -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: