mirror of https://github.com/fail2ban/fail2ban
* Adjusted rule to install man pages -- only .1 files since there are also
h2m sourcesdebian-releases/etch
parent
37d2abc8ea
commit
6a2aaa4db7
|
@ -3,6 +3,8 @@ fail2ban (0.7.4~pre2006102-1) experimental; urgency=low
|
|||
* Currrent snapshot of trunk
|
||||
* Removed outdated (applied in 0.7.4 or specific for 0.6.?) patches
|
||||
from debian/patches
|
||||
* Adjusted rule to install man pages -- only .1 files since there are also
|
||||
h2m sources
|
||||
|
||||
-- Yaroslav Halchenko <debian@onerussian.com> Mon, 23 Oct 2006 00:17:55 -0400
|
||||
|
||||
|
|
|
@ -77,7 +77,7 @@ binary-indep: install
|
|||
dh_installinit -- defaults 99
|
||||
# dh_installcron
|
||||
# dh_installinfo
|
||||
dh_installman man/*
|
||||
dh_installman man/*.1
|
||||
dh_pycentral
|
||||
dh_python
|
||||
dh_link
|
||||
|
|
Loading…
Reference in New Issue