Bookworm+ update
This commit is contained in:
21
debian/rules
vendored
21
debian/rules
vendored
@@ -1,19 +1,22 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
export PYBUILD_DISABLE=test
|
export PYBUILD_NAME=fail2ban-p2p
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with python3
|
dh $@ --with python3 --buildsystem=pybuild
|
||||||
|
|
||||||
|
override_dh_auto_configure:
|
||||||
|
:
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
python3 setup.py build
|
python3 setup.py build
|
||||||
|
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
python3 setup.py install \
|
python3 setup.py install \
|
||||||
--root=$(CURDIR)/debian/fail2ban-p2p \
|
--root=$(CURDIR)/debian/fail2ban-p2p \
|
||||||
--no-compile \
|
--no-compile \
|
||||||
--install-layout=deb
|
--install-layout=deb
|
||||||
|
|
||||||
override_dh_auto_clean:
|
override_dh_auto_clean:
|
||||||
-python3 setup.py clean --all
|
-python3 setup.py clean --all
|
||||||
rm -rf build .pybuild
|
rm -rf build .pybuild
|
||||||
|
|||||||
Reference in New Issue
Block a user