|
a/packaging/debian/buildppa.sh |
|
b/packaging/debian/buildppa.sh |
|
... |
|
... |
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.17.1
|
7 |
RCLVERS=1.17.1
|
8 |
LENSVERS=1.17.0.2654
|
8 |
LENSVERS=1.17.1.2654
|
9 |
PPAVERS=1
|
9 |
PPAVERS=1
|
10 |
|
10 |
|
11 |
case $RCLVERS in
|
11 |
case $RCLVERS in
|
12 |
[23]*) PPANAME=recollexp-ppa;;
|
12 |
[23]*) PPANAME=recollexp-ppa;;
|
13 |
1.14*) PPANAME=recoll-ppa;;
|
13 |
1.14*) PPANAME=recoll-ppa;;
|
14 |
*) PPANAME=recoll15-ppa;;
|
14 |
*) PPANAME=recoll15-ppa;;
|
15 |
esac
|
15 |
esac
|
16 |
PPANAME=recollexp-ppa
|
16 |
#PPANAME=recollexp-ppa
|
17 |
|
17 |
|
18 |
echo "PPA: $PPANAME. Type CR if Ok, else ^C"
|
18 |
echo "PPA: $PPANAME. Type CR if Ok, else ^C"
|
19 |
read rep
|
19 |
read rep
|
20 |
|
20 |
|
21 |
####### QT4
|
21 |
####### QT4
|
22 |
debdir=debianrclqt4
|
22 |
debdir=debianrclqt4
|
23 |
series4="lucid maverick natty oneiric precise"
|
23 |
series4="lucid maverick natty oneiric precise"
|
24 |
series4=""
|
24 |
series4="natty oneiric precise"
|
|
|
25 |
|
25 |
|
26 |
|
26 |
for series in $series4 ; do
|
27 |
for series in $series4 ; do
|
27 |
rm -rf recoll-${RCLVERS}/debian
|
28 |
rm -rf recoll-${RCLVERS}/debian
|
28 |
cp -rp ${debdir}/ recoll-${RCLVERS}/debian
|
29 |
cp -rp ${debdir}/ recoll-${RCLVERS}/debian
|
29 |
|
30 |
|
|
... |
|
... |
37 |
-e s/PPAVERS/${PPAVERS}/g \
|
38 |
-e s/PPAVERS/${PPAVERS}/g \
|
38 |
< ${debdir}/changelog > recoll-${RCLVERS}/debian/changelog
|
39 |
< ${debdir}/changelog > recoll-${RCLVERS}/debian/changelog
|
39 |
|
40 |
|
40 |
(cd recoll-${RCLVERS};debuild -S -sa) || break
|
41 |
(cd recoll-${RCLVERS};debuild -S -sa) || break
|
41 |
|
42 |
|
42 |
dput $PPANAME recoll_${RCLVERS}-0~ppa${PPAVERS}~${series}1_source.changes
|
43 |
dput $PPANAME recoll_${RCLVERS}-1~ppa${PPAVERS}~${series}1_source.changes
|
43 |
done
|
44 |
done
|
44 |
|
45 |
|
45 |
### KIO
|
46 |
### KIO
|
46 |
seriesk="lucid maverick natty oneiric precise"
|
47 |
seriesk="lucid maverick natty oneiric precise"
|
47 |
seriesk=""
|
48 |
seriesk=""
|