This file is indexed.

/usr/share/doc/libarchive-dev/README.Debian is in libarchive-dev 3.2.2-3.1ubuntu0.3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
As libarchive requires large-file support enabled under i386 on Linux
you must add the following to any of your own source files:

#define _FILE_OFFSET_BITS 64

Applications compiled under i386 on Linux without this option will
produce empty archives and corrupt output from archives when reading
them.

 -- John Goerzen <jgoerzen@complete.org>, Thu,  5 Jun 2008 15:36:22 -0500