From bf98da0de145f7f8cd12ba34115116e1c2b96992 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Tue, 26 Apr 2011 18:41:01 +0200 Subject: [PATCH] Move python-qscintilla2 from depends to recommends. --- debian/changelog | 3 ++- debian/control | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index bcaebcd9..c9eccf03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ linkchecker (6.9-1) unstable; urgency=low * New upstream release. + * Move python-qscintilla2 from depends to recommends. - -- Bastian Kleineidam Tue, 26 Apr 2011 18:40:26 +0200 + -- Bastian Kleineidam Tue, 26 Apr 2011 18:40:54 +0200 linkchecker (6.8-1) unstable; urgency=low diff --git a/debian/control b/debian/control index ba3a061f..1246a305 100644 --- a/debian/control +++ b/debian/control @@ -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.