Source: ros-wstool Section: python Priority: optional Maintainer: Debian Science Maintainers Uploaders: Thomas Moulard , Jochen Sprickerhof , Leopold Palomo-Avellaneda Build-Depends: debhelper (>= 11), dh-python, python-all, python-setuptools, python3-all, python3-setuptools, python-vcstools, python-mock, python-yaml, git, mercurial, subversion, bzr, python3-vcstools, python3-mock, python3-yaml Standards-Version: 4.1.3 Rules-Requires-Root: no Homepage: https://wiki.ros.org/wstool X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 Vcs-Git: https://salsa.debian.org/science-team/ros-wstool.git Vcs-Browser: https://salsa.debian.org/science-team/ros-wstool Testsuite: autopkgtest-pkg-python Package: python-wstool Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: Commands to manage multi-VCS repositories (for Robot OS) Python 2 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. . This package installs the library for Python 2. Package: python3-wstool Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Description: Commands to manage multi-VCS repositories (for Robot OS) Python 3 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. . This package installs the library for Python 3.