|
a/packaging/debian/buildppa.sh |
|
b/packaging/debian/buildppa.sh |
|
... |
|
... |
43 |
####### QT
|
43 |
####### QT
|
44 |
debdir=debian
|
44 |
debdir=debian
|
45 |
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
|
45 |
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
|
46 |
# No new releases for trusty either because of risk of kio compat (kio
|
46 |
# No new releases for trusty either because of risk of kio compat (kio
|
47 |
# wont build)
|
47 |
# wont build)
|
48 |
series="xenial yakkety zesty"
|
48 |
series="xenial yakkety zesty artful"
|
49 |
series=
|
49 |
series=artful
|
50 |
|
50 |
|
51 |
if test "X$series" != X ; then
|
51 |
if test "X$series" != X ; then
|
52 |
check_recoll_orig
|
52 |
check_recoll_orig
|
53 |
test -d recoll-${RCLVERS} || tar xvzf recoll_${RCLVERS}.orig.tar.gz
|
53 |
test -d recoll-${RCLVERS} || tar xvzf recoll_${RCLVERS}.orig.tar.gz
|
54 |
fi
|
54 |
fi
|
|
... |
|
... |
75 |
|
75 |
|
76 |
|
76 |
|
77 |
|
77 |
|
78 |
### KIO. Does not build on trusty from recoll 1.23 because of the need
|
78 |
### KIO. Does not build on trusty from recoll 1.23 because of the need
|
79 |
### for c++11
|
79 |
### for c++11
|
80 |
series="xenial yakkety zesty"
|
80 |
series="xenial yakkety zesty artful"
|
81 |
#series=
|
81 |
series=
|
82 |
|
82 |
|
83 |
debdir=debiankio
|
83 |
debdir=debiankio
|
84 |
topdir=kio-recoll-${RCLVERS}
|
84 |
topdir=kio-recoll-${RCLVERS}
|
85 |
if test "X$series" != X ; then
|
85 |
if test "X$series" != X ; then
|
86 |
check_recoll_orig
|
86 |
check_recoll_orig
|
|
... |
|
... |
144 |
recoll-lens_${LENSVERS}-1~ppa${PPAVERS}~${series}1_source.changes
|
144 |
recoll-lens_${LENSVERS}-1~ppa${PPAVERS}~${series}1_source.changes
|
145 |
|
145 |
|
146 |
done
|
146 |
done
|
147 |
|
147 |
|
148 |
### Unity Scope
|
148 |
### Unity Scope
|
149 |
series="trusty xenial yakkety"
|
149 |
series="trusty xenial yakkety zesty artful"
|
150 |
series=
|
150 |
#series=
|
151 |
|
151 |
|
152 |
debdir=debianunityscope
|
152 |
debdir=debianunityscope
|
153 |
if test ! -d ${debdir}/ ; then
|
153 |
if test ! -d ${debdir}/ ; then
|
154 |
rm -f ${debdir}
|
154 |
rm -f ${debdir}
|
155 |
ln -s ${SCOPESRC}/debian $debdir
|
155 |
ln -s ${SCOPESRC}/debian $debdir
|