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
|
Source: ros-catkin-lint
Section: python
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Timo Röhling <timo.roehling@fkie.fraunhofer.de>, Jochen Sprickerhof <jspricke@debian.org>
Build-Depends: debhelper (>= 11), dh-python, help2man,
python-all, python3-all,
python-nose, python-mock, python3-nose, python3-mock,
python-setuptools, python3-setuptools,
python-catkin-pkg, python-rosdistro, python-rospkg, python-rosdep2,
python3-catkin-pkg, python3-rosdistro, python3-rospkg, python3-rosdep2
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-python
Standards-Version: 4.3.0
Rules-Requires-Root: no
Package: python-catkin-lint
Architecture: all
Multi-Arch: foreign
Depends: ${python:Depends}, ${misc:Depends}
Recommends: python-rospkg, python-rosdep2, python-rosdistro
Provides: ${python:Provides}
Conflicts: python3-catkin-lint
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.
.
This package provides the Python 2 version of catkin_lint.
Package: python3-catkin-lint
Architecture: all
Multi-Arch: foreign
Depends: ${python3:Depends}, ${misc:Depends}
Recommends: python3-rospkg, python3-rosdep2, python3-rosdistro
Conflicts: python-catkin-lint
Description: Check Robot OS catkin packages for common errors (Python 3)
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.
.
This package provides the Python 3 version of catkin_lint.
|