Update Debian for new python build
This commit is contained in:
parent
6db8ad7a2d
commit
baac8d2dac
4
debian/control
vendored
4
debian/control
vendored
@ -3,7 +3,7 @@ Section: net
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Manuel Munz <manu@somakoma.de>
|
Maintainer: Manuel Munz <manu@somakoma.de>
|
||||||
Build-Depends: debhelper (>= 8.0.0), python (>= 2.5.4-1~)
|
Build-Depends: debhelper (>= 8.0.0), python (>= 2.5.4-1~)
|
||||||
Build-Depends-Indep: python-central (>= 0.5.6)
|
Build-Depends-Indep: dh-python
|
||||||
XS-Python-Version: current, >= 2.4
|
XS-Python-Version: current, >= 2.4
|
||||||
Standards-Version: 3.9.2
|
Standards-Version: 3.9.2
|
||||||
#Homepage:
|
#Homepage:
|
||||||
@ -13,7 +13,7 @@ Standards-Version: 3.9.2
|
|||||||
Package: fail2ban-p2p
|
Package: fail2ban-p2p
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-m2crypto, python-argparse, adduser
|
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-m2crypto, python-argparse, adduser
|
||||||
XB-Python-Version: ${python:Versions}
|
XS-Python-Version: ${python:Versions}
|
||||||
Description: Distribute attacker information from fail2ban via a p2p network
|
Description: Distribute attacker information from fail2ban via a p2p network
|
||||||
Fail2ban-p2p can be used to distribute information about atackers in a
|
Fail2ban-p2p can be used to distribute information about atackers in a
|
||||||
p2p/f2f network to ban these attackers on all hosts.
|
p2p/f2f network to ban these attackers on all hosts.
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -50,7 +50,7 @@ binary-indep: install
|
|||||||
#dh_installchangelogs ChangeLog
|
#dh_installchangelogs ChangeLog
|
||||||
dh_installdocs
|
dh_installdocs
|
||||||
dh_installlogrotate
|
dh_installlogrotate
|
||||||
dh_pycentral
|
dh_python2
|
||||||
dh_installinit -- defaults 99
|
dh_installinit -- defaults 99
|
||||||
#dh_installman man/*.1
|
#dh_installman man/*.1
|
||||||
dh_link
|
dh_link
|
||||||
|
Loading…
Reference in New Issue
Block a user