diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index 398afa5c..1b52e5ce 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -6,7 +6,7 @@ PPA_KEYID=D38B9201 -RCLVERS=1.23.6 +RCLVERS=1.23.7 SCOPEVERS=1.20.2.4 PPAVERS=1 @@ -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="zesty artful bionic" +series= 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="zesty artful bionic" +#series="zesty artful bionic" debdir=debiankio topdir=kio-recoll-${RCLVERS} @@ -107,7 +107,7 @@ for svers in $series ; do < ${debdir}/changelog > $topdir/debian/changelog ; (cd $topdir;debuild -k$PPA_KEYID -S -sa) || exit 1 - dput $PPANAME kio-recoll_${RCLVERS}-0~ppa${PPAVERS}~${svers}1_source.changes + dput $PPANAME kio-recoll_${RCLVERS}-1~ppa${PPAVERS}~${svers}1_source.changes done diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index cf606aa2..7e52b3e8 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,3 +1,9 @@ +recoll (1.23.7-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Fix ennoying bug in dir filtering with upper-case names + + -- Jean-Francois Dockes Mon, 08 Jan 2018 22:18:00 +0100 + recoll (1.23.6-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Make sure new indexes are created in Chert format, even with Xapian 1.4 diff --git a/packaging/debian/debiankio/changelog b/packaging/debian/debiankio/changelog index 3118910c..a6f507fe 100644 --- a/packaging/debian/debiankio/changelog +++ b/packaging/debian/debiankio/changelog @@ -1,4 +1,10 @@ -recoll (1.23.6-1~ppaPPAVERS~SERIES1) SERIES; urgency=low +kio-recoll (1.23.7-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * Fix ennoying bug in dir filtering with upper-case names + + -- Jean-Francois Dockes Mon, 08 Jan 2018 22:18:00 +0100 + +kio-recoll (1.23.6-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Make sure new indexes are created in Chert format, even with Xapian 1.4 This works around the Glass snippets generation issue (UI freezes).