From 1b73c6d4ae108345074c5de3b8bf6e8a1fce12b0 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sat, 28 Mar 2015 17:53:08 +0100 Subject: [PATCH] packaging --- packaging/debian/buildppa.sh | 19 +++++++++---------- packaging/debian/debian/changelog | 8 ++++++++ 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index e6f3baa5..ac444cd4 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -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 + "recoll-${RCLVERS}.tar.gz" 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 diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index bce5d8a3..360c3aff 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -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 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