|
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.20.6
|
7 |
RCLVERS=1.21.0
|
8 |
LENSVERS=1.19.10.3543
|
8 |
LENSVERS=1.19.10.3543
|
9 |
SCOPEVERS=1.20.2.4
|
9 |
SCOPEVERS=1.20.2.4
|
10 |
PPAVERS=1
|
10 |
PPAVERS=1
|
11 |
|
11 |
|
12 |
#
|
12 |
#
|
|
... |
|
... |
17 |
case $RCLVERS in
|
17 |
case $RCLVERS in
|
18 |
[23]*) PPANAME=recollexp-ppa;;
|
18 |
[23]*) PPANAME=recollexp-ppa;;
|
19 |
1.14*) PPANAME=recoll-ppa;;
|
19 |
1.14*) PPANAME=recoll-ppa;;
|
20 |
*) PPANAME=recoll15-ppa;;
|
20 |
*) PPANAME=recoll15-ppa;;
|
21 |
esac
|
21 |
esac
|
22 |
#PPANAME=recollexp-ppa
|
22 |
PPANAME=recollexp-ppa
|
23 |
echo "PPA: $PPANAME. Type CR if Ok, else ^C"
|
23 |
echo "PPA: $PPANAME. Type CR if Ok, else ^C"
|
24 |
read rep
|
24 |
read rep
|
25 |
|
25 |
|
26 |
fatal()
|
26 |
fatal()
|
27 |
{
|
27 |
{
|
|
... |
|
... |
39 |
}
|
39 |
}
|
40 |
|
40 |
|
41 |
####### QT4
|
41 |
####### QT4
|
42 |
debdir=debian
|
42 |
debdir=debian
|
43 |
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
|
43 |
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
|
44 |
series="precise trusty utopic vivid"
|
44 |
#series="precise trusty utopic vivid"
|
45 |
#series=trusty
|
45 |
series=
|
46 |
|
46 |
|
47 |
if test "X$series" != X ; then
|
47 |
if test "X$series" != X ; then
|
48 |
check_recoll_orig
|
48 |
check_recoll_orig
|
49 |
test -d recoll-${RCLVERS} || tar xvzf recoll_${RCLVERS}.orig.tar.gz
|
49 |
test -d recoll-${RCLVERS} || tar xvzf recoll_${RCLVERS}.orig.tar.gz
|
50 |
fi
|
50 |
fi
|
|
... |
|
... |
69 |
dput $PPANAME recoll_${RCLVERS}-1~ppa${PPAVERS}~${series}1_source.changes
|
69 |
dput $PPANAME recoll_${RCLVERS}-1~ppa${PPAVERS}~${series}1_source.changes
|
70 |
done
|
70 |
done
|
71 |
|
71 |
|
72 |
### KIO
|
72 |
### KIO
|
73 |
series="precise trusty utopic vivid"
|
73 |
series="precise trusty utopic vivid"
|
74 |
#series=trusty
|
74 |
series=vivid
|
75 |
|
75 |
|
76 |
debdir=debiankio
|
76 |
debdir=debiankio
|
77 |
topdir=kio-recoll-${RCLVERS}
|
77 |
topdir=kio-recoll-${RCLVERS}
|
78 |
if test "X$series" != X ; then
|
78 |
if test "X$series" != X ; then
|
79 |
check_recoll_orig
|
79 |
check_recoll_orig
|