From 10061ed4c655953c0c1ca6f0a7072c4f93d1b449 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sat, 6 Dec 2014 16:21:29 +0100 Subject: [PATCH] kio compile for utopic --- packaging/debian/buildppa.sh | 12 ++++++------ packaging/debian/debiankio/changelog | 4 ++++ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index c60de63b..7a997bca 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -42,7 +42,7 @@ check_recoll_orig() debdir=debian # Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir. series="precise quantal raring saucy trusty utopic" -series="precise quantal raring saucy utopic" +series= if test "X$series" != X ; then check_recoll_orig @@ -70,14 +70,14 @@ for series in $series ; do done ### KIO -series="precise quantal raring saucy trusty" -series= +series="precise quantal raring saucy trusty utopic" +series=utopic debdir=debiankio topdir=kio-recoll-${RCLVERS} if test "X$series" != X ; then check_recoll_orig - if test ! -d kio-recoll_${RCLVERS}.orig.tar.gz ; then + if test ! -f kio-recoll_${RCLVERS}.orig.tar.gz ; then cp -p recoll_${RCLVERS}.orig.tar.gz \ kio-recoll_${RCLVERS}.orig.tar.gz || exit 1 fi @@ -98,7 +98,7 @@ for series in $series ; do -e s/PPAVERS/${PPAVERS}/g \ < ${debdir}/changelog > $topdir/debian/changelog ; - (cd $topdir;debuild -S -sa) || break + (cd $topdir;debuild -S -sa) || exit 1 dput $PPANAME kio-recoll_${RCLVERS}-0~ppa${PPAVERS}~${series}1_source.changes @@ -141,7 +141,7 @@ done ### Unity Scope series="saucy trusty utopic" -series= +series=utopic debdir=debianunityscope if test ! -d ${debdir}/ ; then diff --git a/packaging/debian/debiankio/changelog b/packaging/debian/debiankio/changelog index 21bab0e4..adcf4b9e 100644 --- a/packaging/debian/debiankio/changelog +++ b/packaging/debian/debiankio/changelog @@ -1,3 +1,7 @@ +kio-recoll (1.19.14p2-0~ppaPPAVERS~SERIES1) SERIES; urgency=low + * No changes, build for Ubuntu Utopic + -- Jean-Francois Dockes Sat, 06 Dec 2014 08:44:00 +0200 + kio-recoll (1.19.12-0~ppaPPAVERS~SERIES1) SERIES; urgency=low * Updated package to recoll version 1.19.12 -- Jean-Francois Dockes Wed, 02 Apr 2014 15:50:00 +0200