diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index dc00b56c..2ce8c90e 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -4,7 +4,7 @@ # For the kio: (and kdesdk?) # sudo apt-get install pkg-kde-tools cdbs -RCLVERS=1.22.3 +RCLVERS=1.22.4 LENSVERS=1.19.10.3543 SCOPEVERS=1.20.2.4 PPAVERS=1 @@ -43,8 +43,8 @@ check_recoll_orig() ####### QT debdir=debian # Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir. -series="trusty vivid wily xenial" -#series=trusty +series="trusty vivid wily xenial yakkety" +series= if test "X$series" != X ; then check_recoll_orig @@ -72,8 +72,8 @@ for series in $series ; do done ### KIO -series="trusty vivid wily xenial" -series= +series="trusty vivid wily xenial yakkety" +series=yakkety debdir=debiankio topdir=kio-recoll-${RCLVERS} @@ -142,8 +142,8 @@ for series in $series ; do done ### Unity Scope -series="trusty vivid wily xenial" -series= +series="trusty vivid wily xenial yakkety" +series=yakkety debdir=debianunityscope if test ! -d ${debdir}/ ; then diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index d754a08a..32f27329 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,3 +1,9 @@ +recoll (1.22.4-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Fix advanced search 'start search' not doing anything with qt5 + + -- Jean-Francois Dockes Tue, 25 Nov 2016 11:38:00 +0100 + recoll (1.22.3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * diff --git a/packaging/debian/debiankio/changelog b/packaging/debian/debiankio/changelog index 707cf905..655ecb40 100644 --- a/packaging/debian/debiankio/changelog +++ b/packaging/debian/debiankio/changelog @@ -1,3 +1,9 @@ +kio-recoll (1.22.3-0~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * No changes specific to the KIO, just use the 1.22 lib. Update to .3 + + -- Jean-Francois Dockes Tue, 25 Nov 2016 10:59:00 +0100 + kio-recoll (1.22.2-0~ppaPPAVERS~SERIES1) SERIES; urgency=low * No changes specific to the KIO, just use the 1.22 lib. diff --git a/src/VERSION b/src/VERSION index 89144dbc..2a0ba77c 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.22.3 +1.22.4