mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-12 18:40:57 +00:00
Move python-qscintilla2 from depends to recommends.
This commit is contained in:
parent
ff40607674
commit
bf98da0de1
2 changed files with 4 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
|
@ -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
3
debian/control
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue