--- a/packaging/debian/control
+++ b/packaging/debian/control
@@ -2,12 +2,13 @@
Section: x11
Priority: optional
Maintainer: Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr>
-Build-Depends: debhelper (>= 5), libqt3-mt-dev, qt3-dev-tools, libqt3-headers, libxapian-dev
+Build-Depends: debhelper (>= 5), autotools-dev, libqt3-headers, libqt3-mt-dev, libxapian-dev, qt3-dev-tools
Standards-Version: 3.7.2
Package: recoll
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: aspell
Description: a personal full text search package with a QT GUI
The Recoll personal full text search package is based on a very strong
backend (Xapian), for which it provides an easy to use and feature-rich
@@ -30,4 +31,5 @@
necessary.
* An indexer which runs either as a thread inside the GUI or as an
external, cron'able program.
-
+ .
+ Homepage: <http://www.lesbonscomptes.com/recoll>