File: control

package info (click to toggle)
dh-ros 0.14.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: python: 995; xml: 64; perl: 38; sh: 21; makefile: 19; cpp: 6
file content (32 lines) | stat: -rw-r--r-- 993 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
Source: dh-ros
Section: devel
Priority: optional
Maintainer: Debian Robotics Team <team+robotics@tracker.debian.org>
Uploaders: Timo Röhling <roehling@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-catkin-pkg <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-mock <!nocheck>,
 python3-setuptools,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/robotics-team/dh-ros.git
Vcs-Browser: https://salsa.debian.org/robotics-team/dh-ros

Package: dh-ros
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${perl:Depends},
Recommends: dh-python, cmake
Description: Debian helper for ROS packages
 This package provides support for catkin and ament to build ROS and ROS 2
 packages in Debian. It is particularly useful for upstream sources with
 multiple inter-dependent ROS packages, as it will figure out the correct
 build order automatically.