* Moved call to dh_pycentral before dh_installinit

* Removed unnecessary call of dh_shlibdeps
pull/3/head
Yaroslav Halchenko 2006-12-22 18:56:51 +00:00
parent ebc5c6106f
commit 832a8a4346
2 changed files with 3 additions and 2 deletions

2
debian/changelog vendored
View File

@ -3,6 +3,8 @@ fail2ban (0.7.5-3~pre4) unstable; urgency=low
* Fail2ban now bans vsftpd logins (corrected logfile path and failregex)
(Closes: #404060)
* 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

3
debian/rules vendored
View File

@ -60,14 +60,13 @@ binary-indep: install
dh_installdocs
dh_installexamples config/jail.conf
dh_installlogrotate
dh_pycentral
dh_installinit -- defaults 99
dh_installman man/*.1
dh_pycentral
dh_link
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb