File: control

package info (click to toggle)
ros-rosinstall 0.7.7-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 512 kB
  • ctags: 299
  • sloc: python: 3,391; makefile: 136; xml: 12
file content (26 lines) | stat: -rw-r--r-- 1,343 bytes parent folder | download
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
Source: ros-rosinstall
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-rosinstall.git
Vcs-Git: git://anonscm.debian.org/debian-science/packages/ros/ros-rosinstall.git
Homepage: http://wiki.ros.org/rosinstall
X-Python-Version: >= 2.7

Package: python-rosinstall
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-wstool, python-pkg-resources, python-yaml, python-rosdistro, python-rospkg, python-catkin-pkg, python-mock
Description: Installer for Robot OS
 This package is part of Robot OS (ROS). The rosinstall package
 provides a Python API for interacting with a source code workspace as
 well as a group of command line tools. Rosinstall leverages the
 vcstools package for source control and stores its state in
 rosinstall files.
 .
 Using rosinstall you can update several folders using a variety of SCMs
 (SVN, Mercurial, git, Bazaar) with just one command.