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?)
|
# For the kio: (and kdesdk?)
|
||||||
# sudo apt-get install pkg-kde-tools cdbs
|
# sudo apt-get install pkg-kde-tools cdbs
|
||||||
|
|
||||||
RCLVERS=1.20.1
|
RCLVERS=1.20.3
|
||||||
LENSVERS=1.19.10.3543
|
LENSVERS=1.19.10.3543
|
||||||
SCOPEVERS=1.20.2.4
|
SCOPEVERS=1.20.2.4
|
||||||
PPAVERS=2
|
PPAVERS=1
|
||||||
|
|
||||||
#
|
#
|
||||||
RCLSRC=/y/home/dockes/projets/fulltext/recoll/src
|
RCLSRC=/y/home/dockes/projets/fulltext/recoll/src
|
||||||
SCOPESRC=/y/home/dockes/projets/fulltext/unity-scope-recoll
|
SCOPESRC=/y/home/dockes/projets/fulltext/unity-scope-recoll
|
||||||
|
RCLDOWNLOAD=/y/home/dockes/projets/lesbonscomptes/recoll
|
||||||
|
|
||||||
case $RCLVERS in
|
case $RCLVERS in
|
||||||
[23]*) PPANAME=recollexp-ppa;;
|
[23]*) PPANAME=recollexp-ppa;;
|
||||||
|
@ -30,20 +31,18 @@ fatal()
|
||||||
check_recoll_orig()
|
check_recoll_orig()
|
||||||
{
|
{
|
||||||
if test ! -f recoll_${RCLVERS}.orig.tar.gz ; then
|
if test ! -f recoll_${RCLVERS}.orig.tar.gz ; then
|
||||||
if test -f recoll-${RCLVERS}.tar.gz ; then
|
cp -p $RCLDOWNLOAD/recoll-${RCLVERS}.tar.gz \
|
||||||
mv recoll-${RCLVERS}.tar.gz recoll_${RCLVERS}.orig.tar.gz
|
recoll_${RCLVERS}.orig.tar.gz || \
|
||||||
else
|
|
||||||
fatal "Can find neither recoll_${RCLVERS}.orig.tar.gz nor " \
|
fatal "Can find neither recoll_${RCLVERS}.orig.tar.gz nor " \
|
||||||
"recoll-${RCLVERS}.tar.gz"
|
"recoll-${RCLVERS}.tar.gz"
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
####### QT4
|
####### QT4
|
||||||
debdir=debian
|
debdir=debian
|
||||||
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
|
# Note: no new releases for lucid: no webkit. Or use old debianrclqt4 dir.
|
||||||
series="precise trusty utopic"
|
series="precise trusty utopic vivid"
|
||||||
series=
|
#series=precise
|
||||||
|
|
||||||
if test "X$series" != X ; then
|
if test "X$series" != X ; then
|
||||||
check_recoll_orig
|
check_recoll_orig
|
||||||
|
@ -142,7 +141,7 @@ done
|
||||||
|
|
||||||
### Unity Scope
|
### Unity Scope
|
||||||
series="trusty utopic vivid"
|
series="trusty utopic vivid"
|
||||||
#series=
|
series=
|
||||||
|
|
||||||
debdir=debianunityscope
|
debdir=debianunityscope
|
||||||
if test ! -d ${debdir}/ ; then
|
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
|
recoll (1.20.1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low
|
||||||
|
|
||||||
* 1.20.1 brings improved indexing of compound words like email addresses
|
* 1.20.1 brings improved indexing of compound words like email addresses
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue