diff options
author | cos <cos> | 2024-04-20 09:18:16 +0200 |
---|---|---|
committer | cos <cos> | 2024-04-20 09:47:09 +0200 |
commit | 3280e8181e83872988933ea71b89ae891749a872 (patch) | |
tree | c3b125a337eef8d05844a3ba252b32e3323a7a81 /debian/control | |
parent | 581ee0d45f9e54ddf9f02a43c128b5f0d14688f6 (diff) | |
download | debian-ansible-core-3280e8181e83872988933ea71b89ae891749a872.zip |
Attempt to recreate debian branch state from tar files
Unfortunately this was a too naive approach, and the result fails to
build.
Work around that version control is behind the actual package version in
trixie. As is obvious from the lacking commits in the salsa repository
and also visible on https://tracker.debian.org/pkg/ansible-core with the
report from vcswatch stating: VCS repository is not up to date.
This commit contains changes from ansible-core_2.14.13-1.debian.tar.xz
to ansible-core_2.16.5-1.debian.tar.xz, which should hopefully be a
squashed representation on the same set of changes on the uploader's
unpushed git tree.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index e64426c4..82f7c2a8 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,6 @@ Source: ansible-core -Maintainer: Lee Garrett <debian@rocketjump.eu> +Maintainer: Debian Python Team <team+python@tracker.debian.org> +Uploaders: Lee Garrett <debian@rocketjump.eu> Section: admin Priority: optional Build-Depends: debhelper-compat (= 13), @@ -32,13 +33,12 @@ Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, openssh-client | python3-paramiko (>= 2.6.0), - python3-distutils, python3-dnspython, python3-httplib2, python3-jinja2 (>= 3.0.0~), python3-netaddr, python3-yaml (>= 5.1~) -Recommends: ansible (>= 7.0.0-1~), +Recommends: ansible (>= 9.4.0-1~), python3-argcomplete, python3-cryptography, python3-jmespath, |