This file is indexed.

/usr/share/ada/adainclude/adacgi.gpr is in adacgi1 1.6-17.

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
project Adacgi is
	for Source_Dirs use ("/usr/share/ada/adainclude/adacgi");
	for Object_Dir use "/usr/lib/ada/adalib/adacgi";
        for Externally_Built use "true";
end Adacgi;