packaging
This commit is contained in:
parent
85695e1d03
commit
1b73c6d4ae
2 changed files with 17 additions and 10 deletions
|
@ -4,14 +4,15 @@
|
|||
# For the kio: (and kdesdk?)
|
||||
# sudo apt-get install pkg-kde-tools cdbs
|
||||
|
||||
RCLVERS=1.20.1
|
||||
RCLVERS=1.20.3
|
||||
LENSVERS=1.19.10.3543
|
||||
SCOPEVERS=1.20.2.4
|
||||
PPAVERS=2
|
||||
PPAVERS=1
|
||||
|
||||
#
|
||||
RCLSRC=/y/home/dockes/projets/fulltext/recoll/src
|
||||
SCOPESRC=/y/home/dockes/projets/fulltext/unity-scope-recoll
|
||||
RCLDOWNLOAD=/y/home/dockes/projets/lesbonscomptes/recoll
|
||||
|
||||
case $RCLVERS in
|
||||
[23]*) PPANAME=recollexp-ppa;;
|
||||
|
@ -30,20 +31,18 @@ fatal()
|
|||
check_recoll_orig()
|
||||
{
|
||||
if test ! -f recoll_${RCLVERS}.orig.tar.gz ; then
|
||||
if test -f recoll-${RCLVERS}.tar.gz ; then
|
||||
mv recoll-${RCLVERS}.tar.gz recoll_${RCLVERS}.orig.tar.gz
|
||||
else
|
||||
cp -p $RCLDOWNLOAD/recoll-${RCLVERS}.tar.gz \
|
||||
recoll_${RCLVERS}.orig.tar.gz || \
|
||||
fatal "Can find neither recoll_${RCLVERS}.orig.tar.gz nor " \
|
||||
"recoll-${RCLVERS}.tar.gz"
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
####### QT4
|
||||
debdir=debian
|
||||
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
|
||||
series="precise trusty utopic"
|
||||
series=
|
||||
series="precise trusty utopic vivid"
|
||||
#series=precise
|
||||
|
||||
if test "X$series" != X ; then
|
||||
check_recoll_orig
|
||||
|
@ -142,7 +141,7 @@ done
|
|||
|
||||
### Unity Scope
|
||||
series="trusty utopic vivid"
|
||||
#series=
|
||||
series=
|
||||
|
||||
debdir=debianunityscope
|
||||
if test ! -d ${debdir}/ ; then
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
recoll (1.20.3-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||
|
||||
* fixes a bug where the real time indexer did not process the web queue
|
||||
* miscellaneous usability improvements in the GUI.
|
||||
* Copy sample fragbuts.xml file if it does not exist
|
||||
|
||||
-- Jean-Francois Dockes <jf@dockes.org> Sat, 28 Mar 2015 09:40:00 +0200
|
||||
|
||||
recoll (1.20.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||
|
||||
* 1.20.1 brings improved indexing of compound words like email addresses
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue