From f511f22e8975f10faac44eacdb3306dc9558ee4b Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Thu, 21 Mar 2019 15:28:53 +0100 Subject: [PATCH] version --- packaging/debian/buildppa.sh | 50 ++++++++++++++++++++++++++-- packaging/debian/debian/changelog | 7 ++++ packaging/debian/debiankio/changelog | 7 ++++ 3 files changed, 62 insertions(+), 2 deletions(-) diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index bdbecd99..5fd1d95d 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -6,13 +6,15 @@ PPA_KEYID=D38B9201 -RCLVERS=1.25.4 +RCLVERS=1.25.8 SCOPEVERS=1.20.2.4 +GSSPVERS=1.0.0 PPAVERS=2 # RCLSRC=/y/home/dockes/projets/fulltext/recoll/src SCOPESRC=/y/home/dockes/projets/fulltext/unity-scope-recoll +GSSPSRC=/y/home/dockes/projets/fulltext/gssp-recoll RCLDOWNLOAD=/y/home/dockes/projets/lesbonscomptes/recoll case $RCLVERS in @@ -79,7 +81,7 @@ done ### KIO. Does not build on trusty from recoll 1.23 because of the need ### for c++11 series="xenial bionic cosmic disco" -#series="xenial" +#series= debdir=debiankio topdir=kio-recoll-${RCLVERS} @@ -117,6 +119,50 @@ for svers in $series ; do done +### GSSP +series="bionic cosmic disco" +series= + +debdir=debiangssp +if test ! -d ${debdir}/ ; then + rm -f ${debdir} + ln -s ${GSSPSRC}/debian $debdir +fi +topdir=gssp-recoll-${GSSPVERS} +dload=$RCLDOWNLOAD/downloads +if test "X$series" != X ; then + if test ! -f gssp-recoll_${GSSPVERS}.orig.tar.gz ; then + if test -f gssp-recoll-${GSSPVERS}.tar.gz ; then + mv gssp-recoll-${GSSPVERS}.tar.gz gssp-recoll_${GSSPVERS}.orig.tar.gz + else + if test -f $dload/gssp-recoll-${GSSPVERS}.tar.gz;then + cp -p $dload/gssp-recoll-${GSSPVERS}.tar.gz \ + gssp-recoll_${GSSPVERS}.orig.tar.gz || fatal copy + else + fatal "Can find neither " \ + "gssp-recoll_${GSSPVERS}.orig.tar.gz nor " \ + "$dload/gssp-recoll-${GSSPVERS}.tar.gz" + fi + fi + fi + test -d $topdir || tar xvzf gssp-recoll_${GSSPVERS}.orig.tar.gz || exit 1 +fi +for series in $series ; do + + rm -rf $topdir/debian + cp -rp ${debdir}/ $topdir/debian || exit 1 + + sed -e s/SERIES/$series/g \ + -e s/PPAVERS/${PPAVERS}/g \ + < ${debdir}/changelog > $topdir/debian/changelog ; + + (cd $topdir;debuild -k$PPA_KEYID -S -sa) || break + + dput $PPANAME \ + gssp-recoll_${GSSPVERS}-1~ppa${PPAVERS}~${series}1_source.changes + +done + ### Unity Scope series="trusty xenial zesty artful bionic" diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index 75eb3d6d..69bbd8df 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,3 +1,10 @@ +recoll (1.25.8-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * New release 1.25.8 + * Minor updates + + -- Jean-Francois Dockes Thu, 21 Mar 2019 14:14:00 +0100 + recoll (1.25.4-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * New release 1.25.4 diff --git a/packaging/debian/debiankio/changelog b/packaging/debian/debiankio/changelog index d0d5da22..9be2f3c8 100644 --- a/packaging/debian/debiankio/changelog +++ b/packaging/debian/debiankio/changelog @@ -1,3 +1,10 @@ +kio-recoll (1.25.8-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * New release 1.25.8 + * Minor updates + + -- Jean-Francois Dockes Thu, 21 Mar 2019 14:14:00 +0100 + kio-recoll (1.25.4-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * New release 1.25.4