/usr/share/bondpy/package.xml is in python-bondpy 1.8.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 | <?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>bondpy</name>
<version>1.8.1</version>
<description>
Python implementation of bond, a mechanism for checking when
another process has terminated.
</description>
<maintainer email="mikael@osrfoundation.org">Mikael Arguedas</maintainer>
<license>BSD</license>
<url type="website">http://www.ros.org/wiki/bondpy</url>
<url type="bugtracker">https://github.com/ros/bond_core/issues</url>
<url type="repository">https://github.com/ros/bond_core</url>
<author>Stuart Glaser</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>bond</build_depend>
<build_depend>rospy</build_depend>
<build_depend>smclib</build_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>smclib</exec_depend>
<exec_depend>uuid</exec_depend>
<export>
<architecture_independent/>
</export>
</package>
|