diff --git a/packaging/debian/buildppa.sh b/packaging/debian/buildppa.sh index 6c811b72..86d264ef 100644 --- a/packaging/debian/buildppa.sh +++ b/packaging/debian/buildppa.sh @@ -4,7 +4,7 @@ # For the kio: (and kdesdk?) # sudo apt-get install pkg-kde-tools cdbs -RCLVERS=12697 +RCLVERS=1.17.2 LENSVERS=1.17.2.2697 PPAVERS=1 @@ -21,7 +21,7 @@ read rep ####### QT4 debdir=debianrclqt4 series4="lucid maverick natty oneiric precise" -series4="" +series4="lucid maverick natty oneiric" for series in $series4 ; do rm -rf recoll-${RCLVERS}/debian @@ -65,6 +65,7 @@ done ### Unity Lens seriesl="natty oneiric precise" +seriesl="" debdir=debianunitylens diff --git a/packaging/debian/debianrclqt4/changelog b/packaging/debian/debianrclqt4/changelog index 1da07261..176e5fb8 100644 --- a/packaging/debian/debianrclqt4/changelog +++ b/packaging/debian/debianrclqt4/changelog @@ -1,3 +1,7 @@ +recoll (1.17.2-1~ppaPPAVERS~SERIES1) SERIES; urgency=low + * Release 1.17.2 + -- Jean-Francois Dockes Thu, 17 May 2012 09:27:00 +0200 + recoll (2696-1~ppaPPAVERS~SERIES1) SERIES; urgency=low * pre-1.17.2 beta for testing thumbnail issues. -- Jean-Francois Dockes Mon, 14 May 2012 17:47:00 +0200 diff --git a/packaging/debian/debianrclqt4/control-maverick b/packaging/debian/debianrclqt4/control-maverick new file mode 100644 index 00000000..11c159c9 --- /dev/null +++ b/packaging/debian/debianrclqt4/control-maverick @@ -0,0 +1,44 @@ +Source: recoll +Section: x11 +Priority: optional +Maintainer: Jean-Francois Dockes +Build-Depends: debhelper (>= 7), + autotools-dev, + libqt4-dev, + libqtwebkit-dev, + libxapian-dev (>= 1.0.15), + libx11-dev, + libz-dev, + python-dev +Standards-Version: 3.9.3 + +Package: recoll +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: aspell, python, xdg-utils, xsltproc +Suggests: antiword, catdoc, ghostscript, libimage-exiftool-perl, poppler-utils, + pstotext, python-chm, python-mutagen, unrtf, untex +Description: a personal full text search package with a QT GUI + The Recoll personal full text search package is based on a very strong + backend (Xapian), for which it provides an easy to use and feature-rich + interface. + . + Features: + * QT-based GUI. + * Supports the following document types (and their compressed versions): + - Natively: text, html, OpenOffice files, maildir and mailbox + (Mozilla and Thunderbird mail ok) with attachments, gaim log files. + - With external helpers: pdf (pdftotext), postscript (ghostscript), + msword (antiword), excel, ppt (catdoc), rtf (unrtf), + * Powerful query facilities, with boolean searches, phrases, filter on + file types and directory tree. + * Support for multiple charsets. Internal processing and storage uses + Unicode UTF-8. + * Stemming performed at query time (can switch stemming language after + indexing) + * Easy installation. No database daemon, web server or exotic language + necessary. + * An indexer which runs either as a thread inside the GUI or as an + external, cron'able program. + . + Homepage: