From ea578d7d43664d77891e74f2c7b3af75f1d398f5 Mon Sep 17 00:00:00 2001 From: calvin Date: Mon, 26 Aug 2002 22:13:28 +0000 Subject: [PATCH] updated git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@495 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- debian/changelog | 9 +++++++++ debian/control | 8 ++++---- 2 files changed, 13 insertions(+), 4 deletions(-) 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