~ubuntu-branches/ubuntu/quantal/recoll/quantal

« back to all changes in this revision

Viewing changes to index/fsindexer.cpp

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry
  • Date: 2012-05-18 10:59:21 UTC
  • mfrom: (1.3.9)
  • Revision ID: package-import@ubuntu.com-20120518105921-6eefevywd67qe3wj
Tags: 1.17.2-1
* New upstream release:
  + Dropped patches: fix-kFreeBSD-ftbfs.patch, recoll_ionice_getpid.patch.
    These are merged with upstream.
  + Refreshed patch: fix-python-install.patch.
* debian/rules, debian/control:
  + Added hardening support.
* debian/copyright:
  + Fixed duplicate Copyright sections.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
#include "readfile.h"
40
40
#include "indexer.h"
41
41
#include "fsindexer.h"
42
 
#include "csguess.h"
43
42
#include "transcode.h"
44
43
#include "debuglog.h"
45
44
#include "internfile.h"