diff --git a/debian/changelog b/debian/changelog index 0482ea65..2cb12b79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linkchecker (1.5.1) unstable; urgency=low + + * debian/control: remove python-ssl from suggests + + -- Bastian Kleineidam Mon, 13 May 2002 01:24:06 +0200 + linkchecker (1.5.0) unstable; urgency=low * More syntax checking for host:port network locations (from 1.4.4) diff --git a/debian/control b/debian/control index 13fd18da..cf402c5e 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,6 @@ Package: linkchecker Architecture: all Depends: python (>= 2.1) Conflicts: python (>= 2.2), python-ssl (>= 2.2), linkchecker-ssl -Suggests: python-ssl (>= 2.1) Description: check HTML documents for broken links Features: o recursive checking @@ -23,6 +22,7 @@ Description: check HTML documents for broken links o give username/password for HTTP and FTP authorization o robots.txt exclusion protocol support o i18n support + o Cookie support o command line interface o (Fast)CGI web interface (requires HTTP server) .