diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..9d3ec40 --- /dev/null +++ b/debian/control @@ -0,0 +1,43 @@ +Source: ansible-lint +Section: misc +Priority: optional +Maintainer: Debian Python Team <team+python@tracker.debian.org> +Uploaders: Samuel Henrique <samueloph@debian.org>, Gregory Colpart <reg@debian.org> +Build-Depends: debhelper-compat (= 13), + dh-python, + pybuild-plugin-pyproject, + python3-all, + python3-setuptools, + python3-setuptools-scm, +Standards-Version: 4.6.2 +Rules-Requires-Root: no +Homepage: https://github.com/ansible-community/ansible-lint +Vcs-Browser: https://salsa.debian.org/python-team/packages/ansible-lint +Vcs-Git: https://salsa.debian.org/python-team/packages/ansible-lint.git + +Package: ansible-lint +Architecture: all +Depends: ansible-core, + black, + git, + python3-ansible-compat, + python3-enrich, + python3-filelock, + python3-jinja2, + python3-jsonschema (>= 4.10.0), + python3-packaging, + python3-rich, + python3-ruamel.yaml, + python3-tenacity, + python3-wcmatch, + python3-yaml, + yamllint, + ${misc:Depends}, + ${python3:Depends} +Description: lint tool for Ansible playbooks + Ansible playbooks express configuration, deployment and orchestration in YAML + format. They can describe a policy you want your remote systems to enforce, + or a set of steps in a general IT process. + . + ansible-lint checks Ansible playbooks for practices and behaviour that could + potentially be improved. |