/usr/bin/ui-auto-version is in ui-auto 1.1.17-1.
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 | #!/bin/sh -e
echo "UI_PACKAGE=\"ui-auto\""
echo "UI_VERSION=\"1.1.17\""
echo "UI_VERSION_MAJOR=\"1\""
echo "UI_VERSION_MINOR=\"1\""
echo "UI_VERSION_PATCH=\"17\""
|