1.23.5 debian packaging

This commit is contained in:
Jean-Francois Dockes 2017-11-27 19:23:48 +01:00
parent c75d285a2a
commit 52026fd6ac
4 changed files with 17 additions and 6 deletions

View File

@ -6,9 +6,9 @@
PPA_KEYID=D38B9201
RCLVERS=1.23.4
RCLVERS=1.23.5
SCOPEVERS=1.20.2.4
PPAVERS=3
PPAVERS=4
#
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=
series=trusty
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=
debdir=debiankio
topdir=kio-recoll-${RCLVERS}

View File

@ -1,3 +1,8 @@
recoll (1.23.5-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Support the new browser plugin based on WebExtensions.
-- Jean-Francois Dockes <jf@dockes.org> Fri, 24 Nov 2017 17:06:00 +0100
recoll (1.23.4-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Restore search mode when loading saved simple search.

View File

@ -80,7 +80,7 @@ binary-arch: build install
dh_python2 -p python-recoll
dh_python3 -p python3-recoll
dh_link
dh_strip --no-automatic-dbgsym
dh_strip
dh_compress
dh_fixperms
dh_lintian

View File

@ -1,3 +1,9 @@
kio-recoll (1.23.5-0~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Follow main package
-- Jean-Francois Dockes <jf@dockes.org> Fri, 24 Nov 2017 17:11:00 +0100
kio-recoll (1.23.4-0~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Follow main package