Depend on PyQt >= 4.5

This commit is contained in:
Bastian Kleineidam 2010-11-18 23:36:01 +01:00
parent d246b8718f
commit b7ea3843eb
2 changed files with 3 additions and 1 deletions

1
debian/changelog vendored
View file

@ -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
View file

@ -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.