This commit is contained in:
Jean-Francois Dockes 2013-05-23 10:03:28 +02:00
parent 7360466319
commit af49069079
2 changed files with 8 additions and 6 deletions

View File

@ -4,16 +4,16 @@
# For the kio: (and kdesdk?) # For the kio: (and kdesdk?)
# sudo apt-get install pkg-kde-tools cdbs # sudo apt-get install pkg-kde-tools cdbs
RCLVERS=1.19.2 RCLVERS=1.19.3
LENSVERS=1.19.2.3328 LENSVERS=1.19.2.3328
PPAVERS=3 PPAVERS=1
case $RCLVERS in case $RCLVERS in
[23]*) PPANAME=recollexp-ppa;; [23]*) PPANAME=recollexp-ppa;;
1.14*) PPANAME=recoll-ppa;; 1.14*) PPANAME=recoll-ppa;;
*) PPANAME=recoll15-ppa;; *) PPANAME=recoll15-ppa;;
esac esac
PPANAME=recollexp-ppa #PPANAME=recollexp-ppa
echo "PPA: $PPANAME. Type CR if Ok, else ^C" echo "PPA: $PPANAME. Type CR if Ok, else ^C"
read rep read rep
@ -21,7 +21,6 @@ read rep
####### QT4 ####### QT4
debdir=debianrclqt4 debdir=debianrclqt4
series4="lucid oneiric precise quantal raring" series4="lucid oneiric precise quantal raring"
series4=
for series in $series4 ; do for series in $series4 ; do
rm -rf recoll-${RCLVERS}/debian rm -rf recoll-${RCLVERS}/debian
@ -44,7 +43,7 @@ done
### KIO ### KIO
seriesk="lucid oneiric precise quantal raring" seriesk="lucid oneiric precise quantal raring"
seriesk=precise seriesk=
debdir=debiankio debdir=debiankio
topdir=kio-recoll-${RCLVERS} topdir=kio-recoll-${RCLVERS}
@ -71,7 +70,6 @@ done
### Unity Lens ### Unity Lens
seriesl="oneiric precise quantal raring" seriesl="oneiric precise quantal raring"
seriesl= seriesl=
debdir=debianunitylens debdir=debianunitylens
topdir=recoll-lens-${LENSVERS} topdir=recoll-lens-${LENSVERS}

View File

@ -1,3 +1,7 @@
recoll (1.19.3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Release 1.19.3: minor bugs and usability fixes
-- Jean-Francois Dockes <jf@dockes.org> Mon, 23 May 2013 10:02:00 +0200
recoll (1.19.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low recoll (1.19.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
* Release 1.19.2 * Release 1.19.2
-- Jean-Francois Dockes <jf@dockes.org> Mon, 14 May 2013 08:23:00 +0200 -- Jean-Francois Dockes <jf@dockes.org> Mon, 14 May 2013 08:23:00 +0200