This file is indexed.

/usr/share/cmake_modules/package.xml is in ros-cmake-modules 0.4.1-1.

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
<?xml version="1.0"?>
<package>
  <name>cmake_modules</name>
  <version>0.4.1</version>
  <description>A common repository for CMake Modules which are not distributed with CMake but are commonly used by ROS packages.</description>

  <maintainer email="william@osrfoundation.org">William Woodall</maintainer>

  <license>BSD</license>

  <url type="repository">https://github.com/ros/cmake_modules</url>
  <url type="bugtracker">https://github.com/ros/cmake_modules/issues</url>

  <author email="william@osrfoundation.org">William Woodall</author>

  <buildtool_depend>catkin</buildtool_depend>

  <export>
    <architecture_independent/>
  </export>
</package>