1.23.2 deb packaging

This commit is contained in:
Jean-Francois Dockes 2017-05-15 13:47:44 +02:00
parent ceb500f623
commit a4e95110f3
2 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@
RCLVERS=1.23.2 RCLVERS=1.23.2
LENSVERS=1.19.10.3543 LENSVERS=1.19.10.3543
SCOPEVERS=1.20.2.4 SCOPEVERS=1.20.2.4
PPAVERS=1 PPAVERS=2
# #
RCLSRC=/y/home/dockes/projets/fulltext/recoll/src RCLSRC=/y/home/dockes/projets/fulltext/recoll/src
@ -19,7 +19,7 @@ case $RCLVERS in
1.14*) PPANAME=recoll-ppa;; 1.14*) PPANAME=recoll-ppa;;
*) PPANAME=recoll15-ppa;; *) PPANAME=recoll15-ppa;;
esac esac
PPANAME=recollexp-ppa #PPANAME=recollexp-ppa
echo "PPA: $PPANAME. Type CR if Ok, else ^C" echo "PPA: $PPANAME. Type CR if Ok, else ^C"
read rep read rep
@ -46,7 +46,7 @@ debdir=debian
# No new releases for trusty either because of risk of kio compat (kio # No new releases for trusty either because of risk of kio compat (kio
# wont build) # wont build)
series="xenial yakkety zesty" series="xenial yakkety zesty"
series=xenial series=
if test "X$series" != X ; then if test "X$series" != X ; then
check_recoll_orig check_recoll_orig
@ -77,8 +77,8 @@ done
### KIO. Does not build on trusty from recoll 1.23 because of the need ### KIO. Does not build on trusty from recoll 1.23 because of the need
### for c++11 ### for c++11
#series="xenial yakkety zesty" series="xenial yakkety zesty"
series= #series=
debdir=debiankio debdir=debiankio
topdir=kio-recoll-${RCLVERS} topdir=kio-recoll-${RCLVERS}

View File

@ -1,11 +1,11 @@
recoll (1.23.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low kio-recoll (1.23.2-0~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Fix crash in text splitter * Fix crash in text splitter
* Small improvement for Japanese handling * Small improvement for Japanese handling
-- Jean-Francois Dockes <jf@dockes.org> Mon, 15 May 2017 12:39:00 +0100 -- Jean-Francois Dockes <jf@dockes.org> Mon, 15 May 2017 12:39:00 +0100
kio-recoll (1.23.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low kio-recoll (1.23.1-0~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Small fixes to kio build * Small fixes to kio build