|
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.19.4
|
7 |
RCLVERS=1.19.5
|
8 |
LENSVERS=1.19.2.3328
|
8 |
LENSVERS=1.19.2.3328
|
9 |
PPAVERS=1
|
9 |
PPAVERS=3
|
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;;
|
|
... |
|
... |
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 oneiric precise quantal raring"
|
23 |
series4="lucid oneiric precise quantal raring saucy"
|
|
|
24 |
series4="quantal raring"
|
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 || exit 1
|
28 |
cp -rp ${debdir}/ recoll-${RCLVERS}/debian || exit 1
|
28 |
|
29 |
|