Switch to unified view

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.23.0
7
RCLVERS=1.23.1
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
# 
...
...
41
# Note: recoll 1.22+ builds on precise fail. precise stays at 1.21
41
# Note: recoll 1.22+ builds on precise fail. precise stays at 1.21
42
42
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
47
# wont build)
46
series="trusty xenial yakkety"
48
series="xenial yakkety zesty"
47
#series=
49
#series=zesty
48
50
49
if test "X$series" != X ; then
51
if test "X$series" != X ; then
50
    check_recoll_orig
52
    check_recoll_orig
51
    test -d recoll-${RCLVERS} || tar xvzf recoll_${RCLVERS}.orig.tar.gz
53
    test -d recoll-${RCLVERS} || tar xvzf recoll_${RCLVERS}.orig.tar.gz
52
fi
54
fi
...
...
73
75
74
76
75
77
76
### 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
77
### for c++11
79
### for c++11
78
series="xenial yakkety"
80
#series="xenial yakkety zesty"
79
#series=xenial
81
series=
80
82
81
debdir=debiankio
83
debdir=debiankio
82
topdir=kio-recoll-${RCLVERS}
84
topdir=kio-recoll-${RCLVERS}
83
if test "X$series" != X ; then
85
if test "X$series" != X ; then
84
    check_recoll_orig
86
    check_recoll_orig