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.1
7
RCLVERS=2696
8
LENSVERS=1.17.1.2654
8
LENSVERS=1.17.1.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;;
...
...
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="natty oneiric precise"
25
26
24
27
for series in $series4 ; do
25
for series in $series4 ; do
28
  rm -rf recoll-${RCLVERS}/debian
26
  rm -rf recoll-${RCLVERS}/debian
29
  cp -rp ${debdir}/ recoll-${RCLVERS}/debian
27
  cp -rp ${debdir}/ recoll-${RCLVERS}/debian
30
28
...
...
64
62
65
done
63
done
66
64
67
### Unity Lens
65
### Unity Lens
68
seriesl="natty oneiric precise"
66
seriesl="natty oneiric precise"
69
#seriesl="oneiric"
67
seriesl=""
70
68
71
debdir=debianunitylens
69
debdir=debianunitylens
72
70
73
for series in $seriesl ; do
71
for series in $seriesl ; do
74
72