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
RCLVERS=1.20.1
7
RCLVERS=1.20.1
8
LENSVERS=1.19.10.3543
8
LENSVERS=1.19.10.3543
9
SCOPEVERS=1.19.12
9
SCOPEVERS=1.20.2.4
10
PPAVERS=2
10
PPAVERS=2
11
11
12
# For the unity-scope debian directory
12
# 
13
RCLSRC=/y/home/dockes/projets/fulltext/recoll/src
13
RCLSRC=/y/home/dockes/projets/fulltext/recoll/src
14
SCOPESRC=/y/home/dockes/projets/fulltext/unity-scope-recoll
14
15
15
case $RCLVERS in
16
case $RCLVERS in
16
    [23]*) PPANAME=recollexp-ppa;;
17
    [23]*) PPANAME=recollexp-ppa;;
17
    1.14*) PPANAME=recoll-ppa;;
18
    1.14*) PPANAME=recoll-ppa;;
18
    *)     PPANAME=recoll15-ppa;;
19
    *)     PPANAME=recoll15-ppa;;
...
...
40
41
41
####### QT4
42
####### QT4
42
debdir=debian
43
debdir=debian
43
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
44
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
44
series="precise trusty utopic"
45
series="precise trusty utopic"
45
#series=
46
series=
46
47
47
if test "X$series" != X ; then
48
if test "X$series" != X ; then
48
    check_recoll_orig
49
    check_recoll_orig
49
    test -d recoll-${RCLVERS} || tar xvzf recoll_${RCLVERS}.orig.tar.gz
50
    test -d recoll-${RCLVERS} || tar xvzf recoll_${RCLVERS}.orig.tar.gz
50
fi
51
fi
...
...
69
  dput $PPANAME recoll_${RCLVERS}-1~ppa${PPAVERS}~${series}1_source.changes
70
  dput $PPANAME recoll_${RCLVERS}-1~ppa${PPAVERS}~${series}1_source.changes
70
done
71
done
71
72
72
### KIO
73
### KIO
73
series="precise trusty utopic"
74
series="precise trusty utopic"
74
#series=
75
series=
75
76
76
debdir=debiankio
77
debdir=debiankio
77
topdir=kio-recoll-${RCLVERS}
78
topdir=kio-recoll-${RCLVERS}
78
if test "X$series" != X ; then
79
if test "X$series" != X ; then
79
    check_recoll_orig
80
    check_recoll_orig
...
...
138
      recoll-lens_${LENSVERS}-1~ppa${PPAVERS}~${series}1_source.changes
139
      recoll-lens_${LENSVERS}-1~ppa${PPAVERS}~${series}1_source.changes
139
140
140
done
141
done
141
142
142
### Unity Scope
143
### Unity Scope
143
series="trusty utopic"
144
series="trusty utopic vivid"
144
series=
145
#series=
145
146
146
debdir=debianunityscope
147
debdir=debianunityscope
147
if test ! -d ${debdir}/ ; then
148
if test ! -d ${debdir}/ ; then
148
    rm -f ${debdir}
149
    rm -f ${debdir}
149
    ln -s ${RCLSRC}/desktop/unity-scope-recoll/debian $debdir
150
    ln -s ${SCOPESRC}/debian $debdir
150
fi
151
fi
151
topdir=unity-scope-recoll-${SCOPEVERS}
152
topdir=unity-scope-recoll-${SCOPEVERS}
152
if test "X$series" != X ; then
153
if test "X$series" != X ; then
153
    if test ! -f unity-scope-recoll_${SCOPEVERS}.orig.tar.gz ; then 
154
    if test ! -f unity-scope-recoll_${SCOPEVERS}.orig.tar.gz ; then 
154
        if test -f unity-scope-recoll-${SCOPEVERS}.tar.gz ; then
155
        if test -f unity-scope-recoll-${SCOPEVERS}.tar.gz ; then