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
|
Source: ros-wstool
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Thomas Moulard <thomas.moulard@gmail.com>,
Jochen Sprickerhof <debian@jochen.sprickerhof.de>,
Leopold Palomo-Avellaneda <leo@alaxarxa.net>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7.4.3), dh-python
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/ros/ros-wstool.git
Vcs-Git: git://anonscm.debian.org/debian-science/packages/ros/ros-wstool.git
Homepage: http://wiki.ros.org/wstool
X-Python-Version: >= 2.7
Package: python-wstool
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-vcstools, python-yaml
Description: Commands to manage multi-VCS repositories (for Robot OS)
This package is part of Robot OS (ROS). It provides commands to
manage several local VCS repositories based on a single workspace
definition file (.rosinstall). Git, Mercurial, Subversion, and Bazaar
are supported.
.
wstool replaces the rosws tool for catkin workspaces. As catkin
workspaces create their own setup file and environment, wstool is
reduced to version control functions only. So wstool does not have a
"regenerate" command, and does not allow adding non-version
controlled elements to workspaces. In all other respects, it behaves
the same as rosws.
|