File: control

package info (click to toggle)
ros2-colcon-cmake 0.2.27-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 208 kB
  • sloc: python: 1,076; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,238 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
Source: ros2-colcon-cmake
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, python3-all,
               python3-setuptools, python3-colcon-core,
               python3-colcon-library-path, python3-colcon-test-result,
               python3-flake8 <!nocheck>, python3-pep8-naming <!nocheck>,
               pylint <!nocheck>, python3-pytest <!nocheck>,
               python3-pytest-cov <!nocheck>
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/colcon/colcon-cmake
Vcs-Git: https://salsa.debian.org/robotics-team/ros2-colcon-cmake.git
Vcs-Browser: https://salsa.debian.org/robotics-team/ros2-colcon-cmake

Package: python3-colcon-cmake
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: colcon
Description: Extension for colcon to support CMake projects
 This package is part of Robot OS version 2 (ROS2).
 It extends colcon, the meta build tool used in ROS2, by adding
 support for CMake projects.