mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
small clean up
This commit is contained in:
parent
589fb2a217
commit
9af3da8b57
2 changed files with 7 additions and 7 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
|
@ -1,3 +1,10 @@
|
|||
fail2ban (0.6.1-4) unstable; urgency=low
|
||||
|
||||
* Clean up of debian/rules: removed commented out dh_ scripts which
|
||||
definetly will never be used
|
||||
|
||||
-- Yaroslav Halchenko <debian@onerussian.com> Tue, 16 May 2006 15:53:06 -0400
|
||||
|
||||
fail2ban (0.6.1-3) unstable; urgency=low
|
||||
|
||||
* Fixed vsftpd failregexp (closes: #366687)
|
||||
|
|
|
|||
7
debian/rules
vendored
7
debian/rules
vendored
|
|
@ -76,22 +76,15 @@ binary-arch: build install copy-inits
|
|||
dh_installdocs
|
||||
dh_installexamples config/fail2ban.conf.*
|
||||
# dh_install
|
||||
# dh_installmenu
|
||||
# dh_installdebconf
|
||||
dh_installlogrotate
|
||||
# dh_installemacsen
|
||||
# dh_installpam
|
||||
# dh_installmime
|
||||
dh_installinit -- defaults 99
|
||||
# dh_installcron
|
||||
# dh_installinfo
|
||||
dh_installman fail2ban.8 man/fail2ban.conf.5
|
||||
dh_link
|
||||
dh_strip
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
# dh_perl
|
||||
# dh_makeshlibs
|
||||
dh_installdeb
|
||||
dh_shlibdeps
|
||||
dh_gencontrol
|
||||
|
|
|
|||
Loading…
Reference in a new issue