From 155cfb4f167ef8ead4b09caddef9d1f0e9ef50b7 Mon Sep 17 00:00:00 2001 From: calvin Date: Sun, 12 May 2002 23:24:09 +0000 Subject: [PATCH] remove python-ssl, updated description git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@427 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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) .