a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh
...
...
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
PPA_KEYID=D38B9201
7
PPA_KEYID=D38B9201
8
8
9
RCLVERS=1.23.6
9
RCLVERS=1.23.7
10
SCOPEVERS=1.20.2.4
10
SCOPEVERS=1.20.2.4
11
PPAVERS=1
11
PPAVERS=1
12
12
13
# 
13
# 
14
RCLSRC=/y/home/dockes/projets/fulltext/recoll/src
14
RCLSRC=/y/home/dockes/projets/fulltext/recoll/src
...
...
45
debdir=debian
45
debdir=debian
46
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
46
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
47
# No new releases for trusty either because of risk of kio compat (kio
47
# No new releases for trusty either because of risk of kio compat (kio
48
# wont build)
48
# wont build)
49
series="xenial zesty artful bionic"
49
series="xenial zesty artful bionic"
50
series="zesty artful bionic"
50
series=
51
51
52
if test "X$series" != X ; then
52
if test "X$series" != X ; then
53
    check_recoll_orig
53
    check_recoll_orig
54
    test -d recoll-${RCLVERS} || tar xvzf recoll_${RCLVERS}.orig.tar.gz
54
    test -d recoll-${RCLVERS} || tar xvzf recoll_${RCLVERS}.orig.tar.gz
55
fi
55
fi
...
...
77
77
78
78
79
### KIO. Does not build on trusty from recoll 1.23 because of the need
79
### KIO. Does not build on trusty from recoll 1.23 because of the need
80
### for c++11
80
### for c++11
81
series="xenial zesty artful bionic"
81
series="xenial zesty artful bionic"
82
series="zesty artful bionic"
82
#series="zesty artful bionic"
83
83
84
debdir=debiankio
84
debdir=debiankio
85
topdir=kio-recoll-${RCLVERS}
85
topdir=kio-recoll-${RCLVERS}
86
if test "X$series" != X ; then
86
if test "X$series" != X ; then
87
    check_recoll_orig
87
    check_recoll_orig
...
...
105
  sed -e s/SERIES/$svers/g \
105
  sed -e s/SERIES/$svers/g \
106
      -e s/PPAVERS/${PPAVERS}/g \
106
      -e s/PPAVERS/${PPAVERS}/g \
107
          < ${debdir}/changelog > $topdir/debian/changelog ;
107
          < ${debdir}/changelog > $topdir/debian/changelog ;
108
  (cd $topdir;debuild -k$PPA_KEYID -S -sa) || exit 1
108
  (cd $topdir;debuild -k$PPA_KEYID -S -sa) || exit 1
109
109
110
  dput $PPANAME kio-recoll_${RCLVERS}-0~ppa${PPAVERS}~${svers}1_source.changes
110
  dput $PPANAME kio-recoll_${RCLVERS}-1~ppa${PPAVERS}~${svers}1_source.changes
111
111
112
done
112
done
113
113
114
114
115
### Unity Scope
115
### Unity Scope