Switch to unified view

a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh
...
...
2
# Packages needed
2
# Packages needed
3
# sudo apt-get install g++ gnupg dput lintian mini-dinstall yaclc bzr devscripts
3
# sudo apt-get install g++ gnupg dput lintian mini-dinstall yaclc bzr devscripts
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.17.0
7
RCLVERS=1.17.1
8
LENSVERS=1.17.0.2646
8
LENSVERS=1.17.0.2654
9
PPAVERS=1
9
PPAVERS=1
10
10
11
case $RCLVERS in
11
case $RCLVERS in
12
    [23]*) PPANAME=recollexp-ppa;;
12
    [23]*) PPANAME=recollexp-ppa;;
13
    1.14*) PPANAME=recoll-ppa;;
13
    1.14*) PPANAME=recoll-ppa;;
14
    *)     PPANAME=recoll15-ppa;;
14
    *)     PPANAME=recoll15-ppa;;
15
esac
15
esac
16
#PPANAME=recollexp-ppa
16
PPANAME=recollexp-ppa
17
17
18
echo "PPA: $PPANAME. Type CR if Ok, else ^C"
18
echo "PPA: $PPANAME. Type CR if Ok, else ^C"
19
read rep
19
read rep
20
20
21
####### QT4
21
####### QT4
...
...
63
63
64
done
64
done
65
65
66
### Unity Lens
66
### Unity Lens
67
seriesl="natty oneiric precise"
67
seriesl="natty oneiric precise"
68
seriesl="natty oneiric precise"
68
#seriesl="oneiric"
69
69
70
debdir=debianunitylens
70
debdir=debianunitylens
71
71
72
for series in $seriesl ; do
72
for series in $seriesl ; do
73
73