This file is indexed.

/usr/share/python_qt_binding/package.xml is in python-qt-binding 0.3.1-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
30
31
32
33
34
35
36
<package>
  <name>python_qt_binding</name>
  <version>0.3.1</version>
  <description>
    This stack provides Python bindings for Qt.
    There are two providers: pyside and pyqt.  PySide is released under
    the LGPL.  PyQt is released under the GPL.

    Both the bindings and tools to build bindings are included from each
    available provider.  For PySide, it is called "Shiboken".  For PyQt,
    this is called "SIP".

    Also provided is adapter code to make the user's Python code
    independent of which binding provider was actually used which makes
    it very easy to switch between these.
  </description>
  <maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
  <license>BSD</license>

  <url>http://ros.org/wiki/python_qt_binding</url>
  <author>Dave Hershberger</author>
  <author>Dorian Scholz</author>
  <author>Dirk Thomas</author>

  <buildtool_depend>catkin</buildtool_depend>

  <build_depend>rosbuild</build_depend>
  <build_depend>qtbase5-dev</build_depend>
  <build_depend>python-qt5-bindings</build_depend>

  <run_depend>python-qt5-bindings</run_depend>

  <export>
    <rosbuild cmake_directory="${prefix}/cmake"/>
  </export>
</package>