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.19.11p1
7
RCLVERS=1.19.13
8
LENSVERS=1.19.10.3543
8
LENSVERS=1.19.10.3543
9
SCOPEVERS=1.19.10.3543
9
SCOPEVERS=1.19.12
10
PPAVERS=5
10
PPAVERS=5
11
11
12
# For the unity-scope debian directory
12
# For the unity-scope debian directory
13
RCLSRC=/home/dockes/projets/fulltext/recoll/src
13
RCLSRC=/home/dockes/projets/fulltext/recoll/src
14
14
...
...
39
}
39
}
40
40
41
####### QT4
41
####### QT4
42
debdir=debian
42
debdir=debian
43
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
43
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
44
series="precise quantal raring saucy"
44
series="precise quantal raring saucy trusty"
45
series="trusty"
45
#series=precise
46
46
47
if test "X$series" != X ; then
47
if test "X$series" != X ; then
48
    check_recoll_orig
48
    check_recoll_orig
49
    test -d recoll-${RCLVERS} || tar xvzf recoll_${RCLVERS}.orig.tar.gz
49
    test -d recoll-${RCLVERS} || tar xvzf recoll_${RCLVERS}.orig.tar.gz
50
fi
50
fi
...
...
68
68
69
  dput $PPANAME recoll_${RCLVERS}-1~ppa${PPAVERS}~${series}1_source.changes
69
  dput $PPANAME recoll_${RCLVERS}-1~ppa${PPAVERS}~${series}1_source.changes
70
done
70
done
71
71
72
### KIO
72
### KIO
73
series="precise quantal raring saucy"
73
series="precise quantal raring saucy trusty"
74
series=
74
series=
75
75
76
debdir=debiankio
76
debdir=debiankio
77
topdir=kio-recoll-${RCLVERS}
77
topdir=kio-recoll-${RCLVERS}
78
if test "X$series" != X ; then
78
if test "X$series" != X ; then