mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-25 22:53:42 +00:00
updated
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@495 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
254c3d0f5e
commit
ea578d7d43
2 changed files with 13 additions and 4 deletions
9
debian/changelog
vendored
9
debian/changelog
vendored
|
|
@ -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 <calvin@debian.org> Tue, 27 Aug 2002 00:10:20 +0200
|
||||
|
||||
linkchecker (1.6.0) unstable; urgency=low
|
||||
|
||||
* linkchecker.1: updated manpage
|
||||
|
|
|
|||
8
debian/control
vendored
8
debian/control
vendored
|
|
@ -2,13 +2,13 @@ Source: linkchecker
|
|||
Section: web
|
||||
Priority: optional
|
||||
Maintainer: Bastian Kleineidam <calvin@debian.org>
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue