fix scope packaging

This commit is contained in:
Jean-Francois Dockes 2015-03-27 08:39:50 +01:00
parent 3cceffdb9c
commit 2dafff9a8c

View File

@ -6,11 +6,12 @@
RCLVERS=1.20.1 RCLVERS=1.20.1
LENSVERS=1.19.10.3543 LENSVERS=1.19.10.3543
SCOPEVERS=1.19.12 SCOPEVERS=1.20.2.4
PPAVERS=2 PPAVERS=2
# For the unity-scope debian directory #
RCLSRC=/y/home/dockes/projets/fulltext/recoll/src RCLSRC=/y/home/dockes/projets/fulltext/recoll/src
SCOPESRC=/y/home/dockes/projets/fulltext/unity-scope-recoll
case $RCLVERS in case $RCLVERS in
[23]*) PPANAME=recollexp-ppa;; [23]*) PPANAME=recollexp-ppa;;
@ -42,7 +43,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 trusty utopic" series="precise trusty utopic"
#series= series=
if test "X$series" != X ; then if test "X$series" != X ; then
check_recoll_orig check_recoll_orig
@ -71,7 +72,7 @@ done
### KIO ### KIO
series="precise trusty utopic" series="precise trusty utopic"
#series= series=
debdir=debiankio debdir=debiankio
topdir=kio-recoll-${RCLVERS} topdir=kio-recoll-${RCLVERS}
@ -140,13 +141,13 @@ for series in $series ; do
done done
### Unity Scope ### Unity Scope
series="trusty utopic" series="trusty utopic vivid"
series= #series=
debdir=debianunityscope debdir=debianunityscope
if test ! -d ${debdir}/ ; then if test ! -d ${debdir}/ ; then
rm -f ${debdir} rm -f ${debdir}
ln -s ${RCLSRC}/desktop/unity-scope-recoll/debian $debdir ln -s ${SCOPESRC}/debian $debdir
fi fi
topdir=unity-scope-recoll-${SCOPEVERS} topdir=unity-scope-recoll-${SCOPEVERS}
if test "X$series" != X ; then if test "X$series" != X ; then