File: control

package info (click to toggle)
ros2-colcon-defaults 0.2.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: python: 310; makefile: 3
file content (40 lines) | stat: -rw-r--r-- 1,264 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: ros2-colcon-defaults
Section: python
Priority: optional
Maintainer: Debian Robotics Team <team+robotics@tracker.debian.org>
Uploaders:
 Timon Engelke <debian@timonengelke.de>,
 Jochen Sprickerhof <jspricke@debian.org>,
 Timo Röhling <roehling@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pylint <!nocheck>,
 python3-all,
 python3-colcon-core (>= 0.12.0),
 python3-flake8 <!nocheck>,
 python3-pep8-naming <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-setuptools,
 python3-yaml,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/colcon/colcon-defaults
Vcs-Git: https://salsa.debian.org/robotics-team/ros2-colcon-defaults.git
Vcs-Browser: https://salsa.debian.org/robotics-team/ros2-colcon-defaults
Testsuite: autopkgtest-pkg-pybuild

Package: python3-colcon-defaults
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 colcon,
Description: Extension for colcon to provide custom default values
 This package is part of Robot OS version 2 (ROS2).
 It extends colcon, the meta build tool used in ROS2, by making it possible
 to provide custom default values for the command line arguments from a
 configuration file.