|
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.18.1
|
7 |
RCLVERS=1.18.2
|
8 |
LENSVERS=1.18.1.2997
|
8 |
LENSVERS=1.18.2.3257
|
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 natty oneiric precise quantal"
|
23 |
series4="lucid oneiric precise quantal raring"
|
24 |
series4=""
|
24 |
series4="raring"
|
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 natty oneiric precise quantal"
|
46 |
seriesk="lucid oneiric precise quantal raring"
|
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 quantal"
|
67 |
seriesl="oneiric precise quantal raring"
|
68 |
#seriesl=""
|
68 |
seriesl="raring"
|
69 |
|
69 |
|
70 |
debdir=debianunitylens
|
70 |
debdir=debianunitylens
|
71 |
|
71 |
|
72 |
for series in $seriesl ; do
|
72 |
for series in $seriesl ; do
|
73 |
|
73 |
|