This file is indexed.

/usr/share/xmlrpcpp/package.xml is in libxmlrpcpp-dev 1.13.5+ds1-3.

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
<package>
  <name>xmlrpcpp</name>
  <version>1.13.5</version>
  <description>
    XmlRpc++ is a C++ implementation of the XML-RPC protocol. This version is
    heavily modified from the package available on SourceForge in order to
    support roscpp's threading model. As such, we are maintaining our
    own fork.
  </description>
  <maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
  <license>LGPL-2.1</license>

  <url>http://xmlrpcpp.sourceforge.net</url>
  <author>Chris Morley</author>
  <author>Konstantin Pilipchuk</author>
  <author>Morgan Quigley</author>
  <author>Austin Hendrix</author>

  <buildtool_depend>catkin</buildtool_depend>

  <build_depend>cpp_common</build_depend>

  <run_depend>cpp_common</run_depend>

  <export>
    <rosdoc external="http://xmlrpcpp.sourceforge.net/doc/hierarchy.html"/>
  </export>
</package>