|
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.14
|
7 |
RCLVERS=1.19.14p2
|
8 |
LENSVERS=1.19.10.3543
|
8 |
LENSVERS=1.19.10.3543
|
9 |
SCOPEVERS=1.19.12
|
9 |
SCOPEVERS=1.19.12
|
10 |
PPAVERS=1
|
10 |
PPAVERS=1
|
11 |
|
11 |
|
12 |
# For the unity-scope debian directory
|
12 |
# For the unity-scope debian directory
|
|
... |
|
... |
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 quantal raring saucy trusty"
|
44 |
series="precise quantal raring saucy trusty utopic"
|
45 |
#series=precise
|
45 |
series="precise quantal raring saucy utopic"
|
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
|
|
... |
|
... |
138 |
recoll-lens_${LENSVERS}-1~ppa${PPAVERS}~${series}1_source.changes
|
138 |
recoll-lens_${LENSVERS}-1~ppa${PPAVERS}~${series}1_source.changes
|
139 |
|
139 |
|
140 |
done
|
140 |
done
|
141 |
|
141 |
|
142 |
### Unity Scope
|
142 |
### Unity Scope
|
143 |
series="saucy trusty"
|
143 |
series="saucy trusty utopic"
|
144 |
series=
|
144 |
series=
|
145 |
|
145 |
|
146 |
debdir=debianunityscope
|
146 |
debdir=debianunityscope
|
147 |
if test ! -d ${debdir}/ ; then
|
147 |
if test ! -d ${debdir}/ ; then
|
148 |
ln -s ${RCLSRC}/desktop/unity-scope-recoll/debian $debdir
|
148 |
ln -s ${RCLSRC}/desktop/unity-scope-recoll/debian $debdir
|