fixed man pages - cross referenced them, placed fail2ban into section 8

added upstream README and TODO
debian-releases/etch
Yaroslav Halchenko 2005-08-18 23:40:49 +00:00
parent d8d79656f5
commit 61f10ac4cb
4 changed files with 18 additions and 5 deletions

View File

@ -2,17 +2,16 @@
#
DESTDIR=debian/fail2ban
all:: fail2ban.1x
all:: fail2ban.8
fail2ban.1x: fail2ban fail2ban.h2m
fail2ban.8: fail2ban fail2ban.h2m
help2man --include fail2ban.h2m --section=1x --no-info --output $@ ./fail2ban
install:: all
python setup.py install --root=debian/fail2ban/
mkdir -p $(DESTDIR)/etc
cp config/fail2ban.conf.default $(DESTDIR)/etc/fail2ban.conf
clean::
rm -rf changelog.gz fail2ban.1x build* `find -iname '*.pyc' `

2
debian/docs vendored Normal file
View File

@ -0,0 +1,2 @@
README
TODO

View File

@ -24,10 +24,14 @@ Licensed under the GNU General Public License v2 (GPL).
[author]
Original fail2ban by Cyril Jaquier <lostcontrol@users.sourceforge.net>.
.br
Modified by
Modified and packaged for Debian by
.br
- Yaroslav O. Halchenko <debian@onerussian.com>.
.br
Sponsored for Debian by
.br
- Barak A. Pearlmutter <barak@cs.nuim.ie>.
[see also]
.br
fail2ban.conf(5)

View File

@ -13,8 +13,16 @@ Please report bugs at http://sourceforge.net/projects/fail2ban/
via bug tracker
.SH "AUTHOR"
Cyril Jaquier <lostcontrol@users.sourceforge.net>
.br
Modified by
.br
- Yaroslav O. Halchenko <debian@onerussian.com>.
.br
Sponsored for Debian by
.br
- Barak A. Pearlmutter <barak@cs.nuim.ie>.
.SH "SEE ALSO"
.BR fail2ban (8)
.BR fail2ban(8)
.TP
See
.BR "http://fail2ban.sourceforge.net/".