summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 20:04:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 20:04:51 +0000
commita81be7dee3277993dd38f06b95417621955c8771 (patch)
tree31cc44ae606afa887f4e7d275ea78cfdf2821049 /debian/control
parentAdding upstream version 4.3.7. (diff)
downloadansible-lint-a81be7dee3277993dd38f06b95417621955c8771.tar.xz
ansible-lint-a81be7dee3277993dd38f06b95417621955c8771.zip
Adding debian version 4.3.7-1.debian/4.3.7-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control33
1 files changed, 33 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..4138b34
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: ansible-lint
+Section: misc
+Priority: optional
+Maintainer: Gregory Colpart <reg@debian.org>
+Uploaders: Samuel Henrique <samueloph@debian.org>
+Build-Depends: ansible (>= 2.8),
+ debhelper-compat (= 13),
+ dh-python,
+ python3-all,
+ python3-ruamel.yaml,
+ python3-setuptools,
+ python3-six,
+ python3-rich
+Standards-Version: 4.5.0
+Rules-Requires-Root: no
+Homepage: https://github.com/willthames/ansible-lint
+Vcs-Browser: https://salsa.debian.org/debian/ansible-lint
+Vcs-Git: https://salsa.debian.org/debian/ansible-lint.git
+
+Package: ansible-lint
+Architecture: all
+Depends: ansible (>= 2.8),
+ python3-pkg-resources,
+ python3-ruamel.yaml,
+ ${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.