From fd53ef9840e4a8cb8e5918f7ee93a98452508c04 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sun, 10 Dec 2017 14:18:42 +0100 Subject: [PATCH] deb/ubuntu packaging: 1.23.6 --- packaging/debian/buildppa.sh | 10 +++++----- packaging/debian/debian/changelog | 7 +++++++ packaging/debian/debiankio/changelog | 7 +++++++ 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index 40672a4e..398afa5c 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -6,9 +6,9 @@ PPA_KEYID=D38B9201 -RCLVERS=1.23.5 +RCLVERS=1.23.6 SCOPEVERS=1.20.2.4 -PPAVERS=4 +PPAVERS=1 # RCLSRC=/y/home/dockes/projets/fulltext/recoll/src @@ -20,7 +20,7 @@ case $RCLVERS in 1.14*) PPANAME=recoll-ppa;; *) PPANAME=recoll15-ppa;; esac - PPANAME=recollexp-ppa +# PPANAME=recollexp-ppa echo "PPA: $PPANAME. Type CR if Ok, else ^C" read rep @@ -47,7 +47,7 @@ debdir=debian # No new releases for trusty either because of risk of kio compat (kio # wont build) series="xenial zesty artful bionic" -series=trusty +series="zesty artful bionic" if test "X$series" != X ; then check_recoll_orig @@ -79,7 +79,7 @@ done ### KIO. Does not build on trusty from recoll 1.23 because of the need ### for c++11 series="xenial zesty artful bionic" -series= +series="zesty artful bionic" debdir=debiankio topdir=kio-recoll-${RCLVERS} diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index 7a52828c..cf606aa2 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,3 +1,10 @@ +recoll (1.23.6-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Make sure new indexes are created in Chert format, even with Xapian 1.4 + This works around the Glass snippets generation issue (UI freezes). + + -- Jean-Francois Dockes Fri, 08 Dec 2017 15:18:00 +0100 + recoll (1.23.5-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Support the new browser plugin based on WebExtensions. diff --git a/packaging/debian/debiankio/changelog b/packaging/debian/debiankio/changelog index b79fe5b0..3118910c 100644 --- a/packaging/debian/debiankio/changelog +++ b/packaging/debian/debiankio/changelog @@ -1,3 +1,10 @@ +recoll (1.23.6-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Make sure new indexes are created in Chert format, even with Xapian 1.4 + This works around the Glass snippets generation issue (UI freezes). + + -- Jean-Francois Dockes Fri, 08 Dec 2017 15:18:00 +0100 + kio-recoll (1.23.5-0~ppaPPAVERS~SERIES1) SERIES; urgency=low * Follow main package