Add missing dependency on python-qscintilla2

This commit is contained in:
Bastian Kleineidam 2011-01-06 09:49:09 +01:00
parent 3c48c04b1c
commit 264e574624
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -1,6 +1,8 @@
linkchecker (6.2-1) unstable; urgency=low
* New upstream release.
* Add python-qscintilla2 to dependencies.
(Closes: #609061)
-- Bastian Kleineidam <calvin@debian.org> Tue, 28 Dec 2010 17:18:50 +0100

2
debian/control vendored
View file

@ -42,7 +42,7 @@ Package: linkchecker-gui
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: linkchecker, python-qt4 (>= 4.5), libqt4-sql-sqlite,
${python:Depends}, ${misc:Depends}
${python:Depends}, ${misc:Depends}, python-qscintilla2
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.