summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 00:20:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 00:20:47 +0000
commitaa4af77962ae2e87c9242a1f616494bf6a4baa87 (patch)
tree6a955b6f6669e0f085c526b80b41ea7c18a7762d /debian/control
parentReleasing progress-linux version 6.17.2-1~progress7.99u1. (diff)
downloadansible-lint-aa4af77962ae2e87c9242a1f616494bf6a4baa87.tar.xz
ansible-lint-aa4af77962ae2e87c9242a1f616494bf6a4baa87.zip
Merging debian version 6.17.2-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control32
1 files changed, 22 insertions, 10 deletions
diff --git a/debian/control b/debian/control
index 15dddef..6f2c517 100644
--- a/debian/control
+++ b/debian/control
@@ -1,28 +1,41 @@
Source: ansible-lint
-Section: misc
-Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Debian Python Team <team+python@tracker.debian.org>
-XSBC-Original-Uploaders: Samuel Henrique <samueloph@debian.org>, Gregory Colpart <reg@debian.org>
+XSBC-Original-Uploaders: Samuel Henrique <samueloph@debian.org>,
+ Gregory Colpart <reg@debian.org>
Bugs: mailto:maintainers@lists.progress-linux.org
+Section: misc
+Priority: optional
Build-Depends: debhelper-compat (= 13),
- dh-python,
+ dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
python3-setuptools-scm,
+ python3-pytest <!nocheck>,
+ python3-pytest-mock <!nocheck>,
+ python3-pytest-xdist <!nocheck>,
+ python3-ansible-compat (>= 4.0.5) <!nocheck>,
+ python3-filelock (>= 3.3.0) <!nocheck>,
+ python3-rich (>= 12.0.0) <!nocheck>,
+ python3-ruamel.yaml (>= 0.18.5) <!nocheck>,
+ python3-wcmatch <!nocheck>,
+ black (>= 22.8.0) <!nocheck>,
+ git <!nocheck>,
+ yamllint (>= 1.30.0) <!nocheck>
Standards-Version: 4.6.2
-Rules-Requires-Root: no
-Homepage: https://github.com/ansible-community/ansible-lint
Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/ansible-lint
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/ansible-lint
XSBC-Original-Vcs-Browser: https://salsa.debian.org/python-team/packages/ansible-lint
XSBC-Original-Vcs-Git: https://salsa.debian.org/python-team/packages/ansible-lint.git
+Homepage: https://github.com/ansible-community/ansible-lint
+Rules-Requires-Root: no
+Testsuite: autopkgtest-pkg-pybuild
Package: ansible-lint
Architecture: all
-Depends: ansible-core (>= 2.12.0),
+Depends: ansible-core,
black (>= 22.8.0),
git,
python3-ansible-compat (>= 4.0.5),
@@ -32,9 +45,8 @@ Depends: ansible-core (>= 2.12.0),
python3-packaging (>= 21.3),
python3-pathspec (>= 0.10.3),
python3-rich (>= 12.0.0),
- python3-ruamel.yaml (>= 0.17.0),
- python3-ruamel.yaml (<< 0.18),
- python3-wcmatch (>= 8.1.2),
+ python3-ruamel.yaml (>= 0.18.5),
+ python3-wcmatch,
python3-yaml (>= 5.4.1),
yamllint (>= 1.30.0),
${misc:Depends},