This file is indexed.

/usr/share/tf2_kdl/package.xml is in libtf2-kdl-dev 0.5.12-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
<package>
  <name>tf2_kdl</name>
  <version>0.5.12</version>
  <description>
    KDL binding for tf2
  </description>
  <maintainer email="tfoote@osrfoundation.org">Tully Foote</maintainer>
  <author>Wim Meeussen</author>
  <license>BSD</license>

  <url type="website">http://ros.org/wiki/tf2</url>

  <buildtool_depend version_gte="0.5.68">catkin</buildtool_depend>
 
  <build_depend>cmake_modules</build_depend> <!-- needed for eigen -->
  <build_depend>eigen</build_depend> <!-- needed by kdl interally -->
  <build_depend>orocos_kdl</build_depend>
  <build_depend>tf2</build_depend>
  <build_depend>tf2_ros</build_depend>

  <run_depend>cmake_modules</run_depend> <!-- needed for eigen -->
  <run_depend>eigen</run_depend>
  <run_depend>orocos_kdl</run_depend>
  <run_depend>tf2</run_depend>
  <run_depend>tf2_ros</run_depend>

  <test_depend>rostest</test_depend>

</package>