This file is indexed.

/usr/share/mk/package.xml is in ros-mk 1.13.4-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
<package>
  <name>mk</name>
  <version>1.13.4</version>
  <description>
    A collection of .mk include files for building ROS architectural elements.
    Most package authors should use cmake .mk, which calls CMake for the build of the package.
    The other files in this package are intended for use in exotic situations that mostly arise when importing 3rdparty code.
  </description>
  <maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
  <license>BSD</license>

  <url>http://www.ros.org/wiki/ROS</url>
  <author>Morgan Quigley</author>
  <author>Brian Gerkey</author>

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

  <run_depend>rosbuild</run_depend>
</package>