|
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.17.2
|
7 |
RCLVERS=1.17.3
|
8 |
LENSVERS=1.17.2.2697
|
8 |
LENSVERS=1.17.2.2697
|
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;;
|
|
... |
|
... |
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="lucid maverick natty oneiric"
|
24 |
series4="lucid maverick natty oneiric precise"
|
25 |
|
25 |
|
26 |
for series in $series4 ; do
|
26 |
for series in $series4 ; do
|
27 |
rm -rf recoll-${RCLVERS}/debian
|
27 |
rm -rf recoll-${RCLVERS}/debian
|
28 |
cp -rp ${debdir}/ recoll-${RCLVERS}/debian
|
28 |
cp -rp ${debdir}/ recoll-${RCLVERS}/debian
|
29 |
|
29 |
|