mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-21 16:30:28 +00:00
suggest optcomplete
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2254 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
7033221ac8
commit
3d7f98bf81
2 changed files with 3 additions and 2 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
|
@ -2,6 +2,7 @@ linkchecker (2.3-1) unstable; urgency=low
|
|||
|
||||
* New upstream release.
|
||||
* Depend on python 2.4 packages.
|
||||
* Make python2.4-optcomplete a suggestion.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Mon, 24 Jan 2005 20:24:12 +0100
|
||||
|
||||
|
|
|
|||
4
debian/control
vendored
4
debian/control
vendored
|
|
@ -7,9 +7,9 @@ Standards-Version: 3.6.1
|
|||
|
||||
Package: linkchecker
|
||||
Architecture: any
|
||||
Depends: ${python:Depends}, python2.4-optcomplete
|
||||
Depends: ${python:Depends}
|
||||
Conflicts: linkchecker-ssl
|
||||
Suggests: apache | httpd, python2.4-psyco
|
||||
Suggests: apache | httpd, python2.4-psyco, python2.4-optcomplete
|
||||
Description: check HTML documents for broken links
|
||||
Features:
|
||||
o recursive checking
|
||||
|
|
|
|||
Loading…
Reference in a new issue