Switch to unified view

a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh
...
...
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 trusty utopic"
44
series="precise quantal raring saucy trusty utopic"
45
series="precise quantal raring saucy utopic"
45
series=
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 trusty"
73
series="precise quantal raring saucy trusty utopic"
74
series=
74
series=utopic
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
79
    check_recoll_orig
79
    check_recoll_orig
80
    if test ! -d kio-recoll_${RCLVERS}.orig.tar.gz ; then
80
    if test ! -f kio-recoll_${RCLVERS}.orig.tar.gz ; then
81
        cp -p recoll_${RCLVERS}.orig.tar.gz \
81
        cp -p recoll_${RCLVERS}.orig.tar.gz \
82
            kio-recoll_${RCLVERS}.orig.tar.gz || exit 1
82
            kio-recoll_${RCLVERS}.orig.tar.gz || exit 1
83
    fi
83
    fi
84
    if test ! -d $topdir ; then 
84
    if test ! -d $topdir ; then 
85
        mkdir temp
85
        mkdir temp
...
...
96
96
97
  sed -e s/SERIES/$series/g \
97
  sed -e s/SERIES/$series/g \
98
      -e s/PPAVERS/${PPAVERS}/g \
98
      -e s/PPAVERS/${PPAVERS}/g \
99
          < ${debdir}/changelog > $topdir/debian/changelog ;
99
          < ${debdir}/changelog > $topdir/debian/changelog ;
100
100
101
  (cd $topdir;debuild -S -sa) || break
101
  (cd $topdir;debuild -S -sa) || exit 1
102
102
103
  dput $PPANAME kio-recoll_${RCLVERS}-0~ppa${PPAVERS}~${series}1_source.changes
103
  dput $PPANAME kio-recoll_${RCLVERS}-0~ppa${PPAVERS}~${series}1_source.changes
104
104
105
done
105
done
106
106
...
...
139
139
140
done
140
done
141
141
142
### Unity Scope
142
### Unity Scope
143
series="saucy trusty utopic"
143
series="saucy trusty utopic"
144
series=
144
series=utopic
145
145
146
debdir=debianunityscope
146
debdir=debianunityscope
147
if test ! -d ${debdir}/ ; then
147
if test ! -d ${debdir}/ ; then
148
    ln -s ${RCLSRC}/desktop/unity-scope-recoll/debian $debdir
148
    ln -s ${RCLSRC}/desktop/unity-scope-recoll/debian $debdir
149
fi
149
fi