debian control: update deps for python3

This commit is contained in:
Jean-Francois Dockes 2018-11-06 09:46:42 +01:00
parent 1d62b50c7e
commit 122a59a86b

View File

@ -15,7 +15,7 @@ Build-Depends: autotools-dev,
python3-all-dev, python3-all-dev,
qt5-qmake, qt5-qmake,
qtbase5-dev qtbase5-dev
X-Python-Version: >= 2.7 X-Python-Version: >= 3.4
Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/recoll.git Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/recoll.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/recoll.git Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/recoll.git
Homepage: http://www.lesbonscomptes.com/recoll Homepage: http://www.lesbonscomptes.com/recoll
@ -32,10 +32,10 @@ Description: Personal full text search package with a Qt GUI
Features: Features:
* Qt-based GUI * Qt-based GUI
* Supports the following document types (and their compressed versions) * Supports the following document types (and their compressed versions)
- Natively: text, html, OpenOffice files, maildir and mailbox (Mozilla and - Natively: text, html, OpenOffice files, excel, ppt, maildir and
IceDove mail) with attachments, pidgin log files mailbox (Mozilla and IceDove mail) with attachments, pidgin log files
- With external helpers: pdf (pdftotext), postscript (ghostscript), msword - With external helpers: pdf (pdftotext), postscript (ghostscript), msword
(antiword), excel, ppt (catdoc), rtf (unrtf) (antiword), rtf (unrtf). And others...
* Powerful query facilities, with boolean searches, phrases, filter on file * Powerful query facilities, with boolean searches, phrases, filter on file
types and directory tree types and directory tree
* Support for multiple charsets, Internal processing and storage uses Unicode * Support for multiple charsets, Internal processing and storage uses Unicode
@ -44,8 +44,7 @@ Description: Personal full text search package with a Qt GUI
indexing) indexing)
* Easy installation. No database daemon, web server or exotic language * Easy installation. No database daemon, web server or exotic language
necessary necessary
* An indexer which runs either as a thread inside the GUI or as an external, * The indexer can run either continuously or in batch.
cron'able program
Package: recollcmd Package: recollcmd
Architecture: any Architecture: any
@ -53,27 +52,21 @@ Breaks: recoll (<< 1.23.9)
Replaces: recoll (<< 1.23.9) Replaces: recoll (<< 1.23.9)
Depends: python, python3, ${misc:Depends}, ${shlibs:Depends} Depends: python, python3, ${misc:Depends}, ${shlibs:Depends}
Recommends: aspell, Recommends: aspell,
python-future, xdg-utils
python-libxml2,
python-libxslt1,
python-recoll,
python3-recoll,
xdg-utils,
xsltproc
Suggests: antiword, Suggests: antiword,
ghostscript,
groff, groff,
libimage-exiftool-perl, libimage-exiftool-perl,
libinotifytools0,
poppler-utils, poppler-utils,
pstotext, pstotext,
python-chm, python3-lxml,
python-lzma, python3-six,
python-mido, python3-mutagen,
python-mutagen, python3-rarfile,
python-rarfile, python-recoll,
python3-recoll,
unrtf, unrtf,
untex, untex,
unzip,
wv wv
Description: Command line programs for recoll Description: Command line programs for recoll
This package supports indexing and command line querying. This package supports indexing and command line querying.