diff --git a/packaging/debian/debian/changelog b/packaging/debian/debian/changelog index f57cc6df..c0fce66a 100644 --- a/packaging/debian/debian/changelog +++ b/packaging/debian/debian/changelog @@ -1,3 +1,9 @@ +recoll (1.19.12p1-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + + * 1.19.12 install forgot the xls filter + + -- Jean-Francois Dockes Sun, 06 Apr 2014 06:57:00 +0200 + recoll (1.19.12-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * Minor fixes to 1.19.11. Make metadata stored length a parameter. diff --git a/src/VERSION b/src/VERSION index e54f3135..febd4f9e 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.19.12 +1.19.12p1 diff --git a/src/recollinstall.in b/src/recollinstall.in index c4a6fde4..c25c4808 100755 --- a/src/recollinstall.in +++ b/src/recollinstall.in @@ -122,6 +122,9 @@ ${STRIP} ${bindir}/recollindex ${INSTALL} -m 0755 filters/rcl* ${datadir}/recoll/filters/ || exit 1 ${INSTALL} -m 0555 filters/ppt-dump.py ${datadir}/recoll/filters/ || exit 1 +${INSTALL} -m 0555 filters/xls-dump.py ${datadir}/recoll/filters/ || exit 1 +${INSTALL} -m 0555 filters/xlsxmltocsv.py ${datadir}/recoll/filters/ || exit 1 + ${INSTALL} -m 0444 filters/msodump.zip ${datadir}/recoll/filters/ || exit 1 for f in rclexecm.py rcllatinstops.zip;do chmod 644 ${datadir}/recoll/filters/$f diff --git a/website/download.html b/website/download.html index 454f5def..e56f8354 100644 --- a/website/download.html +++ b/website/download.html @@ -29,7 +29,7 @@ function showdiv(viewid)