This file is indexed.

/usr/lib/libui-gxmlcpp5v5/examples/ui-gxmlcpp-version is in libui-gxmlcpp5v5 1.4.3-2build1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#!/bin/sh -e
echo "UI_PACKAGE=\"ui-gxmlcpp\""
echo "UI_VERSION=\"1.4.3\""
echo "UI_VERSION_MAJOR=\"1\""
echo "UI_VERSION_MINOR=\"4\""
echo "UI_VERSION_PATCH=\"3\""
echo "UI_SO_VERSION=\"5.0.1\""
echo "UI_SO_VERSION_MAJOR=\"5\""
echo "UI_SO_VERSION_MINOR=\"0\""
echo "UI_SO_VERSION_PATCH=\"1\""