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.14.3
7
RCLVERS=1.15.0
8
PPAVERS=1
8
PPAVERS=1
9
9
10
########## QT3
10
########## QT3
11
series3=""
11
series3=""
12
case $RCLVERS in
13
    1.14*)
12
series3="dapper hardy"
14
        series3="dapper hardy";;
15
esac
16
        
17
if test X$series3 != X; then
18
  debdir=debianrclqt3
13
19
14
debdir=debianrclqt3
15
16
rm -rf recoll-${RCLVERS}/debian
20
  rm -rf recoll-${RCLVERS}/debian
17
cp -rp $debdir recoll-${RCLVERS}/debian
21
  cp -rp $debdir recoll-${RCLVERS}/debian
18
for series in  $series3;do 
22
  for series in  $series3;do 
19
  sed -e s/SERIES/$series/g < ${debdir}/changelog > \
23
    sed -e s/SERIES/$series/g < ${debdir}/changelog > \
20
    recoll-${RCLVERS}/debian/changelog ;
24
        recoll-${RCLVERS}/debian/changelog ;
21
  (cd recoll-${RCLVERS};debuild -S -sa) || break
25
    (cd recoll-${RCLVERS};debuild -S -sa) || break
22
  dput recoll-ppa recoll_${RCLVERS}-0~ppa${PPAVERS}~${series}1_source.changes
26
    dput recoll-ppa recoll_${RCLVERS}-0~ppa${PPAVERS}~${series}1_source.changes
23
done
27
  done
28
fi
24
29
25
####### QT4
30
####### QT4
26
series4=""
31
series4=""
32
case $RCLVERS in
33
    1.14*)
27
series4="jaunty karmic lucid maverick"
34
        series4="jaunty karmic lucid maverick natty";;
35
    *)
36
        # jaunty had qt 4.3 1.15+ needs at least 4.4
37
        series4="karmic lucid maverick natty";;
38
esac
39
28
40
29
debdir=debianrclqt4
41
debdir=debianrclqt4
30
rm -rf recoll-${RCLVERS}/debian
42
rm -rf recoll-${RCLVERS}/debian
31
cp -rp $debdir recoll-${RCLVERS}/debian
43
cp -rp $debdir recoll-${RCLVERS}/debian
32
for series in $series4 ; do
44
for series in $series4 ; do