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=2696
7
RCLVERS=12697
8
LENSVERS=1.17.1.2654
8
LENSVERS=1.17.2.2697
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;;
...
...
19
read rep
19
read rep
20
20
21
####### QT4
21
####### QT4
22
debdir=debianrclqt4
22
debdir=debianrclqt4
23
series4="lucid maverick natty oneiric precise"
23
series4="lucid maverick natty oneiric precise"
24
series4=""
24
25
25
for series in $series4 ; do
26
for series in $series4 ; do
26
  rm -rf recoll-${RCLVERS}/debian
27
  rm -rf recoll-${RCLVERS}/debian
27
  cp -rp ${debdir}/ recoll-${RCLVERS}/debian
28
  cp -rp ${debdir}/ recoll-${RCLVERS}/debian
28
29
...
...
62
63
63
done
64
done
64
65
65
### Unity Lens
66
### Unity Lens
66
seriesl="natty oneiric precise"
67
seriesl="natty oneiric precise"
67
seriesl=""
68
68
69
debdir=debianunitylens
69
debdir=debianunitylens
70
70
71
for series in $seriesl ; do
71
for series in $seriesl ; do
72
72