--- a/packaging/debian/buildppa.sh
+++ b/packaging/debian/buildppa.sh
@@ -4,10 +4,10 @@
 # For the kio: (and kdesdk?)
 # sudo apt-get install pkg-kde-tools  cdbs
 
-RCLVERS=1.22.0
+RCLVERS=1.22.1
 LENSVERS=1.19.10.3543
 SCOPEVERS=1.20.2.4
-PPAVERS=3
+PPAVERS=4
 
 # 
 RCLSRC=/y/home/dockes/projets/fulltext/recoll/src
@@ -38,10 +38,12 @@
     fi
 }
 
-####### QT4
+# Note: recoll 1.22+ builds on precise fail. precise stays at 1.21
+
+####### QT
 debdir=debian
 # Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
-series="precise trusty utopic vivid wily xenial"
+series="trusty utopic vivid wily xenial"
 series=
 
 if test "X$series" != X ; then
@@ -70,8 +72,8 @@
 done
 
 ### KIO
-series="precise trusty utopic vivid wily xenial"
-series=
+series="trusty utopic vivid wily xenial"
+series=trusty
 
 debdir=debiankio
 topdir=kio-recoll-${RCLVERS}
@@ -141,7 +143,7 @@
 
 ### Unity Scope
 series="trusty utopic vivid wily xenial"
-series=xenial
+series=
 
 debdir=debianunityscope
 if test ! -d ${debdir}/ ; then