Move python-qscintilla2 from depends to recommends.

This commit is contained in:
Bastian Kleineidam 2011-04-26 18:41:01 +02:00
parent ff40607674
commit bf98da0de1
2 changed files with 4 additions and 2 deletions

3
debian/changelog vendored
View file

@ -1,8 +1,9 @@
linkchecker (6.9-1) unstable; urgency=low
* New upstream release.
* Move python-qscintilla2 from depends to recommends.
-- Bastian Kleineidam <calvin@debian.org> Tue, 26 Apr 2011 18:40:26 +0200
-- Bastian Kleineidam <calvin@debian.org> Tue, 26 Apr 2011 18:40:54 +0200
linkchecker (6.8-1) unstable; urgency=low

3
debian/control vendored
View file

@ -43,7 +43,8 @@ Package: linkchecker-gui
Priority: extra
Architecture: all
Depends: linkchecker, python-qt4 (>= 4.5), libqt4-sql-sqlite,
${python:Depends}, ${misc:Depends}, python-qscintilla2
${python:Depends}, ${misc:Depends}
Recommends: 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.