This file is indexed.

/usr/share/rostime/package.xml is in libroscpp-core-dev 0.6.1-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
<package>
  <name>rostime</name>
  <version>0.6.1</version>
  <description>
    Time and Duration implementations for C++ libraries, including roscpp.
  </description>
  <maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
  <license>BSD</license>

  <url>http://ros.org/wiki/rostime</url>
  <author>Josh Faust</author>

  <buildtool_depend version_gte="0.5.68">catkin</buildtool_depend>

  <build_depend>boost</build_depend>
  <build_depend>cpp_common</build_depend>

  <run_depend>boost</run_depend>
  <run_depend>cpp_common</run_depend>
</package>