diff --git a/Makefile b/Makefile index d2b6456e..b75fb5df 100644 --- a/Makefile +++ b/Makefile @@ -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' ` diff --git a/debian/docs b/debian/docs new file mode 100644 index 00000000..724e0844 --- /dev/null +++ b/debian/docs @@ -0,0 +1,2 @@ +README +TODO diff --git a/fail2ban.h2m b/fail2ban.h2m index 3e8f9d07..3fb546bd 100644 --- a/fail2ban.h2m +++ b/fail2ban.h2m @@ -24,10 +24,14 @@ Licensed under the GNU General Public License v2 (GPL). [author] Original fail2ban by Cyril Jaquier . .br -Modified by +Modified and packaged for Debian by .br - Yaroslav O. Halchenko . .br Sponsored for Debian by .br - Barak A. Pearlmutter . + +[see also] +.br +fail2ban.conf(5) diff --git a/man/fail2ban.conf.5 b/man/fail2ban.conf.5 index 91328a35..b495d2ea 100644 --- a/man/fail2ban.conf.5 +++ b/man/fail2ban.conf.5 @@ -13,8 +13,16 @@ Please report bugs at http://sourceforge.net/projects/fail2ban/ via bug tracker .SH "AUTHOR" Cyril Jaquier +.br +Modified by +.br + - Yaroslav O. Halchenko . +.br +Sponsored for Debian by +.br + - Barak A. Pearlmutter . .SH "SEE ALSO" -.BR fail2ban (8) +.BR fail2ban(8) .TP See .BR "http://fail2ban.sourceforge.net/".