Python3 update

This commit is contained in:
Mario Fetka
2026-04-22 23:24:29 +02:00
parent 6db8ad7a2d
commit 2230ffdadd
48 changed files with 637 additions and 2095 deletions

27
debian/control vendored
View File

@@ -2,18 +2,23 @@ Source: fail2ban-p2p
Section: net
Priority: optional
Maintainer: Manuel Munz <manu@somakoma.de>
Build-Depends: debhelper (>= 8.0.0), python (>= 2.5.4-1~)
Build-Depends-Indep: python-central (>= 0.5.6)
XS-Python-Version: current, >= 2.4
Standards-Version: 3.9.2
#Homepage:
#Vcs-Git: git://git.debian.org/collab-maint/fail2ban-p2p.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/fail2ban-p2p.git;a=summary
Build-Depends:
debhelper (>= 13),
dh-python,
python3-all,
python3-setuptools
Standards-Version: 4.7.4.1
Rules-Requires-Root: no
Homepage: https://github.com/mmunz/fail2ban-p2p
Package: fail2ban-p2p
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-m2crypto, python-argparse, adduser
XB-Python-Version: ${python:Versions}
Depends:
${misc:Depends},
${python3:Depends},
adduser,
python3-m2crypto
Description: Distribute attacker information from fail2ban via a p2p network
Fail2ban-p2p can be used to distribute information about atackers in a
p2p/f2f network to ban these attackers on all hosts.
fail2ban-p2p distributes attacker information from fail2ban between hosts
in a peer-to-peer or friend-to-friend network so attackers can be blocked
across multiple systems.