This file is indexed.

/usr/share/doc/ucimf-openvanilla/README is in ucimf-openvanilla 2.10.11-2ubuntu1.

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
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Dear Users,
  
  ( for tarball source )

  1. This extension has dependency on 'libucimf', please 
     remember to install it before compilation. 

  2. The package obey common tarball conventions, just 
       `./configure`
       `make`
       `make install`
     and append customization parameters as `./configure --help` said.
 

Dear Developers,

  ( for online repository source )

  0. Please execute following command to initialize autotools 
      for the first compilation
  
       `autoreconf -i --force`
  
     It will generate 'configure' and 'Makefile'
  
  1. Compile
       `./configure ` 
       `make`
  
  2. Install
        
       `make install`