This file is indexed.

/usr/share/rosmsg/package.xml is in python-rosmsg 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
29
30
31
32
33
34
35
<package>
  <name>rosmsg</name>
  <version>1.13.5</version>
  <description>
    rosmsg contains two command-line tools: <tt>rosmsg</tt> and
    <tt>rossrv</tt>. <tt>rosmsg</tt> is a command-line tool for
    displaying information about <a
    href="http://www.ros.org/wiki/msg">ROS Message
    types</a>. <tt>rossrv</tt> is a command-line tool for displaying
    information about <a href="http://www.ros.org/wiki/srv">ROS
    Service types</a>.
  </description>
  <maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
  <license>BSD</license>

  <url>http://ros.org/wiki/rosmsg</url>
  <author>Ken Conley</author>
  <author>Tully Foote</author>

  <buildtool_depend>catkin</buildtool_depend>

  <run_depend version_gte="0.6.4">catkin</run_depend>
  <run_depend>genmsg</run_depend>
  <run_depend version_gte="0.6.5">genpy</run_depend>
  <run_depend>python-rospkg</run_depend>
  <run_depend>rosbag</run_depend>
  <run_depend>roslib</run_depend>

  <test_depend>std_msgs</test_depend>

  <export>
    <rosdoc config="rosdoc.yaml"/>
    <architecture_independent/>
  </export>
</package>