diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index e0562e7b..98527bfd 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -6,7 +6,7 @@ PPA_KEYID=D38B9201 -RCLVERS=1.25.16~pre1 +RCLVERS=1.25.16~pre3 SCOPEVERS=1.20.2.4 GSSPVERS=1.0.0 PPAVERS=5 @@ -49,7 +49,7 @@ debdir=debian # No new releases for trusty either because of risk of kio compat (kio # wont build) series="xenial bionic cosmic disco" -series=xenial +series=bionic if test "X$series" != X ; then check_recoll_orig diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index cef76aa6..4e41194c 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,8 +1,8 @@ -recoll (1.25.16~pre1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low +recoll (1.25.16~pre3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Small improvements in synonyms handling - -- Jean-Francois Dockes Wed, 11 Apr 2019 15:52:00 +0200 + -- Jean-Francois Dockes Wed, 22 May 2019 09:13:00 +0200 recoll (1.25.12-1~ppaPPAVERS~SERIES1) SERIES; urgency=low diff --git a/src/VERSION b/src/VERSION index 68d11a5d..caf7ccea 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.25.16~pre2 +1.25.16~pre3 diff --git a/src/common/syngroups.cpp b/src/common/syngroups.cpp index 949b732c..45a7efc7 100644 --- a/src/common/syngroups.cpp +++ b/src/common/syngroups.cpp @@ -189,7 +189,7 @@ bool SynGroups::setfile(const string& fn) } # Some stats LOGDEB("SynGroups::setfile: got " << m_groups.size() << - " distinct terms." << endl; + " distinct terms." << endl); m->ok = true; m->setpath(fn); return true;