File: control

package info (click to toggle)
ros2-ament-cmake 2.8.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,508 kB
  • sloc: python: 697; xml: 444; ansic: 84; cpp: 51; sh: 8; makefile: 5
file content (120 lines) | stat: -rw-r--r-- 3,051 bytes parent folder | download | duplicates (2)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
Source: ros2-ament-cmake
Section: devel
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-ros,
 dh-sequence-python3,
 cmake,
 libgtest-dev <!nocheck>,
 libpython3-dev,
 python3-ament-package,
 python3-catkin-pkg,
 python3-setuptools,
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/robotics-team/ros2-ament-cmake
Vcs-Git: https://salsa.debian.org/robotics-team/ros2-ament-cmake.git
Rules-Requires-Root: no
Homepage: https://github.com/ament/ament_cmake
Description: CMake build system for ROS 2 ament packages
 The ament build system is the most common way to build packages for ROS 2.
 ament_cmake provides the necessary tooling to build ament packages with
 CMake.

Package: ament-cmake
Architecture: all
Multi-Arch: foreign
Depends:
 ament-cmake-core,
 ament-cmake-python,
 python3-ament-cmake-test,
 ${misc:Depends},
Description: ${source:Synopsis}
 ${source:Extended-Description}
 .
 This package installs the most commonly used features of ament_cmake.

Package: ament-cmake-core
Architecture: all
Multi-Arch: foreign
Depends:
 cmake,
 python3-ament-package,
 python3-catkin-pkg,
 ${misc:Depends},
Description: ${source:Synopsis} (Core functionality)
 ${source:Extended-Description}
 .
 This package installs the core functionality of ament_cmake.

Package: ament-cmake-googletest
Architecture: any
Multi-Arch: allowed
Depends:
 ament-cmake-core,
 libgmock-dev,
 libgtest-dev,
 python3-ament-cmake-test,
 ${misc:Depends},
Description: ${source:Synopsis} (Googletest extension)
 ${source:Extended-Description}
 .
 This package adds support for GTest and GMock to ament_cmake.

Package: ament-cmake-pytest
Architecture: all
Multi-Arch: foreign
Depends:
 ament-cmake-core,
 python3-ament-cmake-test,
 python3-pytest,
 ${misc:Depends},
Description: ${source:Synopsis} (Pytest extension)
 ${source:Extended-Description}
 .
 This package adds support for Pytest to ament_cmake.

Package: ament-cmake-python
Architecture: all
Multi-Arch: foreign
Depends:
 ament-cmake-core,
 python3-setuptools,
 ${misc:Depends},
Description: ${source:Synopsis} (Python extension)
 ${source:Extended-Description}
 .
 This package adds Python support to ament_cmake.

Package: python3-ament-cmake-google-benchmark
Section: python
Architecture: any
Multi-Arch: allowed
Depends:
 ament-cmake-core,
 ament-cmake-python,
 libbenchmark-dev,
 ${misc:Depends},
 ${python3:Depends},
Description: Python 3 module for Google Benchmark in ROS 2 ament packages
 ${source:Extended-Description}
 .
 This package adds support for Google Benchmark to ament_cmake.

Package: python3-ament-cmake-test
Section: python
Architecture: all
Multi-Arch: foreign
Depends:
 ament-cmake-core,
 ament-cmake-python,
 ${misc:Depends},
 ${python3:Depends},
Description: Python 3 module for tests in ROS 2 ament packages
 ${source:Extended-Description}
 .
 This package adds support for unit tests to ament_cmake.