File: control

package info (click to toggle)
ros-catkin-lint 1.6.25-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,236 kB
  • sloc: python: 6,213; makefile: 16; sh: 2
file content (39 lines) | stat: -rw-r--r-- 1,327 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
34
35
36
37
38
39
Source: ros-catkin-lint
Section: devel
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
 Timo Röhling <roehling@debian.org>,
 Jochen Sprickerhof <jspricke@debian.org>,
 Debian Robotics Team <team+robotics@tracker.debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python (>= 5.20221230),
 dh-sequence-python3,
 perl,
 python3-all,
 python3-catkin-pkg,
 python3-lxml,
 python3-nose2,
 python3-rosdep2,
 python3-rosdistro,
 python3-rospkg,
 python3-setuptools,
 python3-setuptools-scm,
Homepage: https://github.com/fkie/catkin_lint
Vcs-Git: https://salsa.debian.org/science-team/ros-catkin-lint.git
Vcs-Browser: https://salsa.debian.org/science-team/ros-catkin-lint
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.0
Rules-Requires-Root: no

Package: catkin-lint
Architecture: all
Multi-Arch: foreign
Depends: ${python3:Depends}, ${misc:Depends}
Recommends: python3-rospkg, python3-rosdep2, python3-rosdistro
Description: Check Robot OS catkin packages for common errors
 This package is part of Robot OS (ROS). catkin_lint checks package
 configurations for the catkin build system of ROS. It runs a static analysis
 of the package.xml and CMakeLists.txt files in your package, and it will
 detect and report a number of common problems.