This file is indexed.

/usr/share/gprconfig/nocompiler.xml is in gprbuild 2014dfsg-1.

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
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" ?>
<!--  For languages with no compiler -->

<gprconfig>
  <configuration>
   <compilers>
    <compiler language="Project File"/>
   </compilers>
   <config>
package Compiler is
   for Driver ("Project File") use "";
end Compiler;

package Naming is
   for Spec_Suffix ("Project File") use ".gpr";
end Naming;
   </config>
  </configuration>
</gprconfig>