1.23.7 deb packaging

This commit is contained in:
Jean-Francois Dockes 2018-01-19 12:01:01 +01:00
parent 3d22f2c436
commit 491dfb5f3b
3 changed files with 17 additions and 5 deletions

View File

@ -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

View File

@ -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 <jf@dockes.org> 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

View File

@ -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 <jf@dockes.org> 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).