This file is indexed.

/usr/share/rosmaster/package.xml is in python-rosmaster 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
<package>
  <name>rosmaster</name>
  <version>1.13.5</version>
  <description>
    ROS <a href="http://ros.org/wiki/Master">Master</a> implementation.
  </description>
  <maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
  <license>BSD</license>

  <url>http://ros.org/wiki/rosmaster</url>
  <author>Ken Conley</author>

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

  <run_depend>rosgraph</run_depend>
  <run_depend>python-defusedxml</run_depend>

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