This file is indexed.

/usr/share/doc/qdigidoc/README is in qdigidoc 0.4.1-0ubuntu1.

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
QDigiDoc is an application for digitally signing and encrypting documents in
BDoc, DDoc, and CDoc container formats. These file formats are widespread in
Estonia where they are used for storing legally binding digital signatures.


Dependencies
============

cmake >= 2.6.0
libdigidoc >= 2.7.0
libdigidocpp >= 0.3.0
libp11
openldap
openssl
qt >= 4.4.0
xerces-c
xsdcxx

pkcs11 library (e.g. opensc)


BUILD INSTRUCTIONS
==================

1. Run build with cmake
     mkdir build
     cd build
     cmake -DCMAKE_INSTALL_PREFIX=/usr ..
     make -j4
2. Install the application to a system wide directory
     make install