mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
* Adjusted rule to install man pages -- only .1 files since there are also
h2m sources
This commit is contained in:
parent
37d2abc8ea
commit
6a2aaa4db7
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
debian/rules
vendored
2
debian/rules
vendored
|
|
@ -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 a new issue