This file is indexed.

/usr/share/ada/adainclude/aws.gpr is in libaws3.3.2-dev 3.3.2-2.

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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
--  This file is generated by dh_ada_library during package build.
--  Help about Ada shared libraries in Debian may be found at
--  https://people.debian.org/~lbrenta/debian-ada-policy.html.

with "xmlada_unicode";
with "xmlada_input_sources";
with "xmlada_sax";
with "xmlada_dom";
with "xmlada_schema";
with "templates_parser";
library project aws is
   for Library_Name use "aws";
   for Library_Kind use "dynamic";
   for Library_Dir use "/usr/lib/x86_64-linux-gnu/";
   for Source_Dirs use ("/usr/share/ada/adainclude/aws");
   for Library_ALI_Dir use "/usr/lib/x86_64-linux-gnu/ada/adalib/aws";
   for Externally_Built use "True";
   package Linker is
      for Linker_Options use ("-lgnutls", "-lz", "-llber", "-lldap", "-lpthread");
   end Linker;
   package Naming is
      for Implementation ("aws.net.ssl")
        use "aws-net-ssl__gnutls.adb";
      for Implementation ("aws.net.ssl.certificate.impl")
        use "aws-net-ssl-certificate-impl__gnutls.adb";
      for Implementation ("aws.net.std")
        use "aws-net-std__gnat.adb";
      for Implementation ("aws.net.poll_events.wait")
        use "aws-net-poll_events-wait__native.adb";
      for Specification ("aws.net.ssl.certificate.impl")
        use "aws-net-ssl-certificate-impl__gnutls.ads";
      for Specification ("ssl.thin")
        use "ssl-thin__gnutls.ads";
   end Naming;
end aws;