diff --git a/debian/changelog b/debian/changelog index 50212b97..e6c6b965 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 entries in failregex + * Moved call to dh_pycentral before dh_installinit + * Removed unnecessary call of dh_shlibdeps -- Yaroslav Halchenko Thu, 21 Dec 2006 11:53:22 -0500 diff --git a/debian/rules b/debian/rules index 61113297..1b2253f5 100755 --- a/debian/rules +++ b/debian/rules @@ -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