diff --git a/debian/changelog b/debian/changelog index 1b150490..26875f13 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ fail2ban (0.8.1-3~pre2~2.gbpb2ab5f) UNRELEASED; urgency=low ** SNAPSHOT build @b2ab5fc085525a29b8a57ac1ad17c510b26f5290 ** + * Added Vcs- fields, moved Homepage into source header's field * Propagated patch from 0.9 upstream branch: Replaced ssocket.py with asyncore/asynchat implementation. Correct fix for bug #1769616. That is supposed to resolve spontaneous 100% CPU utilization by fail2ban-server. @@ -9,7 +10,7 @@ fail2ban (0.8.1-3~pre2~2.gbpb2ab5f) UNRELEASED; urgency=low * NF: new filter for 'refused connect' (closes: #451093). Thanks Guido Bozzetto - -- Yaroslav Halchenko Fri, 23 Nov 2007 09:01:11 -0500 + -- Yaroslav Halchenko Fri, 23 Nov 2007 11:08:09 -0500 fail2ban (0.8.1-2) unstable; urgency=low diff --git a/debian/control b/debian/control index b26dae0a..069d01d2 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,12 @@ Maintainer: Yaroslav Halchenko Build-Depends: debhelper (>= 5.0.37.2), dpatch, python Build-Depends-Indep: python-central (>= 0.5.6) XS-Python-Version: current, >= 2.4 +Homepage: http://www.fail2ban.org +Vcs-Browser: http://git.onerussian.com/?p=fail2ban +Vcs-git: http://git.onerussian.com/vcs/fail2ban Standards-Version: 3.7.2 + Package: fail2ban Architecture: all Depends: ${python:Depends}, iptables, lsb-base (>=2.0-7) @@ -24,6 +28,4 @@ Description: bans IPs that cause multiple authentication errors file. All filters and actions are given in the config files, thus fail2ban can be adopted to be used with a variety of files and firewalls. - . - Homepage: http://www.fail2ban.org