mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-30 19:14:43 +00:00
Add missing dependency on python-qscintilla2
This commit is contained in:
parent
3c48c04b1c
commit
264e574624
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
|
@ -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
2
debian/control
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue