diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index fb0646cb..d741ca4a 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -6,10 +6,10 @@ PPA_KEYID=7808CE96D38B9201 -RCLVERS=1.27.3 +RCLVERS=1.27.5 SCOPEVERS=1.20.2.4 GSSPVERS=1.0.0 -PPAVERS=3 +PPAVERS=1 # RCLSRC=/y/home/dockes/projets/fulltext/recoll/src @@ -89,9 +89,8 @@ done # 16.04LTS xenial 2021-04 # 18.04LTS bionic 2023-04 # 20.04LTS focal 2025-04 -#series="xenial bionic focal" -#series="xenial bionic" -series=focal +series="xenial bionic focal" +#series= debdir=debiankio topdir=kio-recoll-${RCLVERS} diff --git a/packaging/debian/debiankio/changelog b/packaging/debian/debiankio/changelog index 426c263d..f4171d0a 100644 --- a/packaging/debian/debiankio/changelog +++ b/packaging/debian/debiankio/changelog @@ -1,3 +1,20 @@ +kio-recoll (1.27.5-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Misc small fixes. + * Fix recollindex -r not working with relative paths. + * Fix PDF attachment processing. + * Fix duplicate detection in some cases. + * Process text/plain subdocuments (e.g. zip archive members) in the same + way as top level files (esp: perform paging for big texts). + * Msword .docx: avoid extracting some non-text data + * Index Visio documents (.vsdx format only). + * Epub: index the metadata "subjects" fields. + * GUI: separate popup menu entries for "open parent" and "open folder". + * GUI: doc icons were not shown with newer webengine versions. + * GUI file name search: sort directories first. + + -- Jean-Francois Dockes Mon, 17 Aug 2020 18:18:00 +0200 + kio-recoll (1.27.3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Misc small fixes. Nothing major, see the git log for details diff --git a/tests/config/recoll.conf b/tests/config/recoll.conf.in similarity index 100% rename from tests/config/recoll.conf rename to tests/config/recoll.conf.in