diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index 05374866..5a8a6135 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -6,7 +6,7 @@ PPA_KEYID=7808CE96D38B9201 -RCLVERS=1.27.11 +RCLVERS=1.27.12 SCOPEVERS=1.20.2.4 GSSPVERS=1.0.0 PPAVERS=1 @@ -49,6 +49,7 @@ debdir=debian # 16.04LTS xenial 2021-04 # 18.04LTS bionic 2023-04 # 20.04LTS focal 2025-04 +# 20.10 groovy 2021-07 series="xenial bionic focal groovy" #series= @@ -90,7 +91,7 @@ done # 18.04LTS bionic 2023-04 # 20.04LTS focal 2025-04 series="xenial bionic focal groovy" -#series= +series= debdir=debiankio topdir=kio-recoll-${RCLVERS} diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index d92f052c..e6fe7dd9 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,3 +1,9 @@ +recoll (1.27.12-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Repair python source file indexing and spelling replacements + + -- Jean-Francois Dockes Mon, 18 Nov 2020 16:15:00 +0100 + recoll (1.27.11-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Missing files in tar dist broke the python modules. diff --git a/src/VERSION b/src/VERSION index 75326d64..f28cb362 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.27.11 +1.27.12