This file is indexed.

/usr/bin/ui-gxmlcpp-version is in libui-gxmlcpp-dev 1.4.4-1build2.

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.4\""
echo "UI_VERSION_MAJOR=\"1\""
echo "UI_VERSION_MINOR=\"4\""
echo "UI_VERSION_PATCH=\"4\""
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\""