mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-01 05:30:26 +00:00
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:
parent
e78f6c4b3c
commit
da6dfcb39f
2 changed files with 3 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
|
@ -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
2
debian/control
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue