deb/ubuntu packaging: 1.23.6

This commit is contained in:
Jean-Francois Dockes 2017-12-10 14:18:42 +01:00
parent dcbbdb7623
commit fd53ef9840
3 changed files with 19 additions and 5 deletions

View File

@ -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}

View File

@ -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 <jf@dockes.org> 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.

View File

@ -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 <jf@dockes.org> Fri, 08 Dec 2017 15:18:00 +0100
kio-recoll (1.23.5-0~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Follow main package