Source: ros2-colcon-core
Section: python
Priority: optional
Maintainer: Debian Robotics Team <team+robotics@tracker.debian.org>
Uploaders: Timo Röhling <roehling@debian.org>,
           Jochen Sprickerhof <jspricke@debian.org>,
           Timon Engelke <debian@timonengelke.de>
Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-setuptools,
               python3-distlib, python3-empy, python3-pkg-resources,
               python3-pytest <!nocheck>, python3-pytest-cov <!nocheck>,
               python3-mock <!nocheck>, python3-pep8-naming <!nocheck>, pylint <!nocheck>,
               python3-pydocstyle <!nocheck>
Standards-Version: 4.6.1
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Homepage: https://colcon.readthedocs.io/
Vcs-Git: https://salsa.debian.org/robotics-team/ros2-colcon-core.git
Vcs-Browser: https://salsa.debian.org/robotics-team/ros2-colcon-core

Package: colcon
Section: devel
Architecture: all
Multi-Arch: foreign
Depends: ${python3:Depends}, ${misc:Depends}, python3-distutils, python3-colcon-core
Recommends: python3-colcon-argcomplete,
            python3-colcon-bash,
            python3-colcon-cd,
            python3-colcon-cmake,
            python3-colcon-defaults,
            python3-colcon-devtools,
            python3-colcon-library-path,
            python3-colcon-metadata,
            python3-colcon-notification,
            python3-colcon-output,
            python3-colcon-package-information,
            python3-colcon-package-selection,
            python3-colcon-parallel-executor,
            python3-colcon-python-setup-py,
            python3-colcon-recursive-crawl,
            python3-colcon-ros,
            python3-colcon-test-result,
            python3-colcon-zsh,
Description: collective construction meta build tool for Robot OS - main script
 This package is part of Robot OS (ROS).
 colcon is a meta build tool to improve the workflow of building, testing
 and using multiple software packages. It is the recommended tool for
 Robot OS version 2 (ROS2) to set up workspaces and build packages from
 source.
 .
 This package installs the main colcon script and acts as a metapackage

Package: python3-colcon-core
Architecture: all
Multi-Arch: foreign
Depends: ${python3:Depends}, ${misc:Depends}
Recommends: colcon
Suggests: python3-pytest, python3-pytest-cov
Description: collective construction meta build tool for Robot OS - core library
 This package is part of Robot OS (ROS).
 colcon is a meta build tool to improve the workflow of building, testing
 and using multiple software packages. It is the recommended tool for
 Robot OS version 2 (ROS2) to set up workspaces and build packages from
 source.
 .
 This package installs the core library for Python 3.
