This file is indexed.

/usr/share/ada/adainclude/gnadecommon/gnu-db-version.ads is in libgnadecommon2-dev 1.6.2-9.

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
package GNU.DB.Version is
   MAJOR         : constant := 1;
   MINOR         : constant := 6;
   PATCHLEVEL    : constant := 0;
   VersionString : constant String := "1.6.0";
end GNU.DB.Version;