mirror of https://github.com/fail2ban/fail2ban
* Moved call to dh_pycentral before dh_installinit
* Removed unnecessary call of dh_shlibdepspull/3/head
parent
ebc5c6106f
commit
832a8a4346
|
@ -3,6 +3,8 @@ fail2ban (0.7.5-3~pre4) unstable; urgency=low
|
||||||
* Fail2ban now bans vsftpd logins (corrected logfile path and failregex)
|
* Fail2ban now bans vsftpd logins (corrected logfile path and failregex)
|
||||||
(Closes: #404060)
|
(Closes: #404060)
|
||||||
* Made fail2ban-server tollerate multiple <HOST> entries in failregex
|
* Made fail2ban-server tollerate multiple <HOST> entries in failregex
|
||||||
|
* Moved call to dh_pycentral before dh_installinit
|
||||||
|
* Removed unnecessary call of dh_shlibdeps
|
||||||
|
|
||||||
-- Yaroslav Halchenko <debian@onerussian.com> Thu, 21 Dec 2006 11:53:22 -0500
|
-- Yaroslav Halchenko <debian@onerussian.com> Thu, 21 Dec 2006 11:53:22 -0500
|
||||||
|
|
||||||
|
|
|
@ -60,14 +60,13 @@ binary-indep: install
|
||||||
dh_installdocs
|
dh_installdocs
|
||||||
dh_installexamples config/jail.conf
|
dh_installexamples config/jail.conf
|
||||||
dh_installlogrotate
|
dh_installlogrotate
|
||||||
|
dh_pycentral
|
||||||
dh_installinit -- defaults 99
|
dh_installinit -- defaults 99
|
||||||
dh_installman man/*.1
|
dh_installman man/*.1
|
||||||
dh_pycentral
|
|
||||||
dh_link
|
dh_link
|
||||||
dh_compress
|
dh_compress
|
||||||
dh_fixperms
|
dh_fixperms
|
||||||
dh_installdeb
|
dh_installdeb
|
||||||
dh_shlibdeps
|
|
||||||
dh_gencontrol
|
dh_gencontrol
|
||||||
dh_md5sums
|
dh_md5sums
|
||||||
dh_builddeb
|
dh_builddeb
|
||||||
|
|
Loading…
Reference in New Issue