File: control

package info (click to toggle)
ros2-ament-package 0.15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 224 kB
  • sloc: python: 439; sh: 27; xml: 19; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,215 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
Source: ros2-ament-package
Section: python
Priority: optional
Maintainer: Debian Robotics Team <team+robotics@tracker.debian.org>
Uploaders: Timo Röhling <roehling@debian.org>,
           Jochen Sprickerhof <jspricke@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-flake8 <!nocheck>,
               python3-importlib-metadata,
               python3-importlib-resources,
               python3-pytest <!nocheck>,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/robotics-team/ros2-ament-package
Vcs-Git: https://salsa.debian.org/robotics-team/ros2-ament-package.git
Rules-Requires-Root: no
Homepage: https://github.com/ament/ament_package/wiki

Package: python3-ament-package
Architecture: all
Multi-Arch: foreign
Depends: ${python3:Depends},
         ${misc:Depends},
Description: Utilities and templates for ROS 2 ament packages
 The ament build system is the most common way to build packages for
 ROS 2, the Robot Operating System. It is the successor of catkin.
 .
 This package is a Python 3 helper library which provides various
 utilities for ament packages, such as templates for environment hooks.