diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index 0a8ce9df..40672a4e 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -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} diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index 3ad2d86e..7a52828c 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -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 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. diff --git a/packaging/debian/debian/rules b/packaging/debian/debian/rules index b00783f7..15fad325 100755 --- a/packaging/debian/debian/rules +++ b/packaging/debian/debian/rules @@ -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 diff --git a/packaging/debian/debiankio/changelog b/packaging/debian/debiankio/changelog index bb62b259..b79fe5b0 100644 --- a/packaging/debian/debiankio/changelog +++ b/packaging/debian/debiankio/changelog @@ -1,3 +1,9 @@ +kio-recoll (1.23.5-0~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Follow main package + + -- Jean-Francois Dockes Fri, 24 Nov 2017 17:11:00 +0100 + kio-recoll (1.23.4-0~ppaPPAVERS~SERIES1) SERIES; urgency=low * Follow main package