From d02bf6bc5732d9a74f37f9dc11e68d075cad1aba Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Thu, 23 Apr 2026 00:05:42 +0200 Subject: [PATCH] Bookworm+ update --- debian/rules | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/rules b/debian/rules index fc06279..9df24b5 100755 --- a/debian/rules +++ b/debian/rules @@ -3,20 +3,20 @@ export PYBUILD_NAME=fail2ban-p2p %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_configure: - : + : override_dh_auto_build: - python3 setup.py build + python3 setup.py build override_dh_auto_install: - python3 setup.py install \ + python3 setup.py install \ --root=$(CURDIR)/debian/fail2ban-p2p \ --no-compile \ --install-layout=deb override_dh_auto_clean: - -python3 setup.py clean --all - rm -rf build .pybuild + -python3 setup.py clean --all + rm -rf build .pybuild