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
|
Source: ros2-rcutils
Section: libs
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),
ament-cmake-python,
ament-cmake-ros,
cmake,
dh-ros,
dh-sequence-python3,
python3-empy,
Homepage: https://github.com/ros2/rcutils
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/robotics-team/ros2-rcutils.git
Vcs-Browser: https://salsa.debian.org/robotics-team/ros2-rcutils
Description: C Utilities and Data Structures for ROS 2
This package is part of ROS 2, the Robot Operating System.
It provides basic macros, functions, and data structures for the ROS 2
codebase.
Package: librcutils1d
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: ${source:Synopsis}
${source:Extended-Description}
.
This package installs the shared library.
Package: librcutils-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librcutils1d (= ${binary:Version}),
Description: ${source:Synopsis} (development headers)
${source:Extended-Description}
.
This package installs the C headers and CMake config files.
Package: python3-rcutils
Section: python
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: ${source:Synopsis} (Python 3 library)
${source:Extended-Description}
.
This package installs the Python 3 library.
|