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.1
7
RCLVERS=1.22.2
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=4
10
PPAVERS=5
11
11
12
# 
12
# 
13
RCLSRC=/y/home/dockes/projets/fulltext/recoll/src
13
RCLSRC=/y/home/dockes/projets/fulltext/recoll/src
14
SCOPESRC=/y/home/dockes/projets/fulltext/unity-scope-recoll
14
SCOPESRC=/y/home/dockes/projets/fulltext/unity-scope-recoll
15
RCLDOWNLOAD=/y/home/dockes/projets/lesbonscomptes/recoll
15
RCLDOWNLOAD=/y/home/dockes/projets/lesbonscomptes/recoll
...
...
17
case $RCLVERS in
17
case $RCLVERS in
18
    [23]*) PPANAME=recollexp-ppa;;
18
    [23]*) PPANAME=recollexp-ppa;;
19
    1.14*) PPANAME=recoll-ppa;;
19
    1.14*) PPANAME=recoll-ppa;;
20
    *)     PPANAME=recoll15-ppa;;
20
    *)     PPANAME=recoll15-ppa;;
21
esac
21
esac
22
#PPANAME=recollexp-ppa
22
PPANAME=recollexp-ppa
23
echo "PPA: $PPANAME. Type CR if Ok, else ^C"
23
echo "PPA: $PPANAME. Type CR if Ok, else ^C"
24
read rep
24
read rep
25
25
26
fatal()
26
fatal()
27
{
27
{
...
...
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 utopic vivid wily xenial"
75
series="trusty utopic vivid wily xenial"
76
series=trusty
76
series="utopic vivid wily xenial"
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