This file is indexed.

/usr/share/pluginlib/package.xml is in pluginlib-dev 1.10.4-2build3.

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
36
37
38
<package>
  <name>pluginlib</name>
  <version>1.10.4</version>
  <description>
    The pluginlib package provides tools for writing and dynamically loading plugins using the ROS build infrastructure.
    To work, these tools require plugin providers to register their plugins in the package.xml of their package.
  </description>
  <maintainer email="mikael@osrfoundation.org">Mikael Arguedas</maintainer>
  <license>BSD</license>

  <url>http://www.ros.org/wiki/pluginlib</url>
  <url type="bugtracker">https://github.com/ros/pluginlib/issues</url>
  <url type="repository">https://github.com/ros/pluginlib</url>
  <author>Eitan Marder-Eppstein</author>
  <author>Tully Foote</author>
  <author>Dirk Thomas</author>
  <author>Mirza Shah</author>

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

  <build_depend>boost</build_depend>
  <build_depend>cmake_modules</build_depend>
  <build_depend>class_loader</build_depend>
  <build_depend>rosconsole</build_depend>
  <build_depend version_gte="1.11.1">roslib</build_depend>
  <build_depend>tinyxml</build_depend>

  <run_depend>boost</run_depend>
  <run_depend>class_loader</run_depend>
  <run_depend>rosconsole</run_depend>
  <run_depend version_gte="1.11.1">roslib</run_depend>
  <run_depend>tinyxml</run_depend>

  <export>
    <pluginlib plugin="${prefix}/test/test_plugins.xml"/>
    <pluginlib plugin_test="${prefix}/test/test_plugins_broken.xml"/>
  </export>
</package>