kio compile for utopic

This commit is contained in:
Jean-Francois Dockes 2014-12-06 16:21:29 +01:00
parent c28b1f91cc
commit 10061ed4c6
2 changed files with 10 additions and 6 deletions

View File

@ -42,7 +42,7 @@ check_recoll_orig()
debdir=debian debdir=debian
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir. # 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 trusty utopic"
series="precise quantal raring saucy utopic" series=
if test "X$series" != X ; then if test "X$series" != X ; then
check_recoll_orig check_recoll_orig
@ -70,14 +70,14 @@ for series in $series ; do
done done
### KIO ### KIO
series="precise quantal raring saucy trusty" series="precise quantal raring saucy trusty utopic"
series= series=utopic
debdir=debiankio debdir=debiankio
topdir=kio-recoll-${RCLVERS} topdir=kio-recoll-${RCLVERS}
if test "X$series" != X ; then if test "X$series" != X ; then
check_recoll_orig 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 \ cp -p recoll_${RCLVERS}.orig.tar.gz \
kio-recoll_${RCLVERS}.orig.tar.gz || exit 1 kio-recoll_${RCLVERS}.orig.tar.gz || exit 1
fi fi
@ -98,7 +98,7 @@ for series in $series ; do
-e s/PPAVERS/${PPAVERS}/g \ -e s/PPAVERS/${PPAVERS}/g \
< ${debdir}/changelog > $topdir/debian/changelog ; < ${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 dput $PPANAME kio-recoll_${RCLVERS}-0~ppa${PPAVERS}~${series}1_source.changes
@ -141,7 +141,7 @@ done
### Unity Scope ### Unity Scope
series="saucy trusty utopic" series="saucy trusty utopic"
series= series=utopic
debdir=debianunityscope debdir=debianunityscope
if test ! -d ${debdir}/ ; then if test ! -d ${debdir}/ ; then

View File

@ -1,3 +1,7 @@
kio-recoll (1.19.14p2-0~ppaPPAVERS~SERIES1) SERIES; urgency=low
* No changes, build for Ubuntu Utopic
-- Jean-Francois Dockes <jf@dockes.org> Sat, 06 Dec 2014 08:44:00 +0200
kio-recoll (1.19.12-0~ppaPPAVERS~SERIES1) SERIES; urgency=low kio-recoll (1.19.12-0~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Updated package to recoll version 1.19.12 * Updated package to recoll version 1.19.12
-- Jean-Francois Dockes <jf@dockes.org> Wed, 02 Apr 2014 15:50:00 +0200 -- Jean-Francois Dockes <jf@dockes.org> Wed, 02 Apr 2014 15:50:00 +0200