From a4e95110f390d0ad5b37c0bafc01b4908f30a709 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Mon, 15 May 2017 13:47:44 +0200 Subject: [PATCH] 1.23.2 deb packaging --- packaging/debian/buildppa.sh | 10 +++++----- packaging/debian/debiankio/changelog | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index 4b0edc08..7ebd15bd 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -7,7 +7,7 @@ RCLVERS=1.23.2 LENSVERS=1.19.10.3543 SCOPEVERS=1.20.2.4 -PPAVERS=1 +PPAVERS=2 # RCLSRC=/y/home/dockes/projets/fulltext/recoll/src @@ -19,7 +19,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 @@ -46,7 +46,7 @@ debdir=debian # No new releases for trusty either because of risk of kio compat (kio # wont build) series="xenial yakkety zesty" -series=xenial +series= if test "X$series" != X ; then check_recoll_orig @@ -77,8 +77,8 @@ done ### KIO. Does not build on trusty from recoll 1.23 because of the need ### for c++11 -#series="xenial yakkety zesty" -series= +series="xenial yakkety zesty" +#series= debdir=debiankio topdir=kio-recoll-${RCLVERS} diff --git a/packaging/debian/debiankio/changelog b/packaging/debian/debiankio/changelog index 7c91b7d3..3bb0a086 100644 --- a/packaging/debian/debiankio/changelog +++ b/packaging/debian/debiankio/changelog @@ -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 * Small improvement for Japanese handling -- Jean-Francois Dockes 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