This file is indexed.

/usr/share/doc/libcapi20-3/README.Debian is in libcapi20-3 1:3.27-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
14
15
16
17
18
19
20
21
The libcapi20-3 package was carved out from the long-established isdnutils
package for easier maintenance in March 2014.  Feel free to consult isdnutils
history to learn more about how things evolved prior to that date.

It may become necessary to debug libcapi20. Debian builds the package without
debug information for performance reasons.  Below patch will compile the
library with debug information.

diff --git a/capi20/capi20.c b/capi20/capi20.c
index ab8c1c6..81b5c5c 100644
--- a/capi20/capi20.c
+++ b/capi20/capi20.c
@@ -61,7 +61,7 @@ static int tracelevel;
 static char *tracefile;

 /** debug level, for debugging purpose */
-static int nDebugLevel = 0;
+static int nDebugLevel = 0xFFFF;

 /**
  * \brief CapiDebug output functions