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.22.3
7
RCLVERS=1.22.4
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
series="trusty vivid wily xenial"
46
series="trusty vivid wily xenial yakkety"
47
#series=trusty
47
series=
48
48
49
if test "X$series" != X ; then
49
if test "X$series" != X ; then
50
    check_recoll_orig
50
    check_recoll_orig
51
    test -d recoll-${RCLVERS} || tar xvzf recoll_${RCLVERS}.orig.tar.gz
51
    test -d recoll-${RCLVERS} || tar xvzf recoll_${RCLVERS}.orig.tar.gz
52
fi
52
fi
...
...
70
70
71
  dput $PPANAME recoll_${RCLVERS}-1~ppa${PPAVERS}~${series}1_source.changes
71
  dput $PPANAME recoll_${RCLVERS}-1~ppa${PPAVERS}~${series}1_source.changes
72
done
72
done
73
73
74
### KIO
74
### KIO
75
series="trusty vivid wily xenial"
75
series="trusty vivid wily xenial yakkety"
76
series=
76
series=yakkety
77
77
78
debdir=debiankio
78
debdir=debiankio
79
topdir=kio-recoll-${RCLVERS}
79
topdir=kio-recoll-${RCLVERS}
80
if test "X$series" != X ; then
80
if test "X$series" != X ; then
81
    check_recoll_orig
81
    check_recoll_orig
...
...
140
      recoll-lens_${LENSVERS}-1~ppa${PPAVERS}~${series}1_source.changes
140
      recoll-lens_${LENSVERS}-1~ppa${PPAVERS}~${series}1_source.changes
141
141
142
done
142
done
143
143
144
### Unity Scope
144
### Unity Scope
145
series="trusty vivid wily xenial"
145
series="trusty vivid wily xenial yakkety"
146
series=
146
series=yakkety
147
147
148
debdir=debianunityscope
148
debdir=debianunityscope
149
if test ! -d ${debdir}/ ; then
149
if test ! -d ${debdir}/ ; then
150
    rm -f ${debdir}
150
    rm -f ${debdir}
151
    ln -s ${SCOPESRC}/debian $debdir
151
    ln -s ${SCOPESRC}/debian $debdir