Switch to unified view

a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh
...
...
4
# For the kio: (and kdesdk?)
4
# For the kio: (and kdesdk?)
5
# sudo apt-get install pkg-kde-tools  cdbs
5
# sudo apt-get install pkg-kde-tools  cdbs
6
6
7
PPA_KEYID=D38B9201
7
PPA_KEYID=D38B9201
8
8
9
RCLVERS=1.23.5
9
RCLVERS=1.23.6
10
SCOPEVERS=1.20.2.4
10
SCOPEVERS=1.20.2.4
11
PPAVERS=4
11
PPAVERS=1
12
12
13
# 
13
# 
14
RCLSRC=/y/home/dockes/projets/fulltext/recoll/src
14
RCLSRC=/y/home/dockes/projets/fulltext/recoll/src
15
SCOPESRC=/y/home/dockes/projets/fulltext/unity-scope-recoll
15
SCOPESRC=/y/home/dockes/projets/fulltext/unity-scope-recoll
16
RCLDOWNLOAD=/y/home/dockes/projets/lesbonscomptes/recoll
16
RCLDOWNLOAD=/y/home/dockes/projets/lesbonscomptes/recoll
...
...
18
case $RCLVERS in
18
case $RCLVERS in
19
    [23]*) PPANAME=recollexp-ppa;;
19
    [23]*) PPANAME=recollexp-ppa;;
20
    1.14*) PPANAME=recoll-ppa;;
20
    1.14*) PPANAME=recoll-ppa;;
21
    *)     PPANAME=recoll15-ppa;;
21
    *)     PPANAME=recoll15-ppa;;
22
esac
22
esac
23
 PPANAME=recollexp-ppa
23
# PPANAME=recollexp-ppa
24
echo "PPA: $PPANAME. Type CR if Ok, else ^C"
24
echo "PPA: $PPANAME. Type CR if Ok, else ^C"
25
read rep
25
read rep
26
26
27
fatal()
27
fatal()
28
{
28
{
...
...
45
debdir=debian
45
debdir=debian
46
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
46
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
47
# No new releases for trusty either because of risk of kio compat (kio
47
# No new releases for trusty either because of risk of kio compat (kio
48
# wont build)
48
# wont build)
49
series="xenial zesty artful bionic"
49
series="xenial zesty artful bionic"
50
series=trusty
50
series="zesty artful bionic"
51
51
52
if test "X$series" != X ; then
52
if test "X$series" != X ; then
53
    check_recoll_orig
53
    check_recoll_orig
54
    test -d recoll-${RCLVERS} || tar xvzf recoll_${RCLVERS}.orig.tar.gz
54
    test -d recoll-${RCLVERS} || tar xvzf recoll_${RCLVERS}.orig.tar.gz
55
fi
55
fi
...
...
77
77
78
78
79
### KIO. Does not build on trusty from recoll 1.23 because of the need
79
### KIO. Does not build on trusty from recoll 1.23 because of the need
80
### for c++11
80
### for c++11
81
series="xenial zesty artful bionic"
81
series="xenial zesty artful bionic"
82
series=
82
series="zesty artful bionic"
83
83
84
debdir=debiankio
84
debdir=debiankio
85
topdir=kio-recoll-${RCLVERS}
85
topdir=kio-recoll-${RCLVERS}
86
if test "X$series" != X ; then
86
if test "X$series" != X ; then
87
    check_recoll_orig
87
    check_recoll_orig