This file is indexed.

/usr/share/doc/libcairomm-1.0-doc/README is in libcairomm-1.0-doc 1.12.0-1.

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
11
12
13
cairomm
-------------

This library provides a C++ interface to cairo.

Read the file 'INSTALL' for instructions to compile and install the library.

See the examples directory for example code.

Use pkg-config to discover the necessary include and linker arguments. For instance,
  pkg-config cairomm-1.0 --cflags --libs
Ideally you would use PKG_CHECK_MODULES in your configure.ac file.
See http://www.openismus.com for generic help with that.