Switch to unified view

a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh
...
...
5
# sudo apt-get install pkg-kde-tools  cdbs
5
# sudo apt-get install pkg-kde-tools  cdbs
6
6
7
RCLVERS=1.19.10
7
RCLVERS=1.19.10
8
LENSVERS=1.19.10.3543
8
LENSVERS=1.19.10.3543
9
SCOPEVERS=1.19.10.3543
9
SCOPEVERS=1.19.10.3543
10
PPAVERS=2
10
PPAVERS=4
11
11
12
case $RCLVERS in
12
case $RCLVERS in
13
    [23]*) PPANAME=recollexp-ppa;;
13
    [23]*) PPANAME=recollexp-ppa;;
14
    1.14*) PPANAME=recoll-ppa;;
14
    1.14*) PPANAME=recoll-ppa;;
15
    *)     PPANAME=recoll15-ppa;;
15
    *)     PPANAME=recoll15-ppa;;
16
esac
16
esac
17
PPANAME=recollexp-ppa
17
#PPANAME=recollexp-ppa
18
18
19
echo "PPA: $PPANAME. Type CR if Ok, else ^C"
19
echo "PPA: $PPANAME. Type CR if Ok, else ^C"
20
read rep
20
read rep
21
21
22
####### QT4
22
####### QT4
23
debdir=debian
23
debdir=debian
24
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
24
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
25
series="precise quantal raring saucy"
25
series="precise quantal raring saucy"
26
series="precise saucy"
26
#series="precise saucy"
27
27
28
if test "X$series" != X ; then
28
if test "X$series" != X ; then
29
    test -d recoll-${RCLVERS} || tar xvzf recoll_${RCLVERS}.orig.tar.gz
29
    test -d recoll-${RCLVERS} || tar xvzf recoll_${RCLVERS}.orig.tar.gz
30
fi
30
fi
31
31
...
...
49
  dput $PPANAME recoll_${RCLVERS}-1~ppa${PPAVERS}~${series}1_source.changes
49
  dput $PPANAME recoll_${RCLVERS}-1~ppa${PPAVERS}~${series}1_source.changes
50
done
50
done
51
51
52
### KIO
52
### KIO
53
series="precise quantal raring saucy"
53
series="precise quantal raring saucy"
54
series="precise saucy"
54
series=
55
55
56
debdir=debiankio
56
debdir=debiankio
57
topdir=kio-recoll-${RCLVERS}
57
topdir=kio-recoll-${RCLVERS}
58
if test "X$series" != X ; then
58
if test "X$series" != X ; then
59
    if test ! -d kio-recoll_${RCLVERS}.orig.tar.gz ; then
59
    if test ! -d kio-recoll_${RCLVERS}.orig.tar.gz ; then
...
...
83
83
84
done
84
done
85
85
86
### Unity Lens
86
### Unity Lens
87
series="precise quantal raring"
87
series="precise quantal raring"
88
series=precise
88
series=
89
89
90
debdir=debianunitylens
90
debdir=debianunitylens
91
topdir=recoll-lens-${LENSVERS}
91
topdir=recoll-lens-${LENSVERS}
92
if test "X$series" != X ; then
92
if test "X$series" != X ; then
93
    test -d $topdir ||  tar xvzf recoll-lens_${LENSVERS}.orig.tar.gz
93
    test -d $topdir ||  tar xvzf recoll-lens_${LENSVERS}.orig.tar.gz
...
...
109
109
110
done
110
done
111
111
112
### Unity Scope
112
### Unity Scope
113
series="saucy"
113
series="saucy"
114
#series=
114
series=
115
115
116
debdir=debianunityscope
116
debdir=debianunityscope
117
topdir=unity-scope-recoll-${SCOPEVERS}
117
topdir=unity-scope-recoll-${SCOPEVERS}
118
if test "X$series" != X ; then
118
if test "X$series" != X ; then
119
    test -d $topdir ||  tar xvzf unity-scope-recoll_${LENSVERS}.orig.tar.gz
119
    test -d $topdir ||  tar xvzf unity-scope-recoll_${LENSVERS}.orig.tar.gz