mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-20 22:31:00 +00:00
Depend on PyQt >= 4.5
This commit is contained in:
parent
d246b8718f
commit
b7ea3843eb
2 changed files with 3 additions and 1 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
|
@ -1,6 +1,7 @@
|
|||
linkchecker (5.5-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Depend on PyQt >= 4.5.
|
||||
|
||||
-- Bastian Kleineidam <calvin@debian.org> Tue, 26 Oct 2010 16:21:09 +0200
|
||||
|
||||
|
|
|
|||
3
debian/control
vendored
3
debian/control
vendored
|
|
@ -41,7 +41,8 @@ Description: check websites and HTML documents for broken links
|
|||
Package: linkchecker-gui
|
||||
Architecture: all
|
||||
XB-Python-Version: ${python:Versions}
|
||||
Depends: linkchecker, python-qt4, ${python:Depends}, ${misc:Depends}, libqt4-sql-sqlite
|
||||
Depends: linkchecker, python-qt4 (>= 4.5), libqt4-sql-sqlite,
|
||||
${python:Depends}, ${misc:Depends}
|
||||
Description: check websites and HTML documents for broken links (GUI client)
|
||||
Provides a graphical interface "linkchecker-gui" to check links of websites
|
||||
and HTML documents.
|
||||
|
|
|
|||
Loading…
Reference in a new issue