updated for Debian Python transition

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3374 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2006-06-14 21:27:46 +00:00
parent e78f6c4b3c
commit da6dfcb39f
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View file

@ -1,8 +1,9 @@
linkchecker (4.2-1) unstable; urgency=low
* New upstream release.
* Update dependencies for Python transition
-- Bastian Kleineidam <calvin@debian.org> Mon, 5 Jun 2006 23:40:28 +0200
-- Bastian Kleineidam <calvin@debian.org> Wed, 14 Jun 2006 18:00:13 +0200
linkchecker (4.1-1) unstable; urgency=low

2
debian/control vendored
View file

@ -8,7 +8,7 @@ Standards-Version: 3.7.2.0
Package: linkchecker
Architecture: any
Depends: python2.4
Suggests: apache | httpd, python2.4-psyco, python2.4-optcomplete, python2.4-profiler, python2.4-geoip
Suggests: apache | httpd, python-psyco (>= 1.5-3) | python2.4-psyco, python-optcomplete (>= 1.2-5) | python2.4-optcomplete, python2.4-profiler, python2.4-geoip
Description: check websites and HTML documents for broken links
Provides a command line program and web interface to check links
of websites and HTML documents.