File: control

package info (click to toggle)
ros-message-generation 0.4.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 64 kB
  • sloc: xml: 34; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,197 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
Source: ros-message-generation
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
 Jochen Sprickerhof <jspricke@debian.org>,
 Leopold Palomo-Avellaneda <leo@alaxarxa.net>,
 Timo Röhling <roehling@debian.org>,
Section: devel
Priority: optional
Build-Depends:
 catkin,
 debhelper-compat (= 13),
 dh-ros,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/ros-message-generation
Vcs-Git: https://salsa.debian.org/science-team/ros-message-generation.git
Rules-Requires-Root: no
Homepage: https://wiki.ros.org/message_generation

Package: ros-message-generation
Architecture: all
Multi-Arch: foreign
# python3 without :any qualifier is needed for selecting the right architecture during cross build.
# we do this in order to be Multi-Arch foreign.
Depends:
 python3,
 python3-gencpp (>= 0.6.2-3),
 python3-genlisp (>= 0.4.17-3),
 python3-genmsg (>= 0.5.12-3),
 python3-genpy (>= 0.6.9-2),
 ${misc:Depends},
Description: Generates build-time messaging dependencies for Robot OS packages
 This package is part of Robot OS (ROS). It contains cmake macros to
 generate build-time dependencies for the messages ROS packages use.