diff --git a/debian/changelog b/debian/changelog index c4da403a..197561ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +linkchecker (1.6.1) unstable; urgency=low + + * FileUrlData.py: remove searching for links in text files, this is + error prone. + * Standards version 3.5.6.1, no changes + * Depend on new 2.3 python version + + -- Bastian Kleineidam Tue, 27 Aug 2002 00:10:20 +0200 + linkchecker (1.6.0) unstable; urgency=low * linkchecker.1: updated manpage diff --git a/debian/control b/debian/control index d4d1ecc0..00802671 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,13 @@ Source: linkchecker Section: web Priority: optional Maintainer: Bastian Kleineidam -Build-Depends-Indep: python-dev (>= 2.1), python-dev (<< 2.2), debhelper (>= 3.0.0), gettext -Standards-Version: 3.5.6.0 +Build-Depends-Indep: python-dev (>= 2.2), python-dev (<< 2.3), debhelper (>= 3.0.0), gettext +Standards-Version: 3.5.6.1 Package: linkchecker Architecture: all -Depends: python (>= 2.1), python-dns -Conflicts: python (>= 2.2), python-ssl (>= 2.2), linkchecker-ssl +Depends: python (>= 2.2), python-dns +Conflicts: python (>= 2.3), python-ssl (>= 2.3), linkchecker-ssl Description: check HTML documents for broken links Features: o recursive checking