/usr/share/roscreate/package.xml is in python-roscreate 1.14.2-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 | <package>
<name>roscreate</name>
<version>1.14.2</version>
<description>
roscreate contains a tool that assists in the creation of ROS filesystem resources.
It provides: <tt>roscreate-pkg</tt>, which creates a new package directory,
including the appropriate build and manifest files.
</description>
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/roscreate</url>
<author email="kwc@willowgarage.com">Ken Conley</author>
<buildtool_depend version_gte="0.5.68">catkin</buildtool_depend>
<run_depend>python-rospkg</run_depend>
</package>
|