fail2ban-p2p/debian/rules

14 lines
380 B
Plaintext
Raw Normal View History

#!/usr/bin/make -f
2024-03-26 14:31:12 +01:00
# You must remove unused comment lines for the released package.
#export DH_VERBOSE = 1
2024-03-26 14:31:12 +01:00
export PYBUILD_NAME=fail2ban-p2p
DESTDIR=$(CURDIR)/debian/fail2ban-p2p
2024-03-26 14:31:12 +01:00
%:
dh $@ --with python3 --buildsystem=pybuild --root=$(DESTDIR) --no-compile --install-layout=deb
2024-03-26 14:31:12 +01:00
override_dh_auto_test:
echo "Not running tests - upstream tarball doesn't provide any."