|
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.4
|
7 |
RCLVERS=1.20.6
|
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 |
#
|
|
... |
|
... |
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=precise
|
45 |
#series=trusty
|
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
|
|
... |
|
... |
68 |
|
68 |
|
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"
|
73 |
series="precise trusty utopic vivid"
|
74 |
series=
|
74 |
#series=trusty
|
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
|