deb package->1.23.3

This commit is contained in:
Jean-Francois Dockes 2017-11-10 09:49:52 +01:00
parent c1d3558de6
commit 63886bdb83
2 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,17 @@
recoll (1.23.3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Added function to list files which we failed to index (accessible from
the GUI term explorer).
* Always process text/html when resulting from a conversion even if the
type is excluded by indexedmimetypes or excludedmimetypes.
* Small fixes to pdf XMP metadata handling.
* Small fixes for supporting Dragonfly BSD.
* GUI qss file: force text color to black to avoid white on white text
problem with some KDE themes.
* Fixed issue on Windows which prevented adding a drive root (e.g. d:/)
to topdirs.
-- Jean-Francois Dockes <jf@dockes.org> Mon, 10 Nov 2017 09:24:00 +0100
recoll (1.23.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low recoll (1.23.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Fix issue with advanced search clause list growth explosion * Fix issue with advanced search clause list growth explosion

View File

@ -13,7 +13,6 @@ Build-Depends: autotools-dev,
libz-dev, libz-dev,
python-dev (>= 2.6.6-3~), python-dev (>= 2.6.6-3~),
python3-all-dev, python3-all-dev,
qt5-default,
qt5-qmake, qt5-qmake,
qtbase5-dev qtbase5-dev
X-Python-Version: >= 2.7 X-Python-Version: >= 2.7
@ -95,9 +94,9 @@ Depends: recollcmd (= ${binary:Version}),
${misc:Depends}, ${misc:Depends},
${python3:Depends}, ${python3:Depends},
${shlibs:Depends} ${shlibs:Depends}
Description: Python extension for recoll Description: Python extension for recoll (Python3)
Personal full text search package which is based on a very strong backend Personal full text search package which is based on a very strong backend
(Xapian), for which it provides an easy to use and feature-rich interface. (Xapian), for which it provides an easy to use and feature-rich interface.
. .
This package provides Python extension module for recoll which can be use to This package provides Python3 extension module for recoll which can be use to
extend recoll such as an Ubuntu Unity Lens. extend recoll such as an Ubuntu Unity Lens.