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.3
7
RCLVERS=1.18.1
8
LENSVERS=1.17.2.2697
8
LENSVERS=1.18.1.2997
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;;
...
...
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
22
debdir=debianrclqt4
22
debdir=debianrclqt4
23
series4="lucid maverick natty oneiric precise"
23
series4="lucid natty oneiric precise quantal"
24
series4="lucid maverick natty oneiric precise"
24
series4=""
25
25
26
for series in $series4 ; do
26
for series in $series4 ; do
27
  rm -rf recoll-${RCLVERS}/debian
27
  rm -rf recoll-${RCLVERS}/debian
28
  cp -rp ${debdir}/ recoll-${RCLVERS}/debian
28
  cp -rp ${debdir}/ recoll-${RCLVERS}/debian
29
29
...
...
41
41
42
  dput $PPANAME recoll_${RCLVERS}-1~ppa${PPAVERS}~${series}1_source.changes
42
  dput $PPANAME recoll_${RCLVERS}-1~ppa${PPAVERS}~${series}1_source.changes
43
done
43
done
44
44
45
### KIO
45
### KIO
46
seriesk="lucid maverick natty oneiric precise"
46
seriesk="lucid natty oneiric precise quantal"
47
seriesk=""
47
seriesk=""
48
48
49
debdir=debiankio
49
debdir=debiankio
50
50
51
for series in $seriesk ; do
51
for series in $seriesk ; do
...
...
62
  dput $PPANAME kio-recoll_${RCLVERS}-0~ppa${PPAVERS}~${series}1_source.changes
62
  dput $PPANAME kio-recoll_${RCLVERS}-0~ppa${PPAVERS}~${series}1_source.changes
63
63
64
done
64
done
65
65
66
### Unity Lens
66
### Unity Lens
67
seriesl="natty oneiric precise"
67
seriesl="natty oneiric precise quantal"
68
seriesl=""
68
#seriesl=""
69
69
70
debdir=debianunitylens
70
debdir=debianunitylens
71
71
72
for series in $seriesl ; do
72
for series in $seriesl ; do
73
73