/usr/share/doc/libcapi20-3/README.Debian is in libcapi20-3 1:3.25+dfsg1-3.3ubuntu2.
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 | 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
|