svn->mercurial modifications

Jean-Francois Dockes Jean-Francois Dockes 2010-01-28

removed packaging/debian/changelog
removed packaging/debian/compat
removed packaging/debian/copyright
removed packaging/debian/docs
removed packaging/debian/rules
removed packaging/debian/watch
changed src/makesrcdist.sh
copied packaging/debian/control -> .hgignore
copied packaging/debian/menu -> website/usermanual/README-dir.txt
packaging/debian/changelog
File was removed.
packaging/debian/compat
File was removed.
packaging/debian/copyright
File was removed.
packaging/debian/docs
File was removed.
packaging/debian/rules
File was removed.
packaging/debian/watch
File was removed.
src/makesrcdist.sh Diff Switch to side-by-side view
Loading...
packaging/debian/control to .hgignore
--- a/packaging/debian/control
+++ b/.hgignore
@@ -1,35 +1,76 @@
-Source: recoll
-Section: x11
-Priority: optional
-Maintainer: Jean-Francois Dockes <jf@dockes.org>
-Build-Depends: debhelper (>= 5), libqt3-headers, libqt3-mt-dev, qt3-dev-tools, libxapian-dev 
-Standards-Version: 3.7.2
+syntax: glob
+*.o 
+*.dep 
+*.dep.stamp
+*~
+\#*
 
-Package: recoll
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: aspell
-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: <http://www.lesbonscomptes.com/recoll>
+src/Makefile
+src/bincimapmime/alldeps
+src/common/autoconfig.h
+src/common/rclversion.h
+src/config.log
+src/config.status
+src/doc/user/HTML.manifest
+src/doc/user/index.html
+src/doc/user/rcl.indexing.beaglequeue.html
+src/doc/user/rcl.indexing.config.html
+src/doc/user/rcl.indexing.html
+src/doc/user/rcl.indexing.monitor.html
+src/doc/user/rcl.indexing.periodic.html
+src/doc/user/rcl.indexing.storage.html
+src/doc/user/rcl.install.building.html
+src/doc/user/rcl.install.config.html
+src/doc/user/rcl.install.external.html
+src/doc/user/rcl.install.html
+src/doc/user/rcl.introduction.html
+src/doc/user/rcl.introduction.recoll.html
+src/doc/user/rcl.introduction.search.html
+src/doc/user/rcl.kicker-applet.html
+src/doc/user/rcl.program.api.html
+src/doc/user/rcl.program.fields.html
+src/doc/user/rcl.program.html
+src/doc/user/rcl.search.complex.html
+src/doc/user/rcl.search.custom.html
+src/doc/user/rcl.search.history.html
+src/doc/user/rcl.search.html
+src/doc/user/rcl.search.lang.html
+src/doc/user/rcl.search.multidb.html
+src/doc/user/rcl.search.preview.html
+src/doc/user/rcl.search.reslist.html
+src/doc/user/rcl.search.sort.html
+src/doc/user/rcl.search.termexplorer.html
+src/doc/user/rcl.search.tips.html
+src/doc/user/rcl.search.wildcards.html
+src/doc/user/rcl.searchkcl.html
+src/doc/user/rcl.searchkio.html
+src/doc/user/rcl.searchkio.searchabledocs.html
+src/doc/user/usermanual.html
+src/doc/user/usermanual.html-text
+src/doc/user/usermanual.txt
+src/index/alldeps
+src/index/recollindex
+src/lib/alldeps
+src/lib/librcl.a
+src/mk/localdefs
+src/mk/sysconf
+src/qt4gui/.moc/*
+src/qt4gui/.ui/*
+src/qt4gui/Makefile
+src/qt4gui/advsearch.ui
+src/qt4gui/images
+src/qt4gui/preview.ui
+src/qt4gui/qrc_recoll.cpp
+src/qt4gui/rclmain.ui
+src/qt4gui/recoll
+src/qt4gui/recoll.pro
+src/qt4gui/sort.ui
+src/qt4gui/spell.ui
+src/qt4gui/ssearchb.ui
+src/qt4gui/uiprefs.ui
+src/qt4gui/viewaction.ui
+src/qtgui/i18n/*.qm
+src/query/alldeps
+src/recollinstall
+src/sampleconf/recoll.conf
+website/usermanual/*
packaging/debian/menu to website/usermanual/README-dir.txt
--- a/packaging/debian/menu
+++ b/website/usermanual/README-dir.txt
@@ -1,2 +1 @@
-?package(recoll):needs="X11" section="Applications/Data Management" \
-  title="Personal Search Tool" command="/usr/bin/recoll"
+This file is needed because of mercurial neglect of empty directories.