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.15.8
7
RCLVERS=1.16.0
8
PPAVERS=1
8
PPAVERS=1
9
9
10
case $RCLVERS in
10
case $RCLVERS in
11
    1.14*) PPANAME=recoll-ppa;;
11
    1.14*) PPANAME=recoll-ppa;;
12
    *)     PPANAME=recoll15-ppa;;
12
    *)     PPANAME=recoll15-ppa;;